[Bug libstdc++/12465] Missing symbols from seemingly simple use of STL
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 30 17:23:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12465
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|c++ |libstdc++
Resolution| |INVALID
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-30 17:15 -------
This is not a bug.
With 3.3, I get these missing symbols:
ld: Undefined symbols:
std::char_traits<unsigned short>::assign(unsigned short&, unsigned short const&)
std::char_traits<unsigned short>::copy(unsigned short*, unsigned short const*, unsigned long)
std::char_traits<unsigned short>::length(unsigned short const*)
You have insatiate these your self.
More information about the Gcc-bugs
mailing list