Sender: nate AT cartsys DOT com Message-ID: <36DF2391.76D11185@cartsys.com> Date: Thu, 04 Mar 1999 16:21:37 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.1 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: C++ compiler References: <000601be65f4$1b69d9a0$be275da6 AT siegfried> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com John L Meyer wrote: > put your PATH and DJGPP variables as the higest items in your autoexec.bat file. Bad idea, in this case. If the SET PATH=C:\DJGPP\BIN;%PATH% is moved above the other SET PATH, the second SET will replace the first, unless %PATH% is related to it. Putting the DJGPP stuff first is a good idea in general, since one often has non-returning programs at the end (like `win'), but in this case such was clearly not at issue. And please don't post in HTML. -- Nate Eldredge nate AT cartsys DOT com