Date: Thu, 27 Aug 1998 15:23:39 +0300 (IDT) From: Eli Zaretskii To: Arthur cc: DJGPP Mailing List , Scott Daddy-o Subject: RE: Installation error when compiling In-Reply-To: <000101bdd1a7$db7eb620$8b4e08c3@arthur> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 27 Aug 1998, Arthur wrote: > > PATH C:\PROGRA~1\WIN98RK;c:\windows;c:\windows\COMMAND;C:\IBMVTYPE\BIN;C:\IBMTOOLS > > Shouldn't this be SET PATH? No. "PATH foo" and "set PATH=foo" have the same effect. The former is actually better, since it leaves more of the DOS 128 characters for the value of PATH. > I have a SET PATH pointing to my DJGPP directory itself, not just the > BIN directory. This is not needed. There should be no executables in the DJGPP directory itself.