
January 20th, 2011, 10:22 AM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 23
Time spent in forums: 3 h 17 m 51 sec
Reputation Power: 0
|
|
|
Cygwin-X Help
I am trying to install NCL/NCAR Graphics onto my Windows laptop, but am having some trouble. I have downloaded the correct file that I need and saved it in the recommended folder, "C:/cygwin/home/XXX" where XXX is my user name.
When I open up Cygwin-X, the instructions (http://www.ncl.ucar.edu/Download/cygwin.shtml WFS) say to make a directory called "/usr/local", but this already exists, but when I cd to /usr/local and try to unzip ncl_ncarg-5.2.1.CYGWIN_NT-5.1_i686.tar.gz, I get the error "no such file or directory. I tried a different route and cd'd to my XXX directory (insert dirty joke here) and tried
Code:
gunzip ncl_ncarg-5.2.1.CYGWIN_NT-5.1_i686.tar.gz -d /usr/local
only to get the error "gzip: /usr/local is a directory -- ignored"
Does anyone know why I am getting these errors? Any help would be greatly appreciated.
|