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, This looks like a bug we have recently fixed, but it's not in a relelase yet. You can either get our latest netcdf snapshot release from ftp://ftp.unidata.ucar.edu/pub/netcdf/snapshot/netcdf-daily.tar.gz or just make one change to your sources: in the nctest/driver.c program, replace the line static char *testfiles[] = {"nonesuch", "nctest_classic.nc", with: char *testfiles[] = {"nonesuch", "nctest_classic.nc", (In other words, just remove the "static" declaration.) Then run "make distclean" and start over with setting your environment variables and running the "configure script". --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: GUD-694571 Department: Support netCDF Priority: Normal Status: Closed