[Bug target/22082] Can't link 64-bit shared libraries with Xcode 2.1
geoffk at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 17 00:33:00 GMT 2005
------- Comment #26 from geoffk at gcc dot gnu dot org 2005-11-17 00:33 -------
That's weird. The library exists, there's a -L path pointing to it, it has the
right architecture, so why does libtool say it can't be found?
When I have 2.2 installed, I get a very similar complaint
ld64 failed: library not found for -lgcc
because it finds libgcc_s.10.4.dylib in /usr/lib but there's no libgcc.a there,
and yet again there's a -L path pointing towards an apparently valid copy!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22082
More information about the Gcc-bugs
mailing list