Re: Still having problems with Undefined symbols
Re: Still having problems with Undefined symbols
- Subject: Re: Still having problems with Undefined symbols
- From: Steve Checkoway <email@hidden>
- Date: Tue, 9 May 2006 10:27:16 -0700
On May 9, 2006, at 4:08 AM, John Draper wrote:
Now on my 3rd week in trying to migrate up to ver 2.2.1. I can't
believe it's taking
me 3 weeks just to get this POS to link... It works just fine on
ver 1.5 - Whats
up with this?
Fun. =\
_sscanf$LDBLStub
_sprintf$LDBLStub
_syslog$LDBLStub
_snprintf$LDBLStub
Just a guess but are you mixing object files built by different
versions of the compiler? Somebody correct me if I have this wrong,
but I seem to recall reading that the $LDBLStubs were generated by
gcc 4 only (something about long double, perhaps) and you're linking
with gcc 3 so it's not using the library you need. Make sure that all
linked object files are using the same version of gcc.
Hey, I might even be right! http://lists.apple.com/archives/xcode-
users/2005/Aug/msg00473.html
- Steve
_______________________________________________
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