This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: .tar.gz


dahms@ifk20.mach.uni-karlsruhe.de, you wrote:
> Hi Fergus, you wrote:
> 
> : Yes, but the 'z' option to tar is not portable, so I can't use that. :-(
> 
> But g*zip is not portable, either, only *compress is "standard" on unix.
> You can just as well install gtar, under that name, too (or link on Linux).

We distribute our software only in .tar.gz form.  In order to execute
it, the user must have unpacked it first, and to unpack it, they must
have g*zip (and tar).  But they might not have GNU tar.

Also, if they happen to not have gzip, the error message "gzip: command
not found" will be pretty clear.  Whereas if we invoke tar with the 'z'
option, it might just do the wrong thing.  E.g. on the system I'm posting
this from:

 | z   Positions the tape after the EOF marker on extraction or listing.  The
 |     z option allows the user to extract or list tapes that have multiple
 |     archives on them one after the other without error as a result of the
 |     tape not being positioned correctly for the next extraction or listing.

-- 
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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]