Mail Archives: djgpp/1998/05/12/06:15:20
On Tue, 12 May 1998, Γιάννης Κάππας wrote:
> and the djgpp entry in the autoexec.bat file is: set DJDIR=d:\djgpp
^^^^^^^^^^^^^^^^^^
This is the problem. You shouldn't set DJDIR, you should set DJGPP, like
this:
set DJGPP=d:\djgpp\djgpp.env
Note that there should be no spaces around the `=' sign, and that you set
DJGPP to the full pathname of the djgpp.env file, NOT to the DJGPP
installation directory.
And you should *never* set DJDIR directly. At best, it will be ignored,
but it can also cause all kinds of subtle bugs.
- Raw text -