[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #FQU-594042]: netcdf fortran library not found
- Subject: [netCDF #FQU-594042]: netcdf fortran library not found
- Date: Sun, 07 Apr 2013 11:56:34 -0600
Hi Sven,
> I'm trying to build something which needs the netCDF Fortran library
> but it seems like it is not found even though in my opinion I installed
> everything neccessary (netCDF and netCDF-fortran). I attached the
> buildlog. Any help would be very much appreciated!
I see you have set LDFLAGS="-lnetcdf -lnetcdff ". Instead, try using
LDFLAGS="-lnetcdff -lnetcdf ",
because the netCDF Fortran library (-lnetcdff) uses functions in the netCDF C
library (-lnetcdf).
--Russ
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: FQU-594042
Department: Support netCDF
Priority: Normal
Status: Closed