From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Subject: Re: Suggestion
7 Feb 1998 20:39:06 -0800
Message-ID: <19980208145918.62616.cygnus.gnu-win32@mundook.cs.mu.OZ.AU>
References: <199802070422.VAA11105@jarvi.ezlink.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
To: Trent Jarvi <win32@jarvi.ezlink.com>
Cc: gnu-win32@cygnus.com

On 06-Feb-1998, Trent Jarvi <win32@jarvi.ezlink.com> wrote:
> 
> As long as your going through all this work to make win32 usable why not add
> something to gcc thats good for everyone especially win32.  Add the ability
> for gcc to search .tgz's for include files simular to java searching zips 
> for classes.

Unlike `.zip' files, `.tgz' files are not a suitable format for this.
Zip files allow you to get a list of the files in the archive without
decompressing it, but gzipped tar files do not (compare the efficiency
of `tar -ztf foo.tgz' vs `unzip -l foo.zip' for a large archive).

-- 
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
