> $ tar -xvfz g95-x86-cygwin.tgz
> tar: z: Cannot open: No such file or directory
This means that your version of tar does not understand the 'z' option.
This would solve it if you had gunzip:
$ mv g95-x86-cygwin.tgz g95-x86-cygwin.tar.gz
$ gunzip g95-x86-cygwin.tar.gz
$ tar xvf g95-x86-cygwin.tar
Bill
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Jun 13 2007 - 06:07:23 PDT