From: "Chris Frolik" Newsgroups: comp.os.msdos.djgpp Subject: djgpp internal error Date: Thu, 4 Feb 1999 16:52:08 -0500 Organization: Purdue University Lines: 39 Message-ID: <79d4t5$1mu$1@mozo.cc.purdue.edu> NNTP-Posting-Host: shrv-a-033.resnet.purdue.edu X-Trace: mozo.cc.purdue.edu 918165221 1758 128.210.198.33 (4 Feb 1999 21:53:41 GMT) X-Complaints-To: usenet AT mozo DOT cc DOT purdue DOT edu NNTP-Posting-Date: 4 Feb 1999 21:53:41 GMT X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I am using djgpp with gcc 2.8.1. The compiler gives me the following error: ---------------------------------------------------------------------------- --------------------- 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: stubedit cc1.exe minstack=2048k stubedit cc1plus.exe minstack=8192k No matter how much stack size I give to cc1plus, it doesn't seem to care. I tried 1024, 2048, 4096, etc... My C++ program is large, but not _that_ big. Anyone know why this is happening? Thanks, -- Chris Frolik cfrolik AT purdue DOT edu