On Tue, 2006-03-14 at 14:02 +0100, Magnus Lie Hetland wrote:
> 
> It all works well when I install everything -- because _foo.so refers  
> to the installed location of libfoo.so.
> 
> > which system are you on?
> 
> Mac O
Magnus,
You'll need to run the python interpreter with the "right" env vars set.
For Mac OS X, env DYLD_LIBRARY_PATH=/path/to/uninstalled/library python
foo, for linux LD_LIBRARY_PATH=/path/to/uninstalled/library python etc..

Libtool usually generates a wrapper script for uninstalled programs,
unfortunately, it can not do so for python or other interpreters.

Peter

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to