This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/14697] New: libstdc++ couldn't find 32bit libgcc_s
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2004 17:50:55 -0000
- Subject: [Bug libstdc++/14697] New: libstdc++ couldn't find 32bit libgcc_s
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When building 32bit libstdc++, I got
checking for shared libgcc... no
configure: WARNING: === You have requested some kind of symbol versioning, but
configure: WARNING: === either you are not using a supported linker, or you are
configure: WARNING: === not building a shared libgcc_s (which is required).
configure: WARNING: === Symbol versioning will be disabled.
configure: versioning on shared library symbols is no
It is caused by
configure:63426: checking for shared libgcc configure:63452:
/export/build/gnu/gcc-3.4/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-3.4/build-x86_64-linux/gcc/
-B/usr/gcc-3.4/x86_64-unknown-linux-gnu/bin/
-B/usr/gcc-3.4/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/gcc-3.4/x86_64-unknown-linux-gnu/include -isystem
/usr/gcc-3.4/x86_64-unknown-linux-gnu/sys-include -m32 -o conftest -lgcc_s -O2
-g -O2 conftest.c -lm >&5 /usr/local/bin/ld: skipping incompatible
/export/build/gnu/gcc-3.4/build-x86_64-linux/gcc/libgcc_s.so when searching for
-lgcc_s /usr/local/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
--
Summary: libstdc++ couldn't find 32bit libgcc_s
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl at lucon dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14697