This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/22111] [4.0/4.1 Regression] libstdc++ ABI
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2005 14:39:02 -0000
- Subject: [Bug libstdc++/22111] [4.0/4.1 Regression] libstdc++ ABI
- References: <20050618100601.22111.themis_hv@yahoo.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bkoz at gcc dot gnu dot org 2005-06-19 14:39 -------
The log file indicates that symbol versioning is turned off. This is most
probably due to an old version of binutils.
You should see this when configuring libstdc++:
configure: versioning on shared library symbols is gnu
I'm guessing you don't see this message, and instead see a warning that details
what I just described.
We're in the process of updating the docs. See this message for more info:
http://gcc.gnu.org/ml/libstdc++/2005-06/msg00132.html
You can tell the exact version number of ld by issuing:
ld --version
best,
benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22111