This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/14697] libstdc++ couldn't find 32bit libgcc_s


------- Additional Comments From hjl at lucon dot org  2004-03-23 19:05 -------
Linker won't even look at libgcc_s.so.1 when -lgcc_s is passed down to
it. You must have a 32bit libgcc_s.so somewhere else. Could you please
find out where your 32bit libgcc_s.so comes from? It doesn't exist on
my machine. There is only libgcc_s_32.so. You can add -Wl,--verbose to
CFLAGS in libstdc++-v3/configure and config.log should tell you where
your 32bit libgcc_s.so is.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14697


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]