Displaying 2 results from an estimated 2 matches for "incdir_netcdf_h".
2006 Apr 25
0
need automake/autoconf help to build RnetCDF and ncdf packages
...quot;
NETCDF_LIBNAME="netcdf"
HAVE_NETCDF_H=TRUE
fi
fi
else
NETCDF_INCDIR="${NETCDF_PATH}/include"
NETCDF_LIBDIR="${NETCDF_PATH}/lib"
NETCDF_LIBNAME="netcdf"
AC_CHECK_FILE(${NETCDF_INCDIR}/netcdf.h,
[INCDIR_NETCDF_H=TRUE], [INCDIR_NETCDF_H=FALSE])
if test "${INCDIR_NETCDF_H}" = TRUE; then
HAVE_NETCDF_H=TRUE
fi
fi
I've tried fiddling around in this, and then typing
#autoconf configure.ac > newconfigure
sh ./newconfigure
But it always ends the same:
checking for main in -ln...
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
...t;/usr/include"
NETCDF_LIBDIR="/usr/lib"
NETCDF_LIBNAME="netcdf"
HAVE_NETCDF_H=TRUE
fi
fi
else
NETCDF_INCDIR="${NETCDF_PATH}/include"
NETCDF_LIBDIR="${NETCDF_PATH}/lib"
NETCDF_LIBNAME="netcdf"
AC_CHECK_FILE(${NETCDF_INCDIR}/netcdf.h,
[INCDIR_NETCDF_H=TRUE], [INCDIR_NETCDF_H=FALSE])
if test "${INCDIR_NETCDF_H}" = TRUE; then
HAVE_NETCDF_H=TRUE
fi
fi
I've tried fiddling around in this, and then typing
#autoconf configure.ac > newconfigure
sh ./newconfigure
But it always ends the same:
checking for main in -lnetcdf... no
:...