Mail Archives: djgpp/1999/01/19/04:45:48
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).
- Raw text -