Displaying 2 results from an estimated 2 matches for "r_cv_iconv_latin1".
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
...ilures 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 passes
or fails and so whether the erro...
2007 Mar 13
0
configure cross_compiling+iconv wierdness
...uot;$as_me:$LINENO: checking whether iconv() accepts \"UTF-8\",
\"latin1\" and \"UCS-*\"" >&5
echo $ECHO_N "checking whether iconv() accepts \"UTF-8\", \"latin1\" and
\"UCS-*\"... $ECHO_C" >&6
if test "${r_cv_iconv_latin1+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then
r_cv_iconv_latin1=no
else
cat >conftest.$ac_ext <<_ACEOF
.....
_ACEOF
=============
FWIW, I am doing my "cross-compile" with a slightly m...