Date: Tue, 19 Jan 1999 11:41:41 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Wes Robbins cc: djgpp AT delorie DOT com Subject: Re: c++ compile blues.... In-Reply-To: <7806vl$90v$1@news.sandia.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 18 Jan 1999, Wes Robbins wrote: > using gcc -o brickII.exe brickII.cpp -lgpp > > I upgraded my compiler to 2.81 on cpp . > now I get > _________one line of error codes____________________________ > c:/djgpp/lang/cxx/iostream.h:91 parse error before '___extension___' I'd guess that you have mixed files from the old and the new version of GCC. Make sure all files are replaced. The best way to do that is to remove the old binaries, libraries and headers and then unzip the new distribution. > What is the new method to compile C++ in djgpp? Same as the old method. Nothing's changed (except that you probably don't need -lgpp anymore).