From: Richard Slobod <71231 DOT 104 AT compuserve DOT com> Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling from other directories Date: Fri, 14 Jul 2000 11:00:26 -0400 Organization: Warwick Online Lines: 9 Message-ID: References: <39690085 DOT 2128863 AT news DOT vsnl DOT net DOT in> <39690085 DOT 2128863 AT news DOT vsnl DOT net DOT in> <200007110236 DOT IAA01042 AT midpec DOT com> <3 DOT 0 DOT 6 DOT 32 DOT 20000711013322 DOT 00800650 AT bom5 DOT vsnl DOT net DOT in> NNTP-Posting-Host: m202-4-p19.warwick.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.warwick.net 963586759 16755 208.242.202.174 (14 Jul 2000 14:59:19 GMT) X-Complaints-To: usenet AT news DOT warwick DOT net NNTP-Posting-Date: 14 Jul 2000 14:59:19 GMT X-Newsreader: Forte Agent 1.8/32.548 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Abhishek Roy wrote: >>PATH C:\DJGPP\BIN;%PATH% >I had put SET PATH = C:\DJGPP\BIN;%PATH% instead, as I thought it was the >same thing. Changed it and it works perfectly now. Actually, using SET PATH instead of PATH is fine; the problem with your command is that you put spaces around the equals sign and were thus setting an environment variable named "PATH " (note the space) instead of "PATH".