cvs.gedasymbols.org/archives/browse.cgi | search |
Date: | Thu, 27 Aug 1998 14:45:11 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | lqian AT uiuc DOT edu |
cc: | djgpp AT delorie DOT com |
Subject: | Re: Installing DJGPP and running it |
In-Reply-To: | <slrn6u9j1h.6m9.lqian@regulus.csl.uiuc.edu> |
Message-ID: | <Pine.SUN.3.91.980827144318.6326f-100000@is> |
MIME-Version: | 1.0 |
On 27 Aug 1998, Leiming Qian wrote: > set path=%path%;c:\djgpp\bin It is usually best to put the DJGPP's bin directory *first*, not last: set path=c:\djgpp\bin;%path% One case where it matters is when the combined length of the old PATH and c:\djgpp\bin exceeds 127 characters. Another case is when you have some other compiler installed with programs like cpp.exe etc. on the PATH.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |