How to make a program look for dylibs other than /usr/local/lib?
How to make a program look for dylibs other than /usr/local/lib?
- Subject: How to make a program look for dylibs other than /usr/local/lib?
- From: Graham Reitz <email@hidden>
- Date: Wed, 5 Dec 2007 23:58:02 -0600
I have a C++ project that needs to load a third party dylib. I
removed the dylib from /usr/local/lib and placed it in a different
directory. I updated the linker paths to reflect this change . When
I run the program it is still looking for the dylib in /usr/local/lib.
How do you tell it to look for the dylib in a different directory?
It still looks in /usr/local/lib even if I place the dylib in the
same directory as the binary.
thanks,
graham
_______________________________________________
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