[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #RDM-952557]: for-v2compat.c error



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