Re: Build on 10.5.1, run on 10.3.5, undefined symbols (solved, sort of)
Re: Build on 10.5.1, run on 10.3.5, undefined symbols (solved, sort of)
- Subject: Re: Build on 10.5.1, run on 10.3.5, undefined symbols (solved, sort of)
- From: Steve Checkoway <email@hidden>
- Date: Sun, 6 Jan 2008 14:05:09 -0800
On Jan 6, 2008, at 1:57 PM, Steve Checkoway wrote:
On Jan 6, 2008, at 10:50 AM, Stevo Brock wrote:
However, even with this, and checking every object and library that
is linked, somehow we still have a mysterious reference to
___stderrp. i.e. I have run "nm | grep stderr" on all the linked
object files and libraries and find no reference, however running
the same on the final app file reveals a reference. We have added
the following line to resolve the runtime error:
__stderrp is defined in libSystem.dylib. Are you not linking against
the standard libraries for some reason?
Sorry, somehow I missed the whole point. You're compiling for 10.3.5?
Do you mean 10.3.9, the update to 10.3.9 was free, there's no reason
not to require it. Then you can build with gcc 4, which I'm assuming
doesn't have the problem you mentioned.
--
Steve Checkoway
"Anyone who says that the solution is to educate the users
hasn't ever met an actual user." -- Bruce Schneier
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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: | |
| >Build on 10.5.1, run on 10.3.5, undefined symbols (From: Stevo Brock <email@hidden>) |
| >Re: Build on 10.5.1, run on 10.3.5, undefined symbols (From: Ken Thomases <email@hidden>) |
| >Re: Build on 10.5.1, run on 10.3.5, undefined symbols (solved, sort of) (From: Stevo Brock <email@hidden>) |
| >Re: Build on 10.5.1, run on 10.3.5, undefined symbols (solved, sort of) (From: Steve Checkoway <email@hidden>) |