libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Uninstalled interlibrary dependencies


From: Peter O'Gorman
Subject: Re: Uninstalled interlibrary dependencies
Date: Tue, 14 Mar 2006 22:24:19 +0900

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]