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 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