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


> > ./ios_init.exe: relocation error: ./ios_init.exe: symbol _ZNKSt6vectorIPNSt6loca
> > le5facetESaIS2_EE4sizeEv, version GLIBCPP_3.1 not defined in file libstdc++.so.4
> >  with link time reference
> 
> make sure config/link-map.gnu has __numeric_limits_base* in it.

It's there.

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.

Has the default for versioned symbols changed?  I thought versioning was
off by default.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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