This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
g++ (egcs)
- To: gcc-help at gcc dot gnu dot org
- Subject: g++ (egcs)
- From: "Corbisiero, Raffaele (Factiva)" <Raffaele dot Corbisiero at factiva dot com>
- Date: Wed, 7 Feb 2001 06:32:04 -0500
Hi,
I have just built egcs 1.2 for tru64. I am trying to use/declare
an STL of;
basic_string<unsigned char> data;
I keep getting a link error of;
Unresolved
basic_string<unsigned char, string_char_traits<unsigned char>,
__default_alloc_template<0,0> >::nilRep
Please help!....what have I done wrong
Raffaele