Displaying 1 result from an estimated 1 matches for "sbmlode_libs".
2005 Oct 05
1
Problems with autoconf example from r-ext.
...C_HELP_STRING([--with-sbmlode-lib=LIB_PATH],[the
location of libsbmlode libraries]),[sbmlode_lib_path=$withval])
if test [ -n "$sbmlode_lib_path" ] ; then
AC_SUBST([LIBS],[" -L${sbmlode_lib_path} ${LIBS}"])
else
if test [ -n "${SBMLODE_LIBS}" ] ; then
AC_SUBST([LIBS],["-I${SBMLODE_LIBS} ${LIBS}"])
fi
fi
dnl Now find the compiler and compiler flags to use
: ${R_HOME=`R RHOME`}
if test -z "${R_HOME}"; then
echo "could not determine R_HOME...