Re: Xcode: missing symbol in 7B85...
Re: Xcode: missing symbol in 7B85...
- Subject: Re: Xcode: missing symbol in 7B85...
- From: Thomas Dibble <email@hidden>
- Date: Tue, 4 Nov 2003 09:56:24 -0800
Some of your code was compiled with gcc 3.1 and some with gcc 3.3.
Recompile everything (including any C++ libraries) with one or the
other.
---- Tom Dibble
On Nov 3, 2003, at 3:48 PM, Stiphane Sudre wrote:
I'm getting this link error when building one project on Mac OS X 10.3
7B85:
ld: Undefined symbols:
std::__default_alloc_template<(bool)1, (int)0>::_S_force_new
----------8<---------------8<--------------8<------------
This project compiles fine on Mac OS X 10.2.x
This project was compiling fine on 7B44.
This project is making huge use of templates.
Could it be possible that some symbols are missing in 10.3 GM?
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.