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

[netCDF #LLV-851787]: netcdf 4.1.2 issue: undefined reference to `netcdf_mp_nf90_open_', etc



Hi Sha,

I think the problem may be that the  Fortran library must now be explicitly 
linked, 
whereas previous releases allowed the Fortran library to be built right into 
the 
C library.  That means instead of just linking with "-lnetcdf", you need to use
"-lnetcdff" (note the extra "f" in the first library name).

If you build with shared libraries (the default) then this is all thatis 
necessary.  
If you build with static libraries only, then you must also specify "-lnetcdf" 
after 
"-lnetcdff" and any other libraries that were used when netCDF was built.

--Russ


Russ Rew                                         UCAR Unidata Program
address@hidden                      http://www.unidata.ucar.edu



Ticket Details
===================
Ticket ID: LLV-851787
Department: Support netCDF
Priority: Normal
Status: Closed


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.