[pylucene-dev] Re: experiences with --shared on Linux
Bill Janssen
janssen at parc.com
Tue Mar 11 19:41:14 PDT 2008
> Even though 'man ld' on Mac OS X mentions -rpath, I've never been able to
> get it to work. -install_name is better anyway but distutils probably
> doesn't know about it at all.
Or maybe "-F", which seems to be the official way of doing it on OS X:
ld maintains a list of directories to search for a library or
framework to use. ... The default framework search path is
/Library/Frameworks then /System/Library/Frameworks. The -F option
will a new framework search path.
"framework" is their name for dylib.
Bill
More information about the pylucene-dev
mailing list