Date: Mon, 31 Aug 1998 10:05:42 +0200 (WET) From: Andris Pavenis To: Testeroste cc: djgpp AT delorie DOT com Subject: Re: Need help with the install In-Reply-To: <1998083022094600.SAA08576@ladder03.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 30 Aug 1998, Testeroste wrote: > My problem sounds like other newbie problems I've seen posted here. Sorry, but > please help: > > 1. Problem: When I try to compile, I get a message -- > > Error in DJGPP instalation > Environment variable DJGPP point to file 'C:\DJGPP\DJGPP.ENV', > which does not exist. > There were some errors. That means that environment variable DJGPP is defined but check for file it point to failed. I suggest test the presence of this file once more. For example edit %DJGPP% (replace edit with some other command if needed) > > 2. go32 tells me that DPMI memory is 29k kb, swap space is 33k kb. > > 3. config.sys follows: > DOS=HIGH,UMB > Device=C:\WINDOWS\Himem.Sys > Device=C:\WINDOWS\EMM386.Exe NoEMS > BuffersHigh=20,0 > FCBSHigh=1,0 > FilesHigh=20 > StacksHigh=0,0 > > 4. autoexec.bat follows: > > @ECHO Off > Windows\Options\SysTools\DOSMode > > SET BLASTER=A220 I5 D1 T4 > > set DJGPP=C:\DJGPP\DJGPP.ENV > SET PATH=C:\DJGPP\BIN;%PATH% > > 5. Also, I can visually verify that I have a file called "DJGPP.ENV" in my > [DJGPP], which is in C:. I'm confused. Please help. > >