This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12465] Missing symbols from seemingly simple use of STL
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2003 17:15:53 -0000
- Subject: [Bug libstdc++/12465] Missing symbols from seemingly simple use of STL
- References: <20030930170526.12465.bim2003@basistech.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.