Linking to Latest version of a dylib available on a machine
Linking to Latest version of a dylib available on a machine
- Subject: Linking to Latest version of a dylib available on a machine
- From: John Pattenden <email@hidden>
- Date: Thu, 11 May 2006 10:44:02 -0400
This one has me stumped, I know it has likely come up before but after several hours searching archives I have not found the answer.
I'm trying to link to libcurl.dylib in /usr/lib
this file really a link to the latest version - in the case of my machine 10.4) it is libcurl.3.dylib
but if i run my app on say a 10.3 machine the latest libcurl.dylib is libcurl.2.dylib - so the app fails to launch as it it looking for .3 (even though I add only the libcurl.dylib item to my project
So the question is.. how do I get xcode to build an app that links to whatever the latest version of libcurl that is on he machine it is running on?
thank for any help |
_______________________________________________
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