Date: Sun, 7 Feb 1999 11:58:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: djgpp internal error In-Reply-To: <79d4t5$1mu$1@mozo.cc.purdue.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 4 Feb 1999, Chris Frolik wrote: > C:\Code\Projects\Application>make -f makefile.djgpp > gcc -c -O2 -Wall -Werror -g -m486 configuration.cpp > File.h: In method `class File & File::operator <<(bool &)': > In file included from configuration.cpp:6: > File.h:226: Internal compiler error. > File.h:226: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'. > make.exe: *** [configuration.o] Error 1 > > C:\Code\Projects\Application> > ---------------------------------------------------------------------------- > ----------------------- > > I've looked through the FAQ, and I tried stubediting cc1.exe and cc1plus.exe > as follows: This is not the only thing the FAQ suggests to check in such cases. See sections 6.4 and 6.6. Here's a list of other possible causes discussed in the FAQ: - insufficient memory (not stack space!) to compile a program; - incorrect setting of the TMPDIR variable; - faulty hardware (e.g. memory chips) or incorrect CMOS setup (e.g. of the CPU caches). If you tried all these, please tell what were the results. Also, please use the -Q switch to find out where does it crash, and describe (or post) the source code for the function where it happens.