From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: What files do I Really need? Date: Mon, 08 Jun 1998 18:30:13 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 43 Message-ID: <357C65F5.22D9D6E6@cs.com> References: <357AB511 DOT B08B7341 AT zetnet DOT co DOT uk> <357AF255 DOT 6EBA4D1D AT cs DOT com> <6lgjt8$78m$3 AT trog DOT dra DOT hmg DOT gb> NNTP-Posting-Host: ppp135.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Walter Gray wrote: > > I was wondering how much of the distribution set I really need. I > have the zip-pick minimal C-set. Do I really need timezones? They > don't seem to do anything when I move the directory. If I delete > them, will this come back to haunt me later? Are there any more > biggies I can safely delete? (I already deleted the html faq file > on principle.) > > Yes, I really do need the space. According to DJGPP FAQ chapter 22.16, you can safely delete all zoneinfo entries without affecting DJGPP programs. There are some cases, such as downloading files from the Internet, where it is useful to keep the zoneinfo entry that pertains to your specific timezone. The rest are required _only_ if you intend to distribute programs that must keep track of local timezones. In a major pinch, you can delete the following without making it impossible to compile programs: 1) All versions of the FAQ except for the one you use most (text, HTML, or Info). 2) Most of the .exe files in djdev201.zip, _except_ for go32-v2, redir, stubedit, stubify, and symify. (You of course lose the accompanying functionality, so think carefully!) 3) Anything in the 'share' subdirectory (AFAIK). 4) Also, some of the executables in bnu281b.zip (cxxfilt, objcopy, objdump, size, strings) can go, although I'd be very careful here. If you are really interested in a super-pared-down version of DJGPP, please consider helping design something like EZ-GCC for DJGPP v2.01; it would help out many people. Good luck! -- --------------------------------------------------------------------- | John M. Aldrich | "If 'everybody knows' such-and-such, | | aka Fighteer I | then it ain't so, by at least ten | | mailto:fighteer AT cs DOT com | thousand to one." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------