I am trying to install netcdf-c-4.9.0
I installed the prerequisites hdf5 and zlib but when I try to install netcdf it throws error
checking for library containing H5Fflush... no
I am using the below command to install
CPPFLAGS='-I${hdf5dir}/include -I${zdir}/include ' LDFLAGS='-L${hdf5dir}/lib -L${zdir}/lib ' ./configure --prefix=/home/muzafar/Downloads/installs/netcdf
and hdf5dir,zdir, are rest to respective installation directories.
Also I have set the LD_LIBRARY_PATH to /home/muzafar/Downloads/installs/hdf5/lib:
I am attaching a confg.log
can you please let me know what is the issue with my installation.
config.log
I am trying to install netcdf-c-4.9.0
I installed the prerequisites hdf5 and zlib but when I try to install netcdf it throws error
checking for library containing H5Fflush... no
I am using the below command to install
CPPFLAGS='-I${hdf5dir}/include -I${zdir}/include ' LDFLAGS='-L${hdf5dir}/lib -L${zdir}/lib ' ./configure --prefix=/home/muzafar/Downloads/installs/netcdf
and hdf5dir,zdir, are rest to respective installation directories.
Also I have set the LD_LIBRARY_PATH to /home/muzafar/Downloads/installs/hdf5/lib:
I am attaching a confg.log
can you please let me know what is the issue with my installation.
config.log