Mail Archives: djgpp/2000/08/07/04:32:28
On Mon, 7 Aug 2000, Ron House wrote:
> I downloaded the latest standard STL headers and tried them under both
> Linux g++ and Djgpp: the former, success; the latter, not so. Various
> headers produce syntax errors (e.g. <algorithm>) Obviously Djgpp is
> using an old version of the parser.
What does "gcc --version" print in both cases?
If it prints the same, they use the same parser. If not, upgrade your
DJGPP port of GCC to the latest version 2.95.2, if you don't have it
already. If you already have 2.95.2, it means that the Linux machine
has a beta version of GCC installed, since 2.95.2 is the latest
official release.
- Raw text -