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, > Since working machine has been changed, > > I've faced netcdf library problem. > > Would you look at attached error messaged? > > Would you give me any comment? It looks like you are using Portland Group compilers pgcc, pgf77, pgf95 for C, Fortran-77, Fortran-95, but the "c++" compiler for C++. It's possible that things would work better if you used a Portland Group C++ compiler "pgCC", rather than "c++". This requires setting the environment variable CXX=pgCC before running the "configure" script. Another solution would be to specify that the C++ netCDF interface should not be compiled and built, by specifying CXX='' before running the configure script. None of the other netCDF utlities use the C++ interface and its use by other software is not as common as the C or Fortran interfaces. So if you don't have C++ programs that use netCDF, then you may be able to get along without it. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: RDM-952557 Department: Support netCDF Priority: Normal Status: Closed