X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 25 Jun 2004 22:01:27 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9743-Fri25Jun2004220126+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <40E2742C@www.webmail.hsph.harvard.edu> (message from hbrink on Fri, 25 Jun 2004 12:25:20 -0400) Subject: Re: DJGPP question References: <40E2742C AT www DOT webmail DOT hsph DOT harvard DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 25 Jun 2004 12:25:20 -0400 > From: hbrink > > I believed all I should have to do is enter PATH C:\DJGPP\BIN;%PATH% and > SET DJGPP=C:\DJGPP\DJGPP.ENV in the end of autoexec.bat before running wingcc. > I went into start/run and entered "edit C:\AUTOEXEC.BAT." An empty window > opened. I entered the two lines: PATH C:\DJGPP\BIN;%PATH% and SET > DJGPP=C:\DJGPP\DJGPP.ENV, restarted the computer, wrote code in wingcc, and > then attempted to run the program. However, I received the same error. Windows 2000 doesn't (normally) use AUTOEXEC.BAT. For Windows 2000 and XP, instead of editing AUTOEXEC.BAT, click Start-Settings, select the System applet, and then click "Advanced". There you can modify the value of PATH to include C:\DJGPP\BIN and add the DJGPP variable to point to C:\DJGPP\DJGPP.ENV (assuming you indeed installed DJGPP in C:\DJGPP).