UNIX Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOperating SystemsUNIX Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 20th, 2011, 10:22 AM
swartzism swartzism is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2009
Posts: 23 swartzism New User: is a brand new recruit and a unknown entity at this point. 
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.

Reply With Quote
  #2  
Old January 20th, 2011, 11:48 AM
swartzism swartzism is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2009
Posts: 23 swartzism New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 3 h 17 m 51 sec
Reputation Power: 0
Got it.

Back to real work now...

Reply With Quote
  #3  
Old June 15th, 2011, 06:06 PM
Ti2grwd Ti2grwd is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2011
Posts: 1 Ti2grwd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 41 sec
Reputation Power: 0
I am also trying to unzip the ncl file using cygwin on a windows system and I'm having the same problem you did. How did you end up solving it? I'm new to programming and using cygwin so any help is appreciated! (My end goal is to use ncl to open and convert netcdf files into ASCII files)
Thanks!

Reply With Quote
  #4  
Old June 16th, 2011, 01:58 PM
swartzism swartzism is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2009
Posts: 23 swartzism New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 3 h 17 m 51 sec
Reputation Power: 0
Quote:
Originally Posted by Ti2grwd
I am also trying to unzip the ncl file using cygwin on a windows system and I'm having the same problem you did. How did you end up solving it? I'm new to programming and using cygwin so any help is appreciated! (My end goal is to use ncl to open and convert netcdf files into ASCII files)
Thanks!


It was over 3 months ago, so I'm not too sure how I got it. Try doing
Code:
gunzip 'filename' -d 'route to directory'
so that if your ncl file is in 'C:/home/downloads' and '/usr/local' is in 'C:/' your input will look like
Code:
gunzip ncl_ncarg-5.2.1.CYGWIN_NT-5.1_i686.tar.gz -d ../../usr/local
where the '../' means 'move back a directory'.

Let me know how that goes.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsUNIX Help > Cygwin-X Help

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap