Date: Tue, 12 May 1998 13:11:45 +0300 (IDT) From: Eli Zaretskii To: Γιάννης Κάππας cc: djgpp AT delorie DOT com Subject: Re: info 2.16 In-Reply-To: <3557aab8.0@seralph9> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk 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.