Project

General

Profile

I faced a problem during configure of CDO (with grib_api)

Added by Motoyama Koji about 6 years ago

I faced a problem during configure of CDO (with grib_api)

When the following command is executed,

./configure --prefix=/usr/local/cdo-1.8.2 --with-szlib=/usr/local/szip-2.1 --with-hdf5=/usr/local/hdf5-1.8.9 --with-netcdf=/usr/local/netcdf-4.1.3 --with-proj=/usr/local/proj-4.9.2 --with-grib_api=/usr/local/grib_api-1.14.7 --with-jasper=/usr/local/jasper-1.900.1 --enable-cdi-lib

the following error occurred.

configure: error: Could not link to grib_api library

Also, the following is installed in the library of gribAPI.

libgrib_api.a libgrib_api_f77.a libgrib_api_f90.a pkgconfig
libgrib_api.la libgrib_api_f77.la libgrib_api_f90.la

Does anyone know of a solution to this problem?