> 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
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to