Mail Archives: djgpp/1997/10/29/09:23:14
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).
- Raw text -