From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie's trouble, move djgpp to another directory Date: Fri, 31 Dec 1999 11:49:35 +0200 Organization: NetVision Israel Lines: 17 Message-ID: <386C7C2F.32C11F4B@is.elta.co.il> References: <386d6000 DOT 28674558 AT netnews DOT hinet DOT net> NNTP-Posting-Host: ras1-p113.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 946633546 20095 62.0.172.115 (31 Dec 1999 09:45:46 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 31 Dec 1999 09:45:46 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 Lin wrote: > > 3rd: edit the djgpp.env > > relpace " DJDIR=%:/>DJGPP%" with " DJDIR=%:/>DJGPPA%" That's your problem, right there: you do NOT need, and _should_ *not*, edit djgpp.env. It is already set up to work automagically, provided that PATH and DJGPP variables are set correctly in the environment, as you rightly did in steps 1 and 2. Editing djgpp.env usually messes up the DJGPP installation, because its cryptic syntax is easy to break. Moving DJGPP to another directory doesn't require anything beyond changing the settings of PATH and DJGPP variables. So please extract the original djgpp.env (from djdev202.zip) and see if all your problems went away. If not, please post the details there.