Re: gcc and libg++27

1996-06-30 Thread Rob Browning
Dale Scheetz <[EMAIL PROTECTED]> writes: Are you using STL? If so, I was completely unable to compile certain bits of STL code until I modified the bottom of /usr/include/g++/std/bastring.h like this: #if !defined (_G_NO_EXTERN_TEMPLATES) //#include breaks stl (RLB) -- ambiguous instantiations

gcc and libg++27

1996-06-30 Thread Dale Scheetz
I have been trying to use gcc to compile some C++ code. Libg++27 seems to be the supplier of standard headers for C++. I have both gcc-2.7.2-8 and libg++27-2.7.1-2 installed. When I try to compile something, I get: g++ -c -I./source/include -I/usr/include/g++/std ./source/parody2/tnode.cc In file