Whoops, pilot error,  I needed to make distclean and redo a CVSMake
Sorry about this
M

Matthew Bettencourt wrote:
> 
> I am trying to build the cvs version of dx with netcdf support.  I do a
> ./configure --with-netcdf
> 
> and it does its thing until
> 
> checking for NETCDF support ...
> checking for netcdf.h... (cached) no
> checking for nc_copy_att in -lnetcdf... (cached) no
> checking if NETCDF package is complete... no
> 
> However, I do have the netcdf libs and the nc_copy_att is in them...
> What am I doing wrong???
> Thanks
> 
> {attica} 28 % rpm -ql netcdf
> /usr/bin/ncdump
> /usr/bin/ncgen
> /usr/include/ncvalues.hh
> /usr/include/netcdf.h
> /usr/include/netcdf.hh
> /usr/include/netcdf.inc
> /usr/lib/libnetcdf.a
> /usr/lib/libnetcdf_c++.a
> /usr/share/doc/netcdf-3.4
> /usr/share/doc/netcdf-3.4/COMPATIBILITY
> /usr/share/doc/netcdf-3.4/README
> /usr/share/man/man1/ncdump.1.gz
> /usr/share/man/man1/ncgen.1.gz
> /usr/share/man/man3/netcdf.3.gz
> /usr/share/man/man3/netcdf.3f.gz
> {attica} 29 % nm libnetcdf.a | grep nc_copy
> 000007f0 T nc_copy_att
> 0000e780 T nc_copy_var
>          U nc_copy_att
>          U nc_copy_att
>          U nc_copy_var

Reply via email to