Re: Linking error with C++ framework and GCC 4.0.1
Re: Linking error with C++ framework and GCC 4.0.1
- Subject: Re: Linking error with C++ framework and GCC 4.0.1
- From: Hugh Hoover <email@hidden>
- Date: Sat, 12 Nov 2005 13:50:31 -0800
On Nov 12, 2005, at 11:52, jkp wrote:
Shawn
Not sure how I missed the one under /usr/include/c++. I should
have updated my locate db! Anyhow, its good to know that they
havent made such a major mistake as that! I'll have to look
further into the linker error I guess.
I ran into the __ioinit problem when I moved to 2.2.
The problem is apparently related to the new "separate PCH Symbols" -
<iostream> defines __ioinit as a static variable - apparently, since
the PCH symbols are separated, they're no longer linked...
Turning off "separate PCH headers" resolves the problem.
I haven't found a workaround (other than the obvious:)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden