Date: Wed, 29 Oct 1997 10:53:56 +0200 (IST) From: Eli Zaretskii To: Michael Witt cc: djgpp AT delorie DOT com Subject: Re: compiler In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 28 Oct 1997, Michael Witt wrote: > the djgpp.env. However I am calling it in the autoexec.bat "set djgpp = > c:\djgpp\djgpp.env" Here's your problem, right there: you put blanks around the `=' character when setting the DJGPP variable, so you set a variable called "DJGPP " (with the blank), which is not what you want. Btw, this is all described in section 8.1 of the DJGPP FAQ list (get the file v2/faq210b.zip from the same place you got DJGPP).