• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: link errors with 10.3.9
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: link errors with 10.3.9


  • Subject: Re: link errors with 10.3.9
  • From: Karl Merkley <email@hidden>
  • Date: Thu, 9 Feb 2006 16:41:01 -0700

It looks like I have third party libraries that use this format also. Is this only in the dynamic library? Is there a way to force g++ to use the older static library.

     Karl

On Feb 9, 2006, at 3:03 PM, Alex Sheh wrote:

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



-------------------------------------- Karl G. Merkley, Ph.D. email@hidden / email@hidden Elemental Technologies Inc. 357 E. 50 S. American Fork, UT 84003

(801) 756-1972

_______________________________________________
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


References: 
 >RE: link errors with 10.3.9 (From: "Alex Sheh" <email@hidden>)

  • Prev by Date: Excluding files on a per Configuration basis?
  • Next by Date: Tip: Adding Pages documents to your projects
  • Previous by thread: RE: link errors with 10.3.9
  • Next by thread: gcc4.0, char_traits termplate specialization error
  • Index(es):
    • Date
    • Thread