I\'m trying to install the r package ncdf on an Ubuntu 10.04 server:
ncdf
install.packages(\"ncdf\", type = \"source\") Installing package into ‘/hom
You need to look at the configure.in script to see exactly what it tests for. Maybe it is expecting netcdf.h in a subdirectory rather than directly in /usr/include.
configure.in
netcdf.h
/usr/include
I think I have built this in the past. I could take another look later.