Re: linking problem with SDK dylib vs. system dylib
Re: linking problem with SDK dylib vs. system dylib
- Subject: Re: linking problem with SDK dylib vs. system dylib
- From: Guillaume Laurent <email@hidden>
- Date: Fri, 22 Feb 2008 17:05:13 +0100
On Feb 22, 2008, at 16:38 , Jean-Daniel Dupas wrote:
You should never add file from the SDK (library, header, ...) Always
use absolute path (/usr/lib) and the Xcode build system will build
the library path according to your SDK root settings.
For exemple, you add the libz.dylib from /usr/lib and select 10.4u
SDK, Xcode will link your product using /${SDK_PATH}/usr/lib/
libz.dylib.
OK, I was completely misguided then :-). Still, I find it a little
annoying than libs aren't any easier to access (the Command-Shift-G
thing is kinda hackish).
Thanks for your help,
--
Guillaume
http://telegraph-road.org
_______________________________________________
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