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.
Yvonne, > In file included from netcdfcpp.h:13, > from netcdf.cpp:14: > ncvalues.h:14: sstream: No such file or directory This error indicates a problem with your g++ installation, which is being used to compile and test the netCDF C++ interface. Nothing else in the netCDF distribution depends on the C++ interface, so if you don't need it for your own programs, you could not build it by using setting the CXX environment variable to the empty string '' before running the configure script. Otherwise, you will have to fix your g++ installation (perhaps you have a very old version?), or use a different C++ compiler. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: YWN-562827 Department: Support netCDF Priority: Normal Status: Closed