List of the Cygwin packages for cdo?
Added by Somsubhra Chattopadhyay almost 9 years ago
Dear all,
I am using the CDO 1.7.1 cygwin 64-dynamic program. I am using windows 7 as my operating system and have installed Cygwin already. However, I keep on getting errors due to not having all the needed Cygwin packages that contain various dll files. I tried to manually find those packages but everytime it throws up a new error message due to not having one. Can anyone please provide me/direct me to some resource with the list of all the packages that I need to have installed so that cdo can run properly? I haven't been able to find a comprehensive list yet.
I am fairly new in this program. Please help me.
Thanks and looking forward to hear from you.
Som
Replies (1)
RE: List of the Cygwin packages for cdo? - Added by Ralf Mueller almost 9 years ago
Hi!
you should install
- netcdf-dev
- hdf5-dev
- proj4
- curl
- fftw3
You can find out, what is missing with the command line tool ldd
. Just type
ldd cdo.exein the extraction dir. Or you use the static binary - it needs a lot less dependencies.