Date: Sat, 16 Nov 1996 19:40:51 -0500 (EST) From: Frank Donahoe To: djgpp AT delorie DOT com Subject: Re: DJGPP Directories In-Reply-To: <328CEB2A.2A37@worldnet.att.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 15 Nov 1996, Eilon Lipton wrote: > In general, should I unzip everything into the DJGPP directories. I > mean, let's say I donload DJGPP, SWORD GUI, RHIDE, and alot of other > stuff. Do I put them all in C:\DJGPP\ and then unzip them or should I > have C:\DJGPP\ C:\RHIDE\ C:\SWORD\ ??? > > THank you, > Eilon Lipton /YOE > AKA: Mad Man > To be safe one should first invoke "unzip -t STRANGE.ZIP | less" or redirect to a file. Then examine the tree structure of STRANGE to see how it fits into the pre-existing structure. Some are best unzipped from .../contrib Some would be better if a subdirectory is prepared for them .../contrib/strange.XXX. If it contains ./gnu/strange.XXX/.. it is intended to be unzipped in the DJGPP directory. Regards, Frank