Re: ow to get details of link errors with Xcode?
Re: ow to get details of link errors with Xcode?
- Subject: Re: ow to get details of link errors with Xcode?
- From: Stefan Werner <email@hidden>
- Date: Wed, 17 Aug 2005 21:28:17 +0200
CW 9.5 complains like so:
Link Error : undefined: 'sprintf$LDBLStub' (code)
Referenced from 'print_system_error' in libvolume_io.a
Referenced from 'execute_decompress_command' in libminc.a
Referenced from 'get_clock_ticks_per_second' in libvolume_io.a
Xcode 2.2 says:
ld: Undefined symbols:
_sprintf$LDBLStub
Not very useful. :( Is there any way to get Xcode to give useful
info,
like CodeWarrior does?
Add "-Xlinker -Y -Xlinker 100" to the "other linker flags" setting.
Yes, it's that obious :(
Feature request for the next release: Can we have at least checkbox
for this? Or, how IMHO the IDE should ideally handle it:
List the undefined symbols as it does already, a (double?) click on a
symbol reveals the list of references.
-Stefan
_______________________________________________
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