Re: Linking Problem with 10.3.9 sdk
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