Message-Id: <370A4247.529CEEB2@cableol.co.uk> Date: Tue, 06 Apr 1999 18:20:07 +0100 From: Allens X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP: the future is... ? References: <199903260517 DOT AAA32193 AT envy DOT delorie DOT com> <36FBE6A6 DOT D1407A64 AT cableol DOT co DOT uk> <6y0O2.2463$MB3 DOT 4117 AT newsfeeds DOT bigpond DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Bernard P. Murray, PhD wrote: > > In article <6y0O2.2463$MB3 DOT 4117 AT newsfeeds DOT bigpond DOT com>, "Johan Venter" > wrote: > > > Also, the installation needs work. It need not be constricting. A program > > that checks the current directory for DJGPP packages (how about a slightly > > modified zip or tar format that it can use to identify them with?). Once it > > has found all the packages, maybe show the user a list of the packages > > (excluding the base ones) that can be installed. After this, install them. > > Maybe have a specific install file contained in each package, kind of like a > > makefile, that would allow the install program to decide on what (if any) > > extra settings/environment variables that need to be setup to get the > > package working???? > > I don't know....I'm rambling.....just a thought. > > Johan Venter (aka sphinX) > > Sounds like you'd like something like Redhat's RPM. > I wonder if that's possible? (I know that RPM is > Open Source). The bad news is that all the DJGPP > files would have to be packaged appropriately. > The good news is that the dependencies would be > taken care of and so the frequent problems with > C++, RHIDE, Allegro etc. installations shouldn't occur > any more. Hmmmmm... > Bernard > -- > Bernard P. Murray, PhD > Dept. Cell. Mol. Pharmacol., UCSF, San Francisco, USA I would vote for dpkg if anything. It is more efficent, and has three layers of dependancys. For those who are worried about the potential size increase, .deb files have three sections, two are compressed using .tar.gz and the other is 4 bytes. Peter Allen