This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Undefined references in libstdc++ headers
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: "Placid Pundit" <placidpundit at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 23 Feb 2006 12:48:50 -0600
- Subject: Re: Undefined references in libstdc++ headers
- References: <ecb806100602230539r66cf07dcg48d91fc2a1f0be43@mail.gmail.com>
> in /usr/include/c++/4.1.0/bits/basic_string.h:230:
> undefined reference to `std::basic_string<char,
> std::char_traits<char>, std::allocator<char>
> >::_Rep::_S_empty_rep_storage'
Can you post a self-contained testcase and the compile flags you are
using so that others can reproduce this error?
thanks,
-benjamin