Rob Redmon - 2015-02-05

Hello, I tried to follow the installation directions here:
http://nccmp.sourceforge.net/

Unfortunately, I'm stuck on "configure: error: Required NetCDF library not found!".

I first installed NetCDF from Unidata, here:
ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.2.tar.gz

The output of "configure" for nccmp is:
[I can send the config.log if it will help.]

[09:17:14][~/packages/nccmp-1.5.0/] ./configure --prefix=/home/xyz/packages/nccmp-1.5.0 --with-netcdf=/home/xyz/packages/netcdf-4.3.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/xyz/packages/nccmp-1.5.0/missing: Unknown --is-lightweight' option Try/home/xyz/packages/nccmp-1.5.0/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking for floor in -lm... yes
checking for nc_open in -lnetcdf... no
configure: error: in /home/xyz/packages/nccmp-1.5.0': configure: error: Required NetCDF library not found! Seeconfig.log' for more details
[09:17:30][~/packages/nccmp-1.5.0/]


Cheers,
Rob