From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: virtual memory exhausted Date: Sun, 27 Apr 1997 19:18:28 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 20 Message-ID: <3363A684.1DE9@SPAMcs.com> References: Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp223.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ron Stawicki wrote: > > Compiling an HP C++ toolkit, and getting a virtual memory exhausted > error emitted. > > The HP toolkit is large in size, but not huge (<<<1 Meg). According to the FAQ (v2/faq210b.zip) chapter 6.3, this error is usually caused by a complex C++ structure that causes cc1plus.exe to run out of stack space when compiling. Use the 'stubedit' program to increase the minimum stack of cc1plus.exe to 1024k or something similar, and try again. And definitely read that section of the FAQ. -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com | | * Proud user of DJGPP! * | http://www.cs.com/fighteer | | ObJoke: If Bill Gates were a robber, not only would he | | shoot you, but he'd send you a bill for the bullets. | ---------------------------------------------------------------------