Date: Wed, 30 Apr 1997 19:29:35 +0300 (IDT) From: Eli Zaretskii To: Ron Stawicki cc: djgpp AT delorie DOT com Subject: Re: virtual memory exhausted error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 29 Apr 1997, Ron Stawicki wrote: > Stubedit was used to update the stack space in cc1plus.exe to 16Meg. > > At compilation, it fails at the same point emitting the virtual memory > exhausted > error. One other possibility is that the compiler runs out of space for the temporary files (used between different compiler passes). If your TMPDIR environment variable points to a RAM disk, change it to point to you real disk and try compiling again. If that doesn't help, add -v to the compiler switches and post everything it prints. (The output is very voluminous, so redirect it to a file first. The FAQ explains how.)