• 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: Linking Problem with 10.3.9 sdk
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking Problem with 10.3.9 sdk


  • Subject: Re: Linking Problem with 10.3.9 sdk
  • From: "E. Wing" <email@hidden>
  • Date: Wed, 1 Feb 2006 15:29:35 -0800

From: Sarah Carruthers
> I'm trying to build project using XCode 2.2, and I'm running into the following link
> error:
> ld: Undefined symbols:
> _sprintf$LDBLStub
> _fprintf$LDBLStub

> I'm building against the 10.3.9 sdk (chosen in the project inspector), using gcc 3.3
> to compile.  My system is running 10.4.4.  In case it matters, I'm linking with libpng
> and zlib.

I've encountered similar issues before. My suspicion is that your
dependencies were compiled with gcc 4.0 and not 3.3 which could cause
this problem. You should make sure libpng and zlib are compiled with
gcc 3.3 like everything else. I think zlib is supplied by Apple so if
you use their version from the 10.3.9 SDK, you will probably be okay.
But I think libpng is not supplied by Apple so you have to make sure
you compiled this correctly.

-Eric
 _______________________________________________
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

  • Follow-Ups:
    • Re: Linking Problem with 10.3.9 sdk
      • From: Sarah Carruthers <email@hidden>
  • Prev by Date: GCC 4 warnings / XCode 2.2.1
  • Next by Date: Re: Linking Problem with 10.3.9 sdk
  • Previous by thread: Linking Problem with 10.3.9 sdk
  • Next by thread: Re: Linking Problem with 10.3.9 sdk
  • Index(es):
    • Date
    • Thread