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

[netCDF #MXF-256225]: make check: undefined references to nf_*



> Dear Russ,
> 
> thanks for the swift reply. The command yields
> 
> root@suzukaze:/media/d/backup/Software/Linux/INSTALL/NetCDF/netcdf-4.1.2# nm
> ./fortran/.libs/libnetcdff.a | grep nf_open
> 0000000000000250 T nf_open__
> 0000000000000130 T nf_open_par__
> U nf_open_
> U nf_open_par_
> 
> I tried to specify -DpgiFortran and repeated the command set below,
> unfortunately however with the same failure in make check (see
> attached zip).
> 
> Cheers,
> Marcus
> 
> 
Howdy Marcus!

Check the output of configure: is it using the correct fortran compiler, with 
the correct flags? If not, set them in environmental vars before rerunning 
configure.

Do the netCDF fortran tests work? Go into subdirectory nf_test and do a make 
check. If they work, then the fortran API is working and the problem lies in 
how it is being called by your programs.

Can you get the latest daily snapshot for you next attempt?
ftp://ftp.unidata.ucar.edu/pub/netcdf/snapshot/netcdf-4-daily.tar.gz

Install according to instructions here:
http://www.unidata.ucar.edu/software/netcdf/docs_snapshot/netcdf-install.html#Quick-Instructions

Thanks,

Ed


Ticket Details
===================
Ticket ID: MXF-256225
Department: Support netCDF
Priority: Critical
Status: Closed