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++/22111] [4.0/4.1 Regression] libstdc++ ABI


------- 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


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