From: testeroste AT aol DOT com (Testeroste) Newsgroups: comp.os.msdos.djgpp Subject: Need help with the install Lines: 34 Message-ID: <1998083022094600.SAA08576@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Date: 30 Aug 1998 22:09:46 GMT Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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. 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.