Message-Id: <200007221313.PAA14360@mailgw3.netvision.net.il> Date: Sat, 22 Jul 2000 16:14:01 +0200 To: mix sot X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <20000722111355.28967.qmail@web701.mail.yahoo.com> (message from mix sot on Sat, 22 Jul 2000 04:13:55 -0700 (PDT)) Subject: Re: DJGPP Compiler References: <20000722111355 DOT 28967 DOT qmail AT web701 DOT mail DOT yahoo DOT com> 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: Sat, 22 Jul 2000 04:13:55 -0700 (PDT) > From: mix sot > > I am trying to install djgpp compiler at the directory > D:\djgpp > I have add the enviroment commands in my autoexec.bat > ( It's Copy-Past ) > > set DJGPP=D:\DJGPP\DJGPP.ENV > set PATH=D:\DJGPP\BIN;%PATH% This is okay. > I have also add the commands > > shell=c:\command.com c:\ /e:2048 /p > files=40 > fcbs=40,0 Also okay. > Could you send me a djgpp.env file having the > enviroment virables > set for the D:\djgpp folder or could you help me with > an other way ? You don't need to modify DJGPP.ENV: it is already set up to do everything automatically, provided that the DJGPP enviroment variable is set correctly, as you already did. So just reboot your machine, and DJGPP should work for you. If it doesn't, please post here the description of any problems you might encounter. Good luck!