Re: dyld issues with library not in standard location
Re: dyld issues with library not in standard location
- Subject: Re: dyld issues with library not in standard location
- From: "Peter O'Gorman" <email@hidden>
- Date: Fri, 21 Oct 2005 11:58:53 +0900
Stefan Werner wrote:
OK, maybe I did not make myself very clear: What I meant was that a .so,
.dll or .shlb on non-MachO doesn't have an install_name_path - I can move
a .dll from one path in the search path list to another without having to
change anything about the library or the programs using them. When, on OS
X, I link a program against /sw/lib/libtiff.dylib it won't run with
libtiff.dylib installed in /usr/lib - on other platforms, it would.
I'm afraid that you chose a bad example, because /usr/lib is in the default
DYLD_FALLBACK_LIBRARY_PATH this would be found and your program would run.
man 1 dyld
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden