Mail Archives: djgpp/1999/02/07/05:00:59
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>(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.
- Raw text -