Re: PPC GCC problem with 3.3/OSX.3.9
Re: PPC GCC problem with 3.3/OSX.3.9
- Subject: Re: PPC GCC problem with 3.3/OSX.3.9
- From: "Peter O'Gorman" <email@hidden>
- Date: Tue, 14 Feb 2006 22:07:00 +0900
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Francois LE COAT wrote:
| 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
Without looking at your projects:
Ensure that you use g++-3.3 to link, if that is what you used to compile.
Don't mix and match libraries compiled with different g++ versions. Don't
add -lstdc++, using g++ to drive the linker will add it for you, and will
find the correct one. YOu might want to ensure that you have selected
gcc-3.3 as the default compiler with gcc_select too.
Hope there is an answer in there somewhere :)
Peter
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)
iQCVAwUBQ/HV87iDAg3OZTLPAQLr+wP/deX+9khfqvia6u7K25Czdu0do22ATBvO
uUjNOPezCFlNGHqQTiSCCELcyGg87gpqXzUobSM7HiqcQAlA+pXCsSHPygLJ+cDE
gfPHcBGbjjmjuq6RFfmFGEYDxKziYZj9U89+0uGOywbHwd+hWcOcu+7y4FWDJI4r
NkS0Ksn9nrE=
=lkmn
-----END PGP SIGNATURE-----
_______________________________________________
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