Date: Tue, 11 Jul 2000 11:22:11 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Abhishek Roy cc: Prashant TR , djgpp AT delorie DOT com Subject: Re: Compiling from other directories In-Reply-To: <3.0.6.32.20000711013322.00800650@bom5.vsnl.net.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 11 Jul 2000, Abhishek Roy wrote: > >Could you post the contents of autoexec.bat. That would clear up > >things. Generally you should have the lines > > > >SET DJGPP=C:\DJGPP\DJGPP.ENV > >PATH C:\DJGPP\BIN;%PATH% > I had put SET PATH = C:\DJGPP\BIN;%PATH% instead, as I thought it was the > same thing. It *is* the same thing, but if you actually had those blanks around the `=' sign, then that was your problem. See section 8.2 of the DJGPP FAQ for more about this.