char_traits link problem
char_traits link problem
- Subject: char_traits link problem
- From: Jim Crafton <email@hidden>
- Date: Thu, 6 May 2004 22:39:00 -0400
Hi,
I have just recently gotten 10.3.3 installed as well as the latest and
greatest XCode build from the dev downloads site. However I am having
problems linking when building under GCC 3.3. I have code that uses
std::basic_string<unsigned short>. Everything compiles fine, but the
framework cannot be linked as GCC complains about missing definitions
for stuff like std::char_traits<unsigned short>::copy(), etc.
I googled around and found this link
http://gcc.gnu.org/ml/libstdc++/2003-07/msg00279.html from Matt
Austern, who (as of Jul 2003) worked at Apple. There was talk
acknowledging the problem, as well as a patch submitted by Matt.
However I am at a loss as to how to proceed with any sort of fix. Has
anyone else encountered this? How do you work around/fix it?
Many thanks,
Jim Crafton
_______________________________________________
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.