search for: ac_cv_func_mkdtemp

Displaying 3 results from an estimated 3 matches for "ac_cv_func_mkdtemp".

2006 Sep 21
2
bug(let): openssh v4.3p2 'ok' out-of-box; 'configure' does not survive 'autoreconf'
...$as_me: error: cannot run test program while cross compiling 16377 See \`config.log' for more details." >&2;} 16378 { (exit 1); exit 1; }; } 16379 fi 16380 ]]) ... stems from, in 'configure.ac': 1406 dnl see whether mkstemp() requires XXXXXX 1407 if test "x$ac_cv_func_mkdtemp" = "xyes" ; then 1408 AC_MSG_CHECKING([for (overly) strict mkstemp]) 1409 AC_RUN_IFELSE( 1410 [AC_LANG_SOURCE([[ 1411 #include <stdlib.h> 1412 main() { char template[]="conftest.mkstemp-test"; 1413 if (mkstemp(template) == -1) 1414 exit(1); 1415 unlink(templ...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...tutxent=yes ac_cv_func_getutxid=yes ac_cv_func_getutxline=yes ac_cv_func_glob=yes ac_cv_func_inet_aton=no ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_innetgr=yes ac_cv_func_login_getcapbool=no ac_cv_func_logout=no ac_cv_func_logwtmp=no ac_cv_func_md5_crypt=no ac_cv_func_memmove=yes ac_cv_func_mkdtemp=no ac_cv_func_mmap=yes ac_cv_func_ngetaddrinfo=no ac_cv_func_ogetaddrinfo=no ac_cv_func_openpty=no ac_cv_func_pututline=yes ac_cv_func_pututxline=yes ac_cv_func_readpassphrase=no ac_cv_func_realpath=yes ac_cv_func_recvmsg=yes ac_cv_func_rresvport_af=yes ac_cv_func_sendmsg=yes ac_cv_func_setdtablesi...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...txent=yes ac_cv_func_getutxid=yes ac_cv_func_getutxline=yes ac_cv_func_glob=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_innetgr=no ac_cv_func_login_getcapbool=no ac_cv_func_logout=yes ac_cv_func_logwtmp=yes ac_cv_func_md5_crypt=no ac_cv_func_memmove=yes ac_cv_func_mkdtemp=yes ac_cv_func_mmap=yes ac_cv_func_ngetaddrinfo=no ac_cv_func_nsleep=no ac_cv_func_ogetaddrinfo=no ac_cv_func_openlog_r=no ac_cv_func_openpty=yes ac_cv_func_prctl=no ac_cv_func_pstat=no ac_cv_func_pututline=yes ac_cv_func_pututxline=yes ac_cv_func_readpassphrase=no ac_cv_func_realpath=yes ac_cv_fun...