Date: Mon, 21 Oct 1996 16:23:11 -0400 (EDT) From: Steve To: djgpp AT delorie DOT com Subject: STL with djgpp - help! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I've having trouble compiling with gcc (or gxx) using the Standard Template Libaray classes. For example, the following simple program: #include int main() { vector v; return (0); } doesn't compile. It gives a zillion errors about stuff from various include files. The first first error occurs in djgpp\ lang\cxx\std\stddef.h line 15, something about "parse error before = ". I compiled using gcc -c myfile.cc, and gxx -c myfile.cc. Nothing seemed to work. Any help would be greatly appreciated. Thanks, Steve Molitor, steve-mi AT moorelab DOT com