Date: Wed, 18 Nov 1998 09:17:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bjorn De Meyer cc: djgpp AT delorie DOT com Subject: Re: Installing DJGPP in another directory In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 17 Nov 1998, Bjorn De Meyer wrote: > > I've recently downloaded DJGPP (v.2.8.1) and I found a problem > > installing it in another directory than c:\djgpp or d:\djgpp. It > > seems that it needs to be in the \djgpp directory which must be > > the first directory from the root. > > By the way, I think this question might point to an unclarity in the docs. > Should we add this question to the FAQ? It already *is* in the FAQ. Here's an excerpt from Chapter 1 that explains the installation procedure: - Add these two lines to your `AUTOEXEC.BAT' file: set PATH=C:\DJGPP\BIN;%PATH% set DJGPP=C:\DJGPP\DJGPP.ENV If your top DJGPP directory is other than `C:\DJGPP', *change these two lines accordingly!* If you see any unclarity here, please tell me, and I will try to fix it in the next release.