From: "Colby" Newsgroups: comp.os.msdos.djgpp Subject: Very Stumped Newbie Date: Wed, 13 Sep 2000 21:40:32 -0600 Organization: Okanagan Internet Junction Lines: 28 Message-ID: <8pph5j$hed$1@news.junction.net> NNTP-Posting-Host: 204.244.169.24 X-Trace: news.junction.net 968902643 17869 204.244.169.24 (14 Sep 2000 03:37:23 GMT) X-Complaints-To: abuse AT junction DOT net NNTP-Posting-Date: 14 Sep 2000 03:37:23 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I have a problem, and I've looked all over the place for an answer, and I guess that this is the best place to go... When I try to compile something it says: Fatal: Error in DJGPP instalation Environment variable DJGPP point to file 'C:\DJGPP\DJGPP.ENV;', which does not exist The file djgpp.env is located there though, everything is in place, I think the problem is in my autoexec.bat file. I'll paste everything in it here, and if anyone has the time, can you please send a message showing how it should look. Here it is: SET CTCM=C:\WINDOWS rem - By Windows Setup - LOADHIGH \CDROM\MSCDEX.EXE /D:MSCD001 /V /M:8 set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\JDK\BIN;C:\DJGPP\BIN; set DJGPP=C:\DJGPP\DJGPP.ENV; ECHO OFF Thanks in advance, webmaster AT dragonrage DOT zzn DOT com