As of 4.2 (i think) the fortran and c libraries have been separated.
Hence you need to first install the C-library, then install the fortran
library.
You cannot install the fortran library without the c-library.
Kind regards Nick
2014-01-28 Kaptue Tchuente, Armel <armel.kaptue@xxxxxxxxxxx>
> Hi there,
>
> I'm working on linux and I tried without success to install to install the
> library netcdf.
>
> Any thougths on how to fix the problem will be very much appreciated.
>
> Below is what I did:
>
> 1) I downloaded and unzipped the file netcdf-fortran-4.2.tar.gz
> 2) I changed the current directory to netcdf-fortran-4.2
> 3) As explianed here
> http://www.unidata.ucar.edu/software/netcdf/old_docs/INSTALL_pre_360.html#linux,
>
> CC=/usr/bin/c99
> CPPFLAGS=-Df2cFortran
> FC=/usr/bin/g77
> FFLAGS=-Wno-globals
> CXX=/usr/bin/g++
>
> 4) I runned configure ./configure
>
> I'm getting the following error message "configure: error: netcdf.h could
> not be found. Please set CPPFLAGS."
>
> --
> Armel
>
> _______________________________________________
> netcdfgroup mailing list
> netcdfgroup@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe, visit:
> http://www.unidata.ucar.edu/mailing_lists/
>
--
Kind regards Nick