Date: Sun, 22 Feb 1998 14:00:28 +0200 (IST) From: Eli Zaretskii To: Aram Harrow cc: djgpp AT delorie DOT com Subject: Re: Internal Compiler error In-Reply-To: <34EF7451.1A0A@mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 21 Feb 1998, Aram Harrow wrote: > I recently received an "internal compiler error" which comes and goes > as I modify my program. You are mixing gcc version 2.7.2.1 with cc1plus version 2.7.2: > gcc version 2.7.2.1 [snip] > c:/djgpp/bin\cc1plus.exe c:/djgpp/tmp\ccbaaaaa -quiet -dumpbase > richtest.cc -m486 -O2 -Wall -version -o c:/djgpp/tmp\cccaaaaa > GNU C++ version 2.7.2 (80386, BSD syntax) compiled by GNU C version > 2.7.2. Please download and install v2gnu/gpp2721b.zip and see if the problem goes away. If not, section 6.4 of the DJGPP FAQ list (v2/faq210b.zip) describes several other solutions to similar problems; please try them.