PPC GCC problem with 3.3/OSX.3.9
PPC GCC problem with 3.3/OSX.3.9
- Subject: PPC GCC problem with 3.3/OSX.3.9
- From: Francois LE COAT <email@hidden>
- Date: Tue, 14 Feb 2006 10:11:06 +0100
Hi,
I maintain the OSX versions of 2 GNU/GPL softwares :
ARAnyM <http://aranym.sourceforge.net/>
K3DSurf <http://k3dsurf.sourceforge.net/>
but my building system is broken.
If I build sources that used to compile correctly,
it now fails at linking giving the messages that
are reported below.
Can someone help, because I'm in bad situation ?
The first time that I met the problem was Feb 7th 2006,
when I reported it in the ARAnyM's devel mailing list.
My OSX box is a email@hidden under OSX.3.9.
I tried to reinstall Xcode 1.5 without improvements.
Here is information on the concerned library :
% ls -ali libstdc++.*
2523974 -rwxr-xr-x 1 root wheel 1109224 10 Feb 19:02
libstdc++.6.0.3.dylib
1669147 lrwxr-xr-x 1 root wheel 21 16 Apr 2005
libstdc++.6.dylib -> libstdc++.6.0.3.dylib
2544409 lrwxr-xr-x 1 root wheel 30 13 Feb 19:07 libstdc++.a ->
gcc/darwin/default/libstdc++.a
% md5 libstdc++.6.0.3.dylib
MD5 (libstdc++.6.0.3.dylib) = 331118c5f7499f324fdd34ea72ad88f6
Please help. Thanks,
Regards,
-- François LE COAT
Author of Eureka 2.12 (2D Graph Describer, 3D Modeller)
http://eureka.atari.org
____________________________________
When I'm building ARAnyM (SDL 1.2.8) :
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
____________________________________
When I'm building K3DSurf (QT 3.3.4) :
ld: /usr/lib/gcc/darwin/3.3/libstdc++.a(locale.o) illegal reference to
symbol: std::codecvt<wchar_t, char, __mbstate_t>::id defined in
indirectly referenced dynamic library /usr/lib/libstdc++.6.dylib
ld: /usr/lib/gcc/darwin/3.3/libstdc++.a(locale-inst.o) illegal reference
to symbol: ___udivdi3 defined in indirectly referenced dynamic library
/usr/lib/libgcc_s.1.dylib
ld: multiple definitions of symbol std::__basic_file<char>::is_open() const
/usr/lib/libstdc++.6.dylib(single module) definition of
std::__basic_file<char>::is_open() const
/usr/lib/gcc/darwin/3.3/libstdc++.a(basic_file.o) private external
definition of std::__basic_file<char>::is_open() const in section
(__TEXT,__text)
ld: multiple definitions of symbol std::__basic_file<char>::fd()
/usr/lib/libstdc++.6.dylib(single module) definition of
std::__basic_file<char>::fd()
/usr/lib/gcc/darwin/3.3/libstdc++.a(basic_file.o) private external
definition of std::__basic_file<char>::fd() in section (__TEXT,__text)
ld: multiple definitions of symbol std::__basic_file<char>::open(char
const*, std::_Ios_Openmode, int)
/usr/lib/libstdc++.6.dylib(single module) definition of
std::__basic_file<char>::open(char const*, std::_Ios_Openmode, int)
/usr/lib/gcc/darwin/3.3/libstdc++.a(basic_file.o) private external
definition of std::__basic_file<char>::open(char const*,
std::_Ios_Openmode, int) in section (__TEXT,__text)
ld: multiple definitions of symbol std::__basic_file<char>::sync()
/usr/lib/libstdc++.6.dylib(single module) definition of
std::__basic_file<char>::sync()
/usr/lib/gcc/darwin/3.3/libstdc++.a(basic_file.o) private external
definition of std::__basic_file<char>::sync() in section (__TEXT,__text)
ld: multiple definitions of symbol std::__basic_file<char>::close()
/usr/lib/libstdc++.6.dylib(single module) definition of
std::__basic_file<char>::close()
/usr/lib/gcc/darwin/3.3/libstdc++.a(basic_file.o) private external
definition of std::__basic_file<char>::close() in section (__TEXT,__text)
ld: multiple definitions of symbol
std::__basic_file<char>::xsgetn(char*, int)
/usr/lib/libstdc++.6.dylib(single module) definition of
std::__basic_file<char>::xsgetn(char*, int)
/usr/lib/gcc/darwin/3.3/libstdc++.a(basic_file.o) private external
definition of std::__basic_file<char>::xsgetn(char*, int) in section
(__TEXT,__text)
( CUT .... )
ld: multiple definitions of symbol
std::locale::facet::_S_create_c_locale(int*&, char const*, int*)
/usr/lib/libstdc++.6.dylib(single module) definition of
std::locale::facet::_S_create_c_locale(int*&, char const*, int*)
/usr/lib/gcc/darwin/3.3/libstdc++.a(c++locale.o) private external
definition of std::locale::facet::_S_create_c_locale(int*&, char const*,
int*) in section (__TEXT,__text)
ld: multiple definitions of symbol
std::locale::facet::_S_destroy_c_locale(int*&)
/usr/lib/libstdc++.6.dylib(single module) definition of
std::locale::facet::_S_destroy_c_locale(int*&)
/usr/lib/gcc/darwin/3.3/libstdc++.a(c++locale.o) private external
definition of std::locale::facet::_S_destroy_c_locale(int*&) in section
(__TEXT,__text)
ld: warning suggest use of -bind_at_load, as lazy binding may result in
errors or different symbols being used
symbol _acosl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _tanl used from dynamic library /usr/lib/libstdc++.6.dylib(single
module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _tanhl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _asinl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _atan2l used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _atanl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _ceill used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _coshl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _cosl used from dynamic library /usr/lib/libstdc++.6.dylib(single
module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _expl used from dynamic library /usr/lib/libstdc++.6.dylib(single
module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _floorl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _fmodl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _frexpl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _hypotl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _ldexpl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _log10l used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _logl used from dynamic library /usr/lib/libstdc++.6.dylib(single
module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _modfl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _powl used from dynamic library /usr/lib/libstdc++.6.dylib(single
module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _sinhl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _sinl used from dynamic library /usr/lib/libstdc++.6.dylib(single
module) not from earlier dynamic library /usr/lib/libSystem.B.dylib(ld64.o)
symbol _sqrtl used from dynamic library
/usr/lib/libstdc++.6.dylib(single module) not from earlier dynamic
library /usr/lib/libSystem.B.dylib(ld64.o)
____________________________________
_______________________________________________
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