From: "Elias Pschernig" Newsgroups: comp.os.msdos.djgpp Subject: compiler error Date: Fri, 22 May 1998 18:06:09 +0200 Organization: magnet Internet Services Lines: 27 Message-ID: <6k48d5$12a$1@orudios.magnet.at> NNTP-Posting-Host: 195.3.67.74 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk for the first time i've now tried to write a .cc program, and encountered this strange error message: // the program: a.cc class a {}; a *b; c() {new a=b;} output from compiler: >< Compiling: a.cc In function `int c()': a.cc(3) Error: Internal compiler error. a.cc(3) Error: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'. There were some errors >< What does this mean ? Is my version of djgpp too old (2.01) ? Elias Pschernig