dylib in non-standard location
dylib in non-standard location
- Subject: dylib in non-standard location
- From: Stefan Werner <email@hidden>
- Date: Thu, 25 Aug 2005 22:03:52 +0200
Hi,
I have a 3rd party dylib in binary format that I want to include in
my application. I'd like to put the dylib in my application bundle
instead of /usr/local/lib. A search in the documentation reveals that
I want to use the linker option -dylib_file.
This is what I appended to my custom linker settings:
-dylib_file /usr/local/lib/thelib.dylib:@executable_path/../
Frameworks/thelib.dylib
But when I launch the application after building it, it refuses to
launch because it can't find /usr/local/lib/thelib.dylib. What am I
missing?
Thank,
Stefan
_______________________________________________
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