------- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-03 02:24 ------- You are not linking against the libstdc++ library which contains the C++ standard library.
Either use g++ instead of gcc to link or link with -lstdc++. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30356