search for: r_iconv

Displaying 1 result from an estimated 1 matches for "r_iconv".

Did you mean: _iconv
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
...39; but there were no failures when the configure script was run. I then repeated this with the latest version of R (2.7.0) and got similar results. Looking at the file configure.ac in R (both 2.6.1 and 2.7.0), I see: ## iconv headers and function. if test "${use_iconv}" = yes; then R_ICONV if test "$r_cv_iconv_latin1" != yes; then AC_MSG_ERROR([--with-iconv=yes (default) and a suitable iconv is not available]) fi else AC_MSG_WARN([--with-iconv=no is deprecated and will be withdrawn shortly]) fi Clearly the value of r_cv_iconv_latin1 determines if this test pass...