Re: Linking with libraries in SDKs
Re: Linking with libraries in SDKs
- Subject: Re: Linking with libraries in SDKs
- From: Wade Williams <email@hidden>
- Date: Thu, 9 Jun 2005 02:26:58 -0500
On Jun 8, 2005, at 7:18 PM, Chris Espinosa wrote: Is it possible to have Xcode switch which library it links to based on the SDK I'm currently developing with (i.e., if I switched my SDK to 10.3, is it possible to have Xcode automatically know to link with the libxml.dylib and libz.dylib files in the 10.3 SDK directory)?
That happens automatically.
Except that in the case of libz, if you try to link with the one in /usr/lib and you're using the 10.3.9 SDK, you'll get:
"Couldn't find file for libz.1.2.2.dylib"
Because all references in /usr/lib point to 1.2.2 and that does not exist in the 10.3.9 SDK.
Wade |
_______________________________________________
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