• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: App linked on Leopard crashes on Tiger (curl.dylib)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: App linked on Leopard crashes on Tiger (curl.dylib) (From: "William H. Schultz" <email@hidden>)

  • Prev by Date: Re: Still no way to view CFString in custom data fomatter, huh?
  • Next by Date: Re: Still no way to view CFString in custom data fomatter, huh?
  • Previous by thread: Re: App linked on Leopard crashes on Tiger (curl.dylib)
  • Next by thread: installing Dev tools on external drive(s)
  • Index(es):
    • Date
    • Thread