Hi,
I'm trying to compile netcdf-fortran-4.4b5 and get errors like this for
both CINT1 and CINT2. I'm using gcc version 4.9.0
=========================================================
module_netcdf_nc_interfaces.f90:647.26:
USE NETCDF_NC_DATA, ONLY: CINT1
1
Error: Symbol 'cint1' referenced at (1) not found in module 'netcdf_nc_data'
module_netcdf_nc_interfaces.f90:650.14:
Integer(KIND=CINT1), Intent(IN) :: op(*)
=========================================================
1
Error: Parameter 'cint1' at (1) has not been declared or is a variable,
which does not reduce to a constant expression
Also note that I built the netCDF "C" portion first, netcdf-4.3.0.
Thanks for any tips/ideas on how to resolve this.
Regards,
Steve