Date: Tue, 2 May 2000 14:05:58 +0300 (IDT) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> X-Sender: eliz AT is To: bruce elenbogen <boss AT engin DOT umd DOT umich DOT edu> cc: djgpp AT delorie DOT com Subject: Re: NT, OUT of Memory (ENOMEM) In-Reply-To: <Pine.GSO.4.21.0005011524070.9986-100000@engin.umd.umich.edu> Message-ID: <Pine.SUN.3.91.1000502140533.22132A-100000@is> 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.