Library conflict with Xcode
Library conflict with Xcode
- Subject: Library conflict with Xcode
- From: Francois LE COAT <email@hidden>
- Date: Wed, 15 Feb 2006 22:50:23 +0100
Hi,
When we read the following error message that Xcode 1.5 reports
when trying to build ARAnyM <http://aranym.sourceforge.net/>
under OSX.3.9 :
ld: /usr/lib/gcc/darwin/3.3/libstdc++.a(functexcept.o) illegal reference
to symbol: std::logic_error::logic_error(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) defined in
indirectly referenced dynamic library /usr/lib/libstdc++.6.dylib
We can see it tells that there's a conflict at linking stage
between the "libstdc++.a" and "libstdc++.6.dylib" libraries.
But these libraries are similar. It is the static and dynamic
versions of the same library.
Since a recent period (I met this error Feb 7th 2006) there was
no such errors. There's so now a modification of the libraries
handling with Xcode 1.5.
Why does Xcode complains now about simultaneous usage of static and
dynamic versions of the same libraries ? I don't know.
My building system is broken.
This example is given with ARAnyM. But I could give the same
example with K3DSurf <http://k3dsurf.sourceforge.net/> that
fails with the same linking errors. There's now a conflict
between static and dynamic versions of libraries with Xcode ...
Can someone help ?
Thanks,
-- François LE COAT
Author of Eureka 2.12 (2D Graph Describer, 3D Modeller)
http://eureka.atari.org
_______________________________________________
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