Date: Sun, 17 Jan 1999 18:39:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Casey cc: djgpp AT delorie DOT com Subject: Re: djgpp and programming newbie In-Reply-To: <36A20C6F.6328@letterbox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 17 Jan 1999, Casey wrote: > Anyone know why I keep getting the error "no such file" and the list of > all the header files the program requires? [...] > set DJGPP=D:\DJGPP\ The above line is your problem. It should read thusly: set DJGPP=D:\DJGPP\DJGPP.ENV (I think the file README.1ST explains this, btw.)