Xref: news2.mv.net comp.os.msdos.djgpp:931 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Infernal compiler error. Date: Thu, 08 Feb 1996 00:10:45 CST Organization: Rice University, Houston, Texas Lines: 8 Message-ID: <311993e5.sandmann@clio.rice.edu> References: Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > I have tracked down a cause for the "Internal compiler error" that > has been bugging me. It seems to occur when I compile a large program > while using CWSDPMI. Its a CWSDPMI bug. CWSDPMI ran out of memory zones (after around 3000 sbrk calls). This can be fixed by bumping the internal heap size. I wrote a little program which can adjust this in the binary if anyone needs it. This particular C++ file needed 16Mb of VM to compile.