AMBER Archive (2007)Subject: Re: AMBER: Installing on windows
From: Bill Ross (ross_at_cgl.ucsf.edu)
Date: Mon Jun 11 2007 - 14:01:06 CDT
> $ 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_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu
|