Benjamin Kosnik - Re: sstream header of gcc 3.1 on sun solaris (original) (raw)

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

1) warnings about global symbols having non-global bindings
   in libgcc_s.so, and 
2) fails to link due to undefined symbols:
   std::basic_stringstream<char, std::char_traits<char>,
   std::allocator<char> >::basic_stringstream
   [in-charge](std::_Ios_Openmode)
   and the destructor of that class is missing, too.

Are you using GNU binutils (ie GNU ld)? If so, what versions?

Your build seems suspect to me: code like this is required to link to pass the libstdc++ testsuite. If you see a bunch of FAIL's when you do 'make check-c++' then you know that there's something wrong with your build.

-benjamin


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