Re: bad_typeid dyld Error on Leopard (10.5)
Re: bad_typeid dyld Error on Leopard (10.5)
- Subject: Re: bad_typeid dyld Error on Leopard (10.5)
- From: Greg Guerin <email@hidden>
- Date: Thu, 20 May 2010 10:47:46 -0700
Manfred Schwind wrote:
Hmmm, unfortunately this did not help in all cases. I am targeting
10.4 as minimum OS and using the 10.6 SDK.
My binary is now working on 10.6 (Intel), 10.5 (G4) and 10.4 (G4).
But on 10.5 (Intel) it still complains about the missing symbol
__ZNKSt10bad_typeid4whatEv in libstdc++.6.dylib.
Any ideas what this could be?!? How can I debug that further?
The what() function is only defined in the gcc 4.2 header of the 10.6
SDK. There is no what() in the gcc 4.0 header.
Switch your compiler to gcc 4.0.
I think you'd need to use gcc 4.0 for a 10.4 deployment anyway.
And file a bug with Apple.
-- GG
_______________________________________________
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