This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: new hppa-linux fails on 3.1 branch
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 9 Mar 2002 12:34:19 -0800 (PST)
- Subject: Re: new hppa-linux fails on 3.1 branch
> It appears that linker.map support has been turned on (I see
> "-Wl,--version-script=linker.map" in the link command for libstdc++.so.4.0.0)
> but it's not working correctly. There are no GLIBCPP_3.1 versioned symbols
> in the library.
Go to your build directory, and see what src/linker-map is linked to.
The symbols in libstdc++.so aren't versioned, but if you build an
executable you can see the linked symbols are versioned. Ok?
Can you make sure that src/limits.cc has the __numeric_limits_base
definitions?
> Has the default for versioned symbols changed? I thought versioning was
> off by default.
Yes. It is now on by default, if ld can pass the configure tests.