From: web455 AT charweb DOT org (Chris Lumens) Newsgroups: comp.os.msdos.djgpp Subject: Re: parse error in iostream.h Date: 19 Jun 1998 15:33:51 GMT Organization: Charlotte's Web Community Network Message-ID: <898255365.893383@news.charweb.org> References: NNTP-Posting-Host: news.charweb.org Cache-Post-Path: news.charweb.org!unknown AT wilbur DOT charweb DOT org Lines: 38 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Okay...here's what it said when I did a -v... Reading specs from d:/djgpp/lib\specs gcc version 2.7.2 d:/djgpp/bin\cpp.exe -lang-c++ -v -Id:/djgpp/include -Id:/djgpp/lang/cxx -Id:/djgpp/src/spasma -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=0 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=0 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=0 -g buffer.cpp d:/djgpp/tmp\ccbaaaaa GNU CPP version 2.7.2 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/include d:/djgpp/lang/cxx d:/djgpp/src/spasma d:/djgpp/include d:/djgpp/contrib/grx20/include /usr/local/lib/g++-include /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2/include /usr/include End of search list. d:/djgpp/bin\cc1plus.exe d:/djgpp/tmp\ccbaaaaa -fno-strength-reduce -fno-strength-reduce -quiet -dumpbase buffer.cc -g -version -o d:/djgpp/tmp\cccaaaaa GNU C++ version 2.7.2 (80386, BSD syntax) compiled by GNU C version 2.7.2. In file included from buffer.cpp:14: d:/djgpp/lang/cxx/iostream.h:91: parse error before '__extension__' d:/djgpp/lang/cxx/iostream.h:208: parse error before '__extension__' Hope that helps. Just so you know, I am doing all of this is dos, not in Linux. Also, I am running DJGPP through rhide and the only command line option that is specified is -g. - Chris Lumens