From: "Johan Venter" Newsgroups: comp.os.msdos.djgpp References: <19990617014715 DOT 86896 DOT qmail AT hotmail DOT com> <376EC7C6 DOT 82AE418 AT friko6 DOT onet DOT pl> Subject: Re: Another Newbie Install Question Lines: 29 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Wed, 23 Jun 1999 11:51:47 +1000 NNTP-Posting-Host: 203.40.82.115 X-Trace: newsfeeds.bigpond.com 930124967 203.40.82.115 (Wed, 23 Jun 1999 18:02:47 EST) NNTP-Posting-Date: Wed, 23 Jun 1999 18:02:47 EST Organization: Telstra BigPond Internet Services (http://www.bigpond.com) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com toudi wrote in message <376EC7C6 DOT 82AE418 AT friko6 DOT onet DOT pl>... > >You must use 'slashes' like here: > >set DJGPP=c:/djgpp/djgpp.env > >AND YOU WROTE: > >set PATH=%PATH%;c:\djgpp\bin >set DJGPP=c:\djgpp\djggp.env <-- THIS LINE HAS A BUG! Should be >DJGPP (and slashes) >set TMPDIR=c:\Temp I'm sorry, but that is incorrect. DOS is NOT case-sensitive with variables (it converts all the upper, so it doesn't matter), so DJGPP = djgpp. Also, you can use backslashes because they are converted to forwardslashes in the djgpp.env file, in the line: DJDIR=%:/>DJGPP% So, that file is correct. -- Johan Venter ICQ 3643877 Visit The TPU DJGPP Interest Group: http://surf.to/djgppig