Hi all,
I've been starting to install ROMS via Cygwin, but I've gotten stuck on installing NetCDF.
Following the tutorial instructions here:
https://www.myroms.org/wiki/index.php/ROMS_Cygwin
The only exception I made to these steps was to replace the download link for netcdf-3.6.2 with that of netcdf-fortran-4.2.2
I did not alter the compilation command from the tutorial page.
I'm up to the "make check" step, at which point I get the following error message:
----------------------------------------------------------------------------
----------------------------------------------------------------------------
$ make check
Making check in f90
make[1]: Entering directory `/home/Robert/software/netcdf-fortran-4.2/f90'
make check-am
make[2]: Entering directory `/home/Robert/software/netcdf-fortran-4.2/f90'
/bin/sh ../libtool --tag=FC --mode=link gfortran-4 -g -O2 -o libnetcdff90.la typeSizes.lo netcdf4.lo -lnetcdf
/usr/bin/grep: /usr/lib/libhdf5_hl.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libhdf5_hl.la: No such file or directory
libtool: link: `/usr/lib/libhdf5_hl.la' is not a valid libtool archive
Makefile:336: recipe for target `libnetcdff90.la' failed
make[2]: *** [libnetcdff90.la] Error 1
make[2]: Leaving directory `/home/Robert/software/netcdf-fortran-4.2/f90'
Makefile:514: recipe for target `check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/Robert/software/netcdf-fortran-4.2/f90'
Makefile:422: recipe for target `check-recursive' failed
make: *** [check-recursive] Error 1
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
After reading the help above, I'm wondering, do I need to back and follow those instructions, too? It seems like there might be a known fix for handling these missing 'libhdf5_hl.la' & 'libnetcdff90.la'
Thank you in advance.
EDIT: After re-reading, it seems I should have made selections upon setting up cygwin in order to properly install the newest netcdf. Does this require un/re-installing cygwin?