Re: App linked on Leopard crashes on Tiger (curl.dylib)
Re: App linked on Leopard crashes on Tiger (curl.dylib)
- Subject: Re: App linked on Leopard crashes on Tiger (curl.dylib)
- From: email@hidden (Christian Schmitz)
- Date: Thu, 1 Nov 2007 05:07:32 +0100
William H. Schultz <email@hidden> wrote:
> I haven't run into your specific issue, so I can't say for certain
> whether or not this will work. Try running a script after your app
> has been built that uses "install_name_tool" to change the internal
> path from /usr/lib/libcurl.4.dylib to /usr/lib/libcurl.3.dylib. Also,
> try using "-weak-lcurl" in your linker flags. Your program will still
> launch if presented with an older library file, but you'll need to
> make sure function pointers aren't NULL before calling them.
Is there a compiler switch to tell that
-weak-lcurl
or
-lcurl
will link to
/usr/lib/libcurl.dylib
instead of
/usr/lib/libcurl.4.dylib
?
I have a lot of trouble to compile on Mac OS X 10.5 and link for 10.3.
Gruß
Christian
_______________________________________________
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