This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2005 18:49:05 -0000
- Subject: [Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1
- References: <20050615180522.22082.lucier@math.purdue.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 18:49 -------
ld64 failed: in ../lib/libgambc.dylib, unknown mach-o file type
Means something is wrong with the ld64 or the library it is trying to link to, so I don't see how it can be
a GCC bug.
Could you do:
"file libgambc.dylib" in the directory which contains libgambc.dylib?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22082