Message-ID: <38E8A6C2.F36E406F@corel.com> Date: Mon, 03 Apr 2000 10:12:18 -0400 From: Jonathan Meunier X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Installation of DJGPP References: <38E8A1C5 DOT 7B1CC977 AT mailhost DOT ifi DOT ntnu DOT no> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 120.150.3.42 X-Trace: 3 Apr 2000 10:12:41 -0500, 120.150.3.42 Lines: 35 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com larsegil wrote: > > Hello I cant get my DJGPP up and running!! > > i get the error message > > cant find the DJGPP variabel D:\DJGPP\DJGPP.ENV > file does not exist > > and the file does exist and i have included this in my autoexec.bat > > set Path=D:\DJGPP\BIN\ %PATH% > set DJGPP=D:\DJGPP`DJGPP.ENV > > and the file is in that directory From what you wrote here, I see 2 things that are wrongly written.. If you just wrote it offhand, then I can't be of any help (besides telling you to read the readme.1st and FAQ). OTOH, if you did a copy/paste from your autoexec.bat, then you must correct those. set Path=D:\DJGPP\BIN;%PATH% ^-- no trailing '\', and a ';' to separate directories (and no space) set DJGPP=D:\DJGPP\DJGPP.ENV ^-- a '\', not a '`' After rebooting, you should be able to run gcc.exe from anywhere, and it should work.. If it still says it can't find DJGPP.ENV, type "set" at the command prompt to see what the DJGPP variable is actually assigned to, and fix it if it's wrong. HTH, .(Trancelucid). . Jaune .