This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> Hi there, > > I am trying to install the netcdf 3.6.2 library so I can use a utility > fro converting formatted ascii dump files to netcdf. My system is > windows XP and am using cygwin. I succeeded in the ./configure step with > the attached log file. My compiler is g95. But unfortunately the make > check step is not working, I get the following error messages: > > cc -c -g -O2 -I.. -I../libsrc -Df2cFortran fort-attio.c > In file included from fort-attio.c:6: > ncfortran.h:27:42: NF_INT_IS_C_... not defined: No such file or directo > fort-attio.c:12: error: parse error before "NF_INTEGER" > fort-attio.c:12: error: parse error before '*' token What command did you use to start the configure? Did you set CPPFLAGS to -Df2cFortran? If so, then don't. Do a make clean and then run configure without setting CPPFLAGS or CFLAGS. If it doesn't work, send me the complete output of the configure and make steps. Thanks, Ed Thanks, Ed Ticket Details =================== Ticket ID: JUX-761560 Department: Support netCDF Priority: Normal Status: Closed