Date: Sun, 9 Feb 1997 08:34:42 +0200 (IST) From: Eli Zaretskii To: Gregary J Boyles cc: djgpp AT delorie DOT com Subject: Re: Make problem under OpenDOS In-Reply-To: <5dhu46$n1j@lion.cs.latrobe.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 8 Feb 1997, Gregary J Boyles wrote: > Does this error mean anything to anyone? > It happens when I try to run make with the OpenDOS task manager installed. > GCC does not produce any error under this condition. > > redir -eo gxx -c -g -Wformat -Wreturn-type -Wunused -Wconversion -Waggregate-return -Wimplicit -Wreturn-type -Wreorder error.cc > gcc.exe: installation problem, cannot exec `d:/djgpp/bin\cpp.exe': Not enough memory (ENOMEM) > make.exe: *** [error.o] Error 1 I think this means that there isn't enough *conventional* memory to run cpp.exe. Can you post what mem /c prints, and also what go32-v2 prints when run with no arguments? If the DPMI services of OpenDOS are turned on, please turn them off and try again. The DJGPP FAQ list explains in section 6.2 how to tunr DPMI off in OpenDOS.