This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

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.


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