Date: Wed, 23 Jun 1999 13:55:38 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Johan Venter cc: djgpp AT delorie DOT com Subject: Re: Another Newbie Install Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 23 Jun 1999, Johan Venter wrote: > >set DJGPP=c:\djgpp\djggp.env <-- THIS LINE HAS A BUG! Should be > >DJGPP (and slashes) [snip] > > 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. That's not the problem to which toudi was referring: the SET command says "djggp.env", not "djgpp.env", which is not the same. Also case-sensitivity wrt environment variables is not the issue here, since djgpp.env is a file name. (And DOS is *not* case-insensitive about environment variables, btw.)