X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: gswork AT mailcity DOT com (gswork) Newsgroups: comp.os.msdos.djgpp Subject: Re: install djgpp on windows xp Date: 29 Mar 2004 03:57:39 -0800 Organization: http://groups.google.com Lines: 30 Message-ID: <81f33a98.0403290357.5eff2051@posting.google.com> References: <200403281821 DOT i2SILwuM008707 AT envy DOT delorie DOT com> <40676428 DOT 3020900 AT acm DOT org> <40678015 DOT 23789967 AT news DOT voyager DOT net> NNTP-Posting-Host: 194.128.229.253 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1080561460 21859 127.0.0.1 (29 Mar 2004 11:57:40 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 29 Mar 2004 11:57:40 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com NoEmailAds AT execpc DOT com (Chris Giese) wrote in message news:<40678015 DOT 23789967 AT news DOT voyager DOT net>... > Cesar Rabak wrote: > > {snips} > > >DJ Delorie escreveu: > >> The only real advantage > >> cygwin has, IMHO, is a windows-style setup/install program, but > >> there's no reason we can't have one of those for DJGPP too. > >> > >I never gave a more serious thought in doing this for DJGPP because I > >can't a way of creating a dynamic packager. The nearer thing we have, I > >believe, is the 'install.exe' program but a long time I don't use it so > >I don't know how robust is it right now. > > I like the current packaging scheme of relatively small .ZIP files > containing independent sub-systems (C compiler, C++ compiler, Make, > sed, etc.) I hope the current packaging scheme will be retained even > if a new scheme is created. > > As a dial-up user, I think putting everything into a single, gigantic, > self-extracting .EXE file is a terrible idea...even though a lot of > other projects (*cough* MinGW) do this. If desperate for automated setup then a batch file could be used to create the directory, unzip the files to the right place, perhaps even alter autoexec if need be, not sure. I've always got on fine with the current way of doing things, it's just a question of following some instructions after all.