From: larsegil Newsgroups: comp.os.msdos.djgpp Subject: Re: Installation of DJGPP Date: Sat, 15 Apr 2000 12:18:57 +0200 Organization: Norwegian university of science and technology Lines: 41 Message-ID: <38F84211.2F7E0104@mailhost.ifi.ntnu.no> References: <38E8A1C5 DOT 7B1CC977 AT mailhost DOT ifi DOT ntnu DOT no> <200004040147 DOT GAA00783 AT midpec DOT com> NNTP-Posting-Host: holt.idi.ntnu.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: kopp.stud.ntnu.no 955793937 9658 129.241.162.49 (15 Apr 2000 10:18:57 GMT) X-Complaints-To: usenet AT itea DOT ntnu DOT no NNTP-Posting-Date: 15 Apr 2000 10:18:57 GMT X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Prashant TR wrote: > larsegil proclaimed: > > > 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 > > There you are. Both your lines are wrong. Use this: > > SET PATH=D:\DJGPP\BIN;%PATH% > SET DJGPP=D:\DJGPP\DJGPP.ENV > > This should do the work! thx very much for the help u guys :-)) i used the SET command at c:\ an did set the DJGPP variable manual. it didn't work with the dos style set djgpp= d:\djgpp\djgpp.env so i tried the unix style set djgpp= d:/djgpp/djgpp.env and it worked fine thx a lot :-)))