Re: 2.1->2.2 created link error: std::__ioinit
Re: 2.1->2.2 created link error: std::__ioinit
- Subject: Re: 2.1->2.2 created link error: std::__ioinit
- From: Eric Albert <email@hidden>
- Date: Mon, 14 Nov 2005 10:24:38 -0800
On Nov 14, 2005, at 8:23 AM, Sean McBride wrote:
On 2005-11-12 12:38, Eric Albert said:
And even if I remove the
static libraries from my project, the std::__ioinit undefined error
is
still
there. So it looks like it must come from the files within the
project
(and/or their included headers).
The easiest way to figure out where the reference is coming from is to
add "-Wl,-Y,1000" to your Other Linker Flags. That'll tell the linker
Also, the release notes mention this:
"Xcode now shows file info for undefined symbol messages from the
linker. This is controlled through the "Verbose Undefined Symbols
info" (LINKER_DISPLAYS_FILES_FOR_UNDEFINED_SYMBOLS) build setting"
Which maybe does the same thing as the cryptic "-Wl,-Y,1000".
It probably does. Neat. :) I've wanted that for a long time....
-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