Subject: Re: pkg/29871
To: None <pkg-manager@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: None <dbj@netbsd.org>
List: pkgsrc-bugs
Date: 04/03/2005 11:49:01
Synopsis: pkgsrc lang/guile on darwin uses incorrect extension for modules

State-Changed-From-To: open->closed
State-Changed-By: dbj@netbsd.org
State-Changed-When: Sun, 03 Apr 2005 11:49:00 +0000
State-Changed-Why:
Further investigation reveals that this pr is substantially in error.

If I set LTDL_LIBRARY_PATH=${LOCALBASE}/lib when building g-wrwap,
it appears to load the .dylib files without problem.  Additionally,
symlinking the .dylib files to the expected .so names does not fix the
problem.

I will close this pr and possibly open a new pr against devel/g-wrap
about setting the LTDL_LIBRARY_PATH variable so it can find the
module it is attempting to load.