Date: Thu, 15 Apr 1999 19:27:04 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "a.j.strachan" cc: djgpp AT delorie DOT com Subject: Re: Problem with DJGPP Installation on Winnt In-Reply-To: <3715FEAF.2041@swansea.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 15 Apr 1999, a.j.strachan wrote: > I've just installed djgpp under winnt. > I've followed the instructions > editted djgpp.env to show root dir as d:\gcc The instructions do NOT tell to edit DJGPP.ENV! Please revert to the original version of that file, and set the DJGPP environment variable instead, as per the instruction. Unauthorized editing of DJGPP.ENV is known to produce very subtle and hard-to-debug problems. > run go32-v2 with the following message > DPMI memory available 69373K > DPMI swap space available 0K > running gcc give the following msg: > installation problem, cannot exec 'cpp': Not enough memory What does "mem /c" in the DOS box print? Also, what happens if you invoke cpp.exe from the command line of the DOS box? Does it run? Yet another thing to check is that maybe cpp.exe that sits first on your PATH belongs to another compiler (like Borland's).