Displaying 2 results from an estimated 2 matches for "ac_fn_c_try_run".
2011 Dec 13
1
problems with iconv
...y Solaris machine.
Still when I try to run the configure I get:
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"...
ac_fn_c_try_run 29941
no
configure: error: a suitable iconv is essential
If I cheat and rig the configure file so that it continues even with the
error, I get a nice version of R that runs several of the demos, but should
I try to update the packages I get:
* installing *source* package 'foreign' ...
**...
2016 Jan 04
2
OPenssl and dependencies such as openssh
...uot;w");
if(fd == NULL)
exit(1);
if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(),
SSLeay_version(SSLEAY_VERSION))) <0)
exit(1);
exit(0);
;
return 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
ssl_library_ver=`cat conftest.ssllibver`
# Check version is supported.
case "$ssl_library_ver" in
0090[0-7]*|009080[0-5]*)...