Message-ID: <34B4430F.FC69B5FA@ix.netcom.com> Date: Wed, 07 Jan 1998 21:07:59 -0600 From: Kurt Wall MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Environment Variables References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Ivo Stoykov wrote: > > CWDeWitt wrote on Tue, 6 Jan 1998 18:04:18 -0800 > in Newsgroups: comp.os.msdos.djgpp: > > > I'm trying to install DJGPP. Where and how do I change the environment > > variables? > > In Readme.1st under section "Instalation" you can find: > > 3. After unzipping all the zip files, set the DJGPP environment > variable to point to the file DJGPP.ENV in the main DJGPP > installation directory and add its BIN subdirectory to your PATH. > Assuming your DJGPP installation is rooted at C:\DJGPP, put these > two lines into your autoexec.bat file: > > set DJGPP=C:\DJGPP\DJGPP.ENV It _should_ say: set DJGPP=C:/DJGPP/DJGPP.ENV... > set PATH=C:\DJGPP\BIN;%PATH%