From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp.env Date: Fri, 07 Apr 2000 17:13:25 +0200 Organization: NetVision Israel Lines: 18 Message-ID: <38EDFB15.2903B684@is.elta.co.il> References: <8ckora$k06$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: ras1-p49.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955120321 4590 62.0.172.51 (7 Apr 2000 15:12:01 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 7 Apr 2000 15:12:01 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com wonderchicken AT my-deja DOT com wrote: > The answer is usually to make sure the line > set djgpp = c:\djgpp\djgpp.env is in the autoexec.bat file. That's true, but note that there should be no blanks around the equals character `=' in the above line. > I have added > that line but there is no file named djgpp.env on my system. It was not > downloaded among the files recommended by the zip picker at www.delorie.com. > It doesn't appear to be generated automatically. This file comes with djdev203.zip. If you don't have it, you can unzip it from that archive. You are NOT supposed to change that file, let alone create it by yourself. Its syntax is cryptic, which makes it easy to break it, and the file's correctness is crucial to smooth operation of DJGPP.