[Locomotive-users] dynamic libraries issue solved
Aaron Hundley
aaron.hundley at extension.org
Thu Jul 13 13:44:38 GMT 2006
Hi Ryan,
Thanks for your help on this.
What I ended up doing was setting the
DYLD_FALLBACK_LIBRARY_PATH environment variable like this:
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/usr/lib
and everything compiled fine.
Thanks Again,
Aaron
> Hi Aaron,
>
> Can you add it to DYLD_FALLBACK_LIBRARY_PATH, something like
>
> export
> DYLD_FALLBACK_LIBRARY_PATH=/usr/i686-apple-darwin8/lib:$DYLD_FALLBACK_LIBRARY_PATH
>
> (that should all be on one line.)
>
> Best,
>
> -r
More information about the Locomotive-users
mailing list