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 Mike, In order to install the software after running "make all" and "make check", you still need to run "make install". That will install the libraries, executables, documentation, and include files either just above the netCDF source directory (if you ran the configure script without a --prefix argument) or wherever you specified with the --prefix argument to configure. So if you ran "./configure --prefix=/usr/local/", then netcdf.inc would be installed in /usr/local/include/netcdf.inc, and you could compile using "-I/usr/local/include" as an argument to the compiler as well as "-L/usr/local/lib -lnetcdf". --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: AJQ-779035 Department: Support netCDF Priority: Normal Status: Closed