Date: Tue, 2 May 2000 14:05:58 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: bruce elenbogen cc: djgpp AT delorie DOT com Subject: Re: NT, OUT of Memory (ENOMEM) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 1 May 2000, bruce elenbogen wrote: > We are trying to install djgpp on NT 4.0 service pack 6E > and get the dreaded > gcc.exe: installation problem, cannot exec `cpp': Not enough memory (ENOMEM) This usually means that GCC is invoking a wrong version of cpp.exe. I'd say check your PATH for other cpp.exe's lurking somewhere. Adding the -v switch to the compilation command will show you what cpp.exe is being invoked.