X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing DJGPP questions Date: Thu, 26 Mar 2009 08:10:46 -0700 (PDT) Organization: http://groups.google.com Lines: 31 Message-ID: <94864d41-94b6-463d-a219-7a15675ad303@z15g2000yqm.googlegroups.com> References: <3fa4a12c-c4b1-44fd-8f55-4abc9547d333 AT w34g2000yqm DOT googlegroups DOT com> <84fafd17-56ce-4920-aa4a-5748a3713177 AT c11g2000yqj DOT googlegroups DOT com> <51bb47eb-3d12-40fb-9835-d17fc61b0e79 AT e18g2000yqo DOT googlegroups DOT com> <34785c16-1639-4598-b93b-10eac8ac7641 AT g38g2000yqd DOT googlegroups DOT com> <47c4ad0e-a2fc-48d4-8f8e-00345ee74236 AT y13g2000yqn DOT googlegroups DOT com> <6b8efa49-dbb0-4c8d-917c-853a04237283 AT r28g2000vbp DOT googlegroups DOT com> <18d45b83-8531-4f5a-845a-ffe51fdb477c AT 37g2000yqp DOT googlegroups DOT com> <200903260206 DOT n2Q260ko011201 AT envy DOT delorie DOT com> <7ce07e2c-720e-4770-ae6d-20a0a95d8d67 AT c11g2000yqj DOT googlegroups DOT com> <7fa3dae7-fb8b-4e70-953d-8f191285df81 AT d38g2000prn DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1238080246 28017 127.0.0.1 (26 Mar 2009 15:10:46 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 26 Mar 2009 15:10:46 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: z15g2000yqm.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Mar 26, 9:32=A0am, themouse wrote: > > Another question since you mentioned dependancies. > > Is the location of the applications (grep) etc important or do they > just need to be in the Path. > > I would like to reorg my system I would like to move some of the apps > around. > This isn't just an issue with DJGPP but with FREEDOS as well. > > Basically I want to move stuff into different directories, but don't > want to break djgpp > as it will be the most important thing I think I will have. Simply put, I don't know of any apps offhand that need to be in a hardcoded (non-relative) directory layout. But some use environment variables (and/or settings in DJGPP.ENV). So check FDAUTO.BAT as well as DJGPP.ENV in case something might potentially break. Although, to be honest, it's easier to keep all DJGPP tools in the same (sub)directory since it simplifies upgrades: e.g. (from Bash) "cd /dev/env/DJDIR ; rm @manifest/grep253b.mft ; unzip /dev/c/tmp/ grep254b.zip". If you move stuff around, you'll have to search for it and update it even more manually than already. But the "which" command should find stuff on your path for you anyways if necessary. In short, do what you want, but if you stray too far, be sure you kept all the .ZIPs for reinstall !! ;-)