This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/14697] 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: 24 Mar 2004 17:45:26 -0000
- Subject: [Bug libstdc++/14697] libstdc++ couldn't find 32bit libgcc_s
- References: <20040323175052.14697.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hjl at lucon dot org 2004-03-24 17:45 -------
If gcc is configured with --disable-shared, I don't believe shared libstdc++
will work very well. Symbol versioning will only work with shared library.
There is no poing to check -lgcc_s if gcc is configured with --disable-shared.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14697