RE: link errors with 10.3.9
RE: link errors with 10.3.9
- Subject: RE: link errors with 10.3.9
- From: "Alex Sheh" <email@hidden>
- Date: Thu, 9 Feb 2006 14:03:52 -0800
- Thread-topic: link errors with 10.3.9
Hi Karl,
Check out the thread here.
http://www.archivum.info/email@hidden/2004-10/msg00013.html
I ran into this issue as well - "bug" where allocators can't take const
arguments, hence containers can't take const arguments. Try changing
the container's argument to non-const. HTH.
- Alex
-----Original Message-----
From: xcode-users-bounces+asheh=email@hidden
[mailto:xcode-users-bounces+asheh=email@hidden] On
Behalf Of Karl Merkley
Sent: Thursday, February 09, 2006 1:39 PM
To: email@hidden
Subject: link errors with 10.3.9
Since getting an automagic upgrade to Mac OS X 10.3.9 I can no longer
link. It appears to be related to the dynamic libstdc++. I get many
errors of the form
ld: /usr/lib/gcc/darwin/3.3/libstdc++.a(string-inst.o) illegal reference
to symbol: std::__throw_bad_alloc() defined in indirectly referenced
dynamic library /usr/lib/libstdc++.6.dylib
ld: multiple definitions of symbol
std::allocator<char>::allocator(std::allocator<char> const&)
/usr/lib/libstdc++.6.dylib(single module) definition of
std::allocator<char>::allocator(std::allocator<char> const&)
/usr/lib/gcc/darwin/3.3/libstdc++.a(stl-inst.o) private external
definition of std::allocator<char>::allocator(std::allocator<char>
const&) in section (__TEXT,__text)
Has anybody else seen this? I've perused the archives and I may have
missed something. Any help would be greatly appreciated!
Karl
_______________________________________________
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
_______________________________________________
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