Unknown reporter writes
I’m trying to build recoll on OpenBSD 4.9 snapshot but configure fails on iconv. Any help is appreciated.
# sysctl kern.version kern.version=OpenBSD 4.9-current (GENERIC.MP) #112: Sat May 14 09:59:17 MDT 2011 todd@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
# pkg_info | grep libiconv libiconv-1.13p2 character set conversion library
… checking sys/vfs.h usability… no checking sys/vfs.h presence… no checking for sys/vfs.h… no checking for file… /usr/bin/file checking for aspell… no configure: aspell support enabled but aspell package not found. Compiling with internal aspell interface file configure: inotify monitoring disabled checking for mkdtemp… yes checking for iconv_open in -liconv… no checking for iconv_open in -liconv… no checking for iconv_open in -liconv… no checking for iconv_open in -lc… no configure: error: Cannot find iconv_open anywhere. Please install iconv
Of course libiconv is present :/ Next log from my WIP port:
+ Tue May 17 14:57:16 CEST 2011
=== > Checking files for recoll-1.15.8p0
‘/usr/ports/distfiles/recoll-1.15.8.tar.gz’ is up to date.
> > (SHA256) recoll-1.15.8.tar.gz: OK
=== > Extracting for recoll-1.15.8p0
=== > Patching for recoll-1.15.8p0
=== > Configuring for recoll-1.15.8p0
configure: loading site script /usr/ports/infrastructure/db/config.site
checking whether the C
compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… (cached) o
checking whether we are using the GNU C
compiler… (cached) yes
checking whether c++ accepts -g… (cached) yes
checking for gcc… cc
checking whether we are using the GNU C compiler… (cached) yes
checking whether cc accepts -g… (cached) yes
checking for cc option to accept ISO C89… none needed
checking for special C compiler options needed for large files… no
checking for _FILE_OFFSET_BITS value needed for large files… no
checking how to run the C preprocessor… cc -E
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ANSI C header files… (cached) yes
checking for sys/types.h… (cached) yes
checking for sys/stat.h… (cached) yes
checking for stdlib.h… (cached) yes
checking for string.h… (cached) yes
checking for memory.h… (cached) yes
checking for strings.h… (cached) yes
checking for inttypes.h… (cached) yes
checking for stdint.h… (cached) yes
checking for unistd.h… (cached) yes
checking for sys/mount.h… (cached) yes
checking sys/statfs.h usability… no
checking sys/statfs.h presence… no
checking for sys/statfs.h… no
checking sys/statvfs.h usability… yes
checking sys/statvfs.h presence… yes
checking for sys/statvfs.h… yes
checking sys/vfs.h usability… no
checking sys/vfs.h presence… no
checking for sys/vfs.h… no
checking for file… /usr/bin/file
checking for aspell… no
configure: aspell support enabled but aspell package not found. Compiling with internal aspell interface file
configure: inotify monitoring disabled
checking for mkdtemp… yes
checking for iconv_open in -liconv… no
checking for iconv_open in -liconv… no
checking for iconv_open in -liconv… no
checking for iconv_open in -lc… no
configure: error: Cannot find iconv_open anywhere. Please install iconv
* Error code 1
Stop in /usr/ports/mystuff/x11/recoll (line 2414 of /usr/ports/infrastructure/mk/bsd.port.mk). * Error code 1
Stop in /usr/ports/mystuff/x11/recoll (line 2212 of /usr/ports/infrastructure/mk/bsd.port.mk). --- Tue May 17 14:57:23 CEST 2011
Now config.log
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
It was created by Recoll configure 1.6, which was generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info
--------- Platform. ---------
hostname = obsd.localdomain uname -m = i386 uname -r = 4.9 uname -s = OpenBSD uname -v = GENERIC.MP#112
/usr/bin/uname -p = Intel® Core™2 Duo CPU P8600 @ 2.40GHz ("GenuineIntel" 686-class) /bin/uname -X = unknown
/bin/arch = unknown /usr/bin/arch -k = OpenBSD.i386 /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown
PATH: /usr/ports/pobj/recoll-1.15.8/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/local/bin PATH: /usr/X11R6/bin
----------- Core tests. -----------
configure:2248: loading site script /usr/ports/infrastructure/db/config.site
| # $OpenBSD: config.site,v 1.18 2010/10/28 09:29:27 espie Exp $
| # Quick start macros for autoconf.
| # XXX kludge for a function we don’t actually have.
| #ac_cv_func_getservbyname_r=$no
| #ac_cv_func_getservbyport_r=$no
| #ac_cv_func_getprotobyname_r=$no
| # can’t define this because ntp fucks with it
| #ac_cv_lib_readline_readline=$yes
| # probably okay, to discuss…
| #ac_cv_c_inline=$inline
| # legacy header
| #ac_cv_func_dlopen=$yes
| # not okay, prevents curses in wy60…
| #ac_cv_func_setupterm=$yes
| # kill other curses/termcap stuff
| #ac_cv_func_termattrs=$yes
| #ac_cv_func_tgetent=$yes
| #ac_cv_func_tgetstr=$yes
| #ac_cv_func_tigetflag=$yes
| #ac_cv_func_tigetnum=$yes
| #ac_cv_func_tigetstr=$yes
| # gnulib’s stdbool.m4 disagrees for gcc2.95
| #ac_cv_header_stdbool_h=$yes
| ac_cv_accept_arg=$socklen_t
| ac_cv_argtype_accept3=$socklen_t *
| ac_cv_argtype_poll2=$nfds_t
| ac_cv_atexit=$atexit
| ac_cv_broken_nice=$no
| ac_cv_broken_poll=$no
| ac_cv_broken_sprintf=$no
| ac_cv_c_backslash_a=$yes
| ac_cv_c_compiler_gnu=$yes
| ac_cv_c_const=$yes
| ac_cv_c_jmp_buf_array=$yes
| ac_cv_c_realloc_bug=$no
| ac_cv_c_restrict=$restrict
| ac_cv_c_socklen_t=$yes
| ac_cv_c_stringize=$yes
| ac_cv_c_va_copy=$yes
| ac_cv_c_volatile=$yes
| ac_cv_c_working_sigaltstack=$yes
| ac_cv_check_socklentype=$socklen_t
| ac_cv_check_symbol_sys_siglist=$yes
| ac_cv_cmsghdr=$yes
| ac_cv_cpp_explicit=$yes
| ac_cv_cpp_reinterpret_cast=$yes
| ac_cv_cpp_typename=$yes
| ac_cv_crypt_blowfish=$yes
| ac_cv_crypt_des=$yes
| ac_cv_crypt_ext_des=$yes
| ac_cv_crypt_md5=$yes
| ac_cv_cxx_bool=$yes
| ac_cv_cxx_compiler_gnu=$yes
| ac_cv_cxx_const_cast=$yes
| ac_cv_cxx_dynamic_cast=$yes
| ac_cv_cxx_explicit=$yes
| ac_cv_cxx_reinterpret_cast=$yes
| ac_cv_cxx_static_cast=$yes
| ac_cv_cygwin=$no
| ac_cv_decl_clocks_per_sec=$yes
| ac_cv_decl_exit_success_and_failure=$yes
| ac_cv_decl_flock=$yes
| ac_cv_decl_in6_addr_def=$yes
| ac_cv_decl_in_addr6_def=$no
| ac_cv_decl_strcasecmp=$yes
| ac_cv_decl_sys_errlist=$yes
| ac_cv_decl_sys_nerr_def=$yes
| ac_cv_decl_sys_siglist=$yes
| ac_cv_decl_sys_siglist_def=$yes
| ac_cv_decl_syscall=$yes
| ac_cv_declared_select=$yes
| ac_cv_declared_swab=$yes
| ac_cv_declared_timezone=$yes
| ac_cv_dirent_d_off=$no
| ac_cv_dll_flags=$-shared
| ac_cv_exeext=$
| ac_cv_f77_compiler_gnu=$yes
| ac_cv_func_MD4Init=$yes
| ac_cv_func_MD5Data=$yes
| ac_cv_func_MD5Init=$yes
| ac_cv_func_MD5Update=$yes
| ac_cv_funcIceTransNoListen=${ac_cv_funcIceTransNoListen=yes}
| ac_cv_funcgetpty=${ac_cv_funcgetpty=no}
| ac_cv_func_accept=$yes
| ac_cv_func_accept_arg1=$int
| ac_cv_func_accept_arg2=$struct sockaddr *
| ac_cv_func_accept_arg3=$socklen_t
| ac_cv_func_accept_return=$int
| ac_cv_func_access=$yes
| ac_cv_func_alarm=$yes
| ac_cv_func_alloca=$yes
| ac_cv_func_alloca_works=$yes
| ac_cv_func_alphasort=$yes
| ac_cv_func_arc4random=$yes
| ac_cv_func_asctime=$yes
| ac_cv_func_asctime_r=$yes
| ac_cv_func_asprintf=$yes
| ac_cv_func_atexit=$yes
| ac_cv_func_atof=$yes
| ac_cv_func_atoi=$yes
| ac_cv_func_atol=$yes
| ac_cv_func_basename=$yes
| ac_cv_func_bcmp=$yes
| ac_cv_func_bcopy=$yes
| ac_cv_func_bind=$yes
| ac_cv_func_bindresvport=$yes
| ac_cv_func_brk=$yes
| ac_cv_func_bsearch=$yes
| ac_cv_func_bzero=$yes
| ac_cv_func_calloc=$yes
| ac_cv_func_catclose=$yes
| ac_cv_func_catgets=$yes
| ac_cv_func_catopen=$yes
| ac_cv_func_ceil=$yes
| ac_cv_func_cfgetospeed=$yes
| ac_cv_func_cfmakeraw=$yes
| ac_cv_func_cfsetispeed=$yes
| ac_cv_func_cfsetospeed=$yes
| ac_cv_func_cfsetspeed=$yes
| ac_cv_func_cgetnext=$yes
| ac_cv_func_chdir=$yes
| ac_cv_func_chflags=$yes
| ac_cv_func_chmod=$yes
| ac_cv_func_chown=$yes
| ac_cv_func_chown_works=$yes
| ac_cv_func_chroot=$yes
| ac_cv_func_clock=$yes
| ac_cv_func_clock_getres=$yes
| ac_cv_func_clock_gettime=$yes
| ac_cv_func_clock_settime=$yes
| ac_cv_func_close=$yes
| ac_cv_func_closedir=$yes
| ac_cv_func_closedir_void=$no
| ac_cv_func_closefrom=$yes
| ac_cv_func_closelog=$yes
| ac_cv_func_confstr=$yes
| ac_cv_func_connect=$yes
| ac_cv_func_crc32=$yes
| ac_cv_func_crypt=$yes
| ac_cv_func_ctermid=$yes
| ac_cv_func_ctermid_r=$yes
| ac_cv_func_ctime=$yes
| ac_cv_func_ctime_r=$yes
| ac_cv_func_daemon=$yes
| ac_cv_func_dbopen=$yes
| ac_cv_func_deflate=$yes
| ac_cv_func_deflateEnd=$yes
| ac_cv_func_deflateInit2_=$yes
| ac_cv_func_deflateReset=$yes
| ac_cv_func_difftime=$yes
| ac_cv_func_dirname=$yes
| ac_cv_func_div=$yes
| ac_cv_func_dlclose=$yes
| ac_cv_func_dlerror=$yes
| ac_cv_func_dlsym=$yes
| ac_cv_func_drand48=$yes
| ac_cv_func_drem=$yes
| ac_cv_func_dup2=$yes
| ac_cv_func_dup=$yes
| ac_cv_func_endgrent=$yes
| ac_cv_func_endgrent_r=$no
| ac_cv_func_endhostent=$yes
| ac_cv_func_endnetent=$yes
| ac_cv_func_endnetgrent=$yes
| ac_cv_func_endprotoent=$yes
| ac_cv_func_endprotoent_r=$yes
| ac_cv_func_endpwent=$yes
| ac_cv_func_endservent=$yes
| ac_cv_func_endservent_r=$yes
| ac_cv_func_erand48=$yes
| ac_cv_func_erf=$yes
| ac_cv_func_erfc=$yes
| ac_cv_func_err=$yes
| ac_cv_func_ether_hostton=$yes
| ac_cv_func_ether_ntoa=$yes
| ac_cv_func_ether_ntohost=$yes
| ac_cv_func_execl=$yes
| ac_cv_func_execlp=$yes
| ac_cv_func_execv=$yes
| ac_cv_func_execve=$yes
| ac_cv_func_execvp=$yes
| ac_cv_func_exit=$yes
| ac_cv_func_fchdir=$yes
| ac_cv_func_fchmod=$yes
| ac_cv_func_fchown=$yes
| ac_cv_func_fclose=$yes
| ac_cv_func_fcntl=$yes
| ac_cv_func_fcvt=$yes
| ac_cv_func_fdopen=$yes
| ac_cv_func_fflush=$yes
| ac_cv_func_ffs=$yes
| ac_cv_func_fgetc=$yes
| ac_cv_func_fgetln=$yes
| ac_cv_func_fgetpos=$yes
| ac_cv_func_fileno=$yes
| ac_cv_func_flock=$yes
| ac_cv_func_fnmatch=$yes
| ac_cv_func_fnmatch_works=$yes
| ac_cv_func_fork=$yes
| ac_cv_func_fork_works=$yes
| ac_cv_func_fpathconf=$yes
| ac_cv_func_fprintf=$yes
| ac_cv_func_fpsetmask=$yes
| ac_cv_func_fpurge=$yes
| ac_cv_func_fputc=$yes
| ac_cv_func_fputs=$yes
| ac_cv_func_fread=$yes
| ac_cv_func_free=$yes
| ac_cv_func_freeaddrinfo=$yes
| ac_cv_func_freeifaddrs=$yes
| ac_cv_func_fscanf=$yes
| ac_cv_func_fseek=$yes
| ac_cv_func_fseeko=$yes
| ac_cv_func_fsetpos=$yes
| ac_cv_func_fstat=$yes
| ac_cv_func_fstatfs=$yes
| ac_cv_func_fsync=$yes
| ac_cv_func_ftell=$yes
| ac_cv_func_ftello=$yes
| ac_cv_func_ftok=$yes
| ac_cv_func_ftruncate=$yes
| ac_cv_func_fts_open=$yes
| ac_cv_func_ftw=$yes
| ac_cv_func_funlockfile=$yes
| ac_cv_func_funopen=$yes
| ac_cv_func_fwrite=$yes
| ac_cv_func_gai_strerror=$yes
| ac_cv_func_getaddrinfo=$yes
| ac_cv_func_getc_unlocked=$yes
| ac_cv_func_getcwd=$yes
| ac_cv_func_getdomainname=$yes
| ac_cv_func_getdtablesize=$yes
| ac_cv_func_getegid=$yes
| ac_cv_func_getenv=$yes
| ac_cv_func_geteuid=$yes
| ac_cv_func_getfsent=$yes
| ac_cv_func_getfsstat=$yes
| ac_cv_func_getgid=$yes
| ac_cv_func_getgrent=$yes
| ac_cv_func_getgrgid=$yes
| ac_cv_func_getgrgid_r=$yes
| ac_cv_func_getgrnam=$yes
| ac_cv_func_getgrnam_r=$yes
| ac_cv_func_getgrouplist=$yes
| ac_cv_func_getgroups=$yes
| ac_cv_func_getgroups_works=$yes
| ac_cv_func_gethostbyaddr=$yes
| ac_cv_func_gethostbyname2=$yes
| ac_cv_func_gethostbyname=$yes
| ac_cv_func_gethostent=$yes
| ac_cv_func_gethostid=$yes
| ac_cv_func_gethostname=$yes
| ac_cv_func_getifaddrs=$yes
| ac_cv_func_getitimer=$yes
| ac_cv_func_getloadavg=$yes
| ac_cv_func_getlogin=$yes
| ac_cv_func_getlogin_r=$yes
| ac_cv_func_getmntinfo=$yes
| ac_cv_func_getnameinfo=$yes
| ac_cv_func_getnetbyaddr=$yes
| ac_cv_func_getnetbyname=$yes
| ac_cv_func_getnetent=$yes
| ac_cv_func_getnetgrent=$yes
| ac_cv_func_getopt=$yes
| ac_cv_func_getopt_long=$yes
| ac_cv_func_getpagesize=$yes
| ac_cv_func_getpass=$yes
| ac_cv_func_getpeereid=$yes
| ac_cv_func_getpeername=$yes
| ac_cv_func_getpgid=$yes
| ac_cv_func_getpgrp=$yes
| ac_cv_func_getpid=$yes
| ac_cv_func_getppid=$yes
| ac_cv_func_getpriority=$yes
| ac_cv_func_getprotobyname=$yes
| ac_cv_func_getprotobyname_r=$yes
| ac_cv_func_getprotobynumber=$yes
| ac_cv_func_getprotobynumber_r=$yes
| ac_cv_func_getprotoent=$yes
| ac_cv_func_getprotoent_r=$yes
| ac_cv_func_getpt=$no
| ac_cv_func_getpwent=$yes
| ac_cv_func_getpwnam=$yes
| ac_cv_func_getpwuid=$yes
| ac_cv_func_getresuid=$yes
| ac_cv_func_getrlimit=$yes
| ac_cv_func_getrusage=$yes
| ac_cv_func_getservbyname=$yes
| ac_cv_func_getservbyname_r=$yes
| ac_cv_func_getservbyport=$yes
| ac_cv_func_getservbyport_r=$yes
| ac_cv_func_getservent=$yes
| ac_cv_func_getservent_r=$yes
| ac_cv_func_getsid=$yes
| ac_cv_func_getsockname=$yes
| ac_cv_func_getsockopt=$yes
| ac_cv_func_getsubopt=$yes
| ac_cv_func_gettimeofday=$yes
| ac_cv_func_getttyent=$yes
| ac_cv_func_getuid=$yes
| ac_cv_func_getusershell=$yes
| ac_cv_func_getwd=$yes
| ac_cv_func_glob=$yes
| ac_cv_func_gmtime=$yes
| ac_cv_func_gmtime_r=$yes
| ac_cv_func_grantpt=$no
| ac_cv_func_herror=$yes
| ac_cv_func_hstrerror=$yes
| ac_cv_func_htonl=$yes
| ac_cv_func_htons=$yes
| ac_cv_func_if_indextoname=$yes
| ac_cv_func_if_nameindex=$yes
| ac_cv_func_if_nametoindex=$yes
| ac_cv_func_imaxabs=$yes
| ac_cv_func_imaxdiv=$yes
| ac_cv_func_index=$yes
| ac_cv_func_inet_addr=$yes
| ac_cv_func_inet_aton=$yes
| ac_cv_func_inet_lnaof=$yes
| ac_cv_func_inet_makeaddr=$yes
| ac_cv_func_inet_neta=$yes
| ac_cv_func_inet_netof=$yes
| ac_cv_func_inet_network=$yes
| ac_cv_func_inet_ntoa=$yes
| ac_cv_func_inet_ntop=$yes
| ac_cv_func_inet_pton=$yes
| ac_cv_func_initgroups=$yes
| ac_cv_func_innetgr=$yes
| ac_cv_func_insque=$yes
| ac_cv_func_ioctl=$yes
| ac_cv_func_isalnum=$yes
| ac_cv_func_isalpha=$yes
| ac_cv_func_isascii=$yes
| ac_cv_func_isatty=$yes
| ac_cv_func_isblank=$yes
| ac_cv_func_isdigit=$yes
| ac_cv_func_isgraph=$yes
| ac_cv_func_isinf=$yes
| ac_cv_func_isnan=$yes
| ac_cv_func_isprint=$yes
| ac_cv_func_ispunct=$yes
| ac_cv_func_issetugid=$yes
| ac_cv_func_isspace=$yes
| ac_cv_func_isxdigit=$yes
| ac_cv_func_kill=$yes
| ac_cv_func_killpg=$yes
| ac_cv_func_kqueue=$yes
| ac_cv_func_kvm_open=$yes
| ac_cv_func_kvm_openfiles=$yes
| ac_cv_func_lchown=$yes
| ac_cv_func_lfind=$yes
| ac_cv_func_link=$yes
| ac_cv_func_listen=$yes
| ac_cv_func_lldiv=$yes
| ac_cv_func_localeconv=$yes
| ac_cv_func_localtime=$yes
| ac_cv_func_localtime_r=$yes
| ac_cv_func_lockf=$yes
| ac_cv_func_login_getclass=$yes
| ac_cv_func_login_tty=$yes
| ac_cv_func_logout=$yes
| ac_cv_func_longjmp=$yes
| ac_cv_func_lrand48=$yes
| ac_cv_func_lsearch=$yes
| ac_cv_func_lseek=$yes
| ac_cv_func_lstat=$yes
| ac_cv_func_madvise=$yes
| ac_cv_func_malloc=$yes
| ac_cv_func_malloc_works=$yes
| ac_cv_func_memchr=$yes
| ac_cv_func_memcmp=$yes
| ac_cv_func_memcmp_clean=$yes
| ac_cv_func_memcmp_working=$yes
| ac_cv_func_memcpy=$yes
| ac_cv_func_memmove=$yes
| ac_cv_func_memset=$yes
| ac_cv_func_mergesort=$yes
| ac_cv_func_mkdir=$yes
| ac_cv_func_mkfifo=$yes
| ac_cv_func_mknod=$yes
| ac_cv_func_mkstemp=$yes
| ac_cv_func_mkstemps=$yes
| ac_cv_func_mktemp=$yes
| ac_cv_func_mktime=$yes
| ac_cv_func_mlock=$yes
| ac_cv_func_mlockall=$yes
| ac_cv_func_mmap=$yes
| ac_cv_func_mmap_fixed_mapped=$yes
| ac_cv_func_mprotect=$yes
| ac_cv_func_mrand48=$yes
| ac_cv_func_msync=$yes
| ac_cv_func_munlock=$yes
| ac_cv_func_munlockall=$yes
| ac_cv_func_munmap=$yes
| ac_cv_func_nanosleep=$yes
| ac_cv_func_nice=$yes
| ac_cv_func_nlist=$yes
| ac_cv_func_ntohs=$yes
| ac_cv_func_open=$yes
| ac_cv_func_opendir=$yes
| ac_cv_func_openlog=$yes
| ac_cv_func_openpty=$no
| ac_cv_func_pathconf=$yes
| ac_cv_func_pause=$yes
| ac_cv_func_pclose=$yes
| ac_cv_func_perror=$yes
| ac_cv_func_pipe=$yes
| ac_cv_func_pmap_getmaps=$yes
| ac_cv_func_pmap_getport=$yes
| ac_cv_func_poll=$yes
| ac_cv_func_popen=$yes
| ac_cv_func_pread=$yes
| ac_cv_func_printf=$yes
| ac_cv_func_printf_longdouble=$yes
| ac_cv_func_printf_unix98=$yes
| ac_cv_func_psignal=$yes
| ac_cv_func_ptrace=$yes
| ac_cv_func_ptsname=$no
| ac_cv_func_putc_unlocked=$yes
| ac_cv_func_putchar_unlocked=$yes
| ac_cv_func_putenv=$yes
| ac_cv_func_puts=$yes
| ac_cv_func_pwrite=$yes
| ac_cv_func_qsort=$yes
| ac_cv_func_qsort_argtype=$void
| ac_cv_func_raise=$yes
| ac_cv_func_rand=$yes
| ac_cv_func_rand_r=$yes
| ac_cv_func_random=$yes
| ac_cv_func_re_comp=$yes
| ac_cv_func_read=$yes
| ac_cv_func_readdir=$yes
| ac_cv_func_readdir_r=$yes
| ac_cv_func_readlink=$yes
| ac_cv_func_readv=$yes
| ac_cv_func_realloc=$yes
| ac_cv_func_realpath=$yes
| ac_cv_func_recv=$yes
| ac_cv_func_recvfrom=$yes
| ac_cv_func_recvmsg=$yes
| ac_cv_func_regcomp=$yes
| ac_cv_func_remove=$yes
| ac_cv_func_remque=$yes
| ac_cv_func_rename=$yes
| ac_cv_func_rename_works=$yes
| ac_cv_func_res_init=$yes
| ac_cv_func_res_mkquery=$yes
| ac_cv_func_res_query=$yes
| ac_cv_func_res_search=$yes
| ac_cv_func_revoke=$yes
| ac_cv_func_rewind=$yes
| ac_cv_func_rewinddir=$yes
| ac_cv_func_rindex=$yes
| ac_cv_func_rmdir=$yes
| ac_cv_func_ruserok=$yes
| ac_cv_func_sbrk=$yes
| ac_cv_func_scandir=$yes
| ac_cv_func_scanf=$yes
| ac_cv_func_seekdir=$yes
| ac_cv_func_select=$yes
| ac_cv_func_select_arg1=$int
| ac_cv_func_select_arg234=$fd_set *
| ac_cv_func_select_arg5=$struct timeval *
| ac_cv_func_select_args=$int,fd_set *,struct timeval *
| ac_cv_func_sem_init=$yes
| ac_cv_func_send=$yes
| ac_cv_func_sendmsg=$yes
| ac_cv_func_sendto=$yes
| ac_cv_func_setbuf=$yes
| ac_cv_func_setegid=$yes
| ac_cv_func_setenv=$yes
| ac_cv_func_seteuid=$yes
| ac_cv_func_setfsent=$yes
| ac_cv_func_setgid=$yes
| ac_cv_func_setgroupent=$yes
| ac_cv_func_setgroups=$yes
| ac_cv_func_sethostent=$yes
| ac_cv_func_sethostname=$yes
| ac_cv_func_setitimer=$yes
| ac_cv_func_setjmp=$yes
| ac_cv_func_setlinebuf=$yes
| ac_cv_func_setlocale=$yes
| ac_cv_func_setlogin=$yes
| ac_cv_func_setmode=$yes
| ac_cv_func_setnetent=$yes
| ac_cv_func_setnetgrent=$yes
| ac_cv_func_setpassent=$yes
| ac_cv_func_setpgid=$yes
| ac_cv_func_setpgrp=$yes
| ac_cv_func_setpriority=$yes
| ac_cv_func_setproctitle=$yes
| ac_cv_func_setprotoent=$yes
| ac_cv_func_setprotoent_r=$yes
| ac_cv_func_setpwent=$yes
| ac_cv_func_setregid=$yes
| ac_cv_func_setresgid=$yes
| ac_cv_func_setresuid=$yes
| ac_cv_func_setreuid=$yes
| ac_cv_func_setrlimit=$yes
| ac_cv_func_setservent=$yes
| ac_cv_func_setservent_r=$yes
| ac_cv_func_setsid=$yes
| ac_cv_func_setsockopt=$yes
| ac_cv_func_settimeofday=$yes
| ac_cv_func_setttyent=$yes
| ac_cv_func_setuid=$yes
| ac_cv_func_setusershell=$yes
| ac_cv_func_setvbuf=$yes
| ac_cv_func_setvbuf_reversed=$no
| ac_cv_func_shmat=$yes
| ac_cv_func_shmctl=$yes
| ac_cv_func_shmdt=$yes
| ac_cv_func_shmget=$yes
| ac_cv_func_shutdown=$yes
| ac_cv_func_sigaction=$yes
| ac_cv_func_sigaddset=$yes
| ac_cv_func_sigaltstack=$yes
| ac_cv_func_sigblock=$yes
| ac_cv_func_sigemptyset=$yes
| ac_cv_func_siginterrupt=$yes
| ac_cv_func_siglongjmp=$yes
| ac_cv_func_signal=$yes
| ac_cv_func_signgam=$yes
| ac_cv_func_sigpending=$yes
| ac_cv_func_sigprocmask=$yes
| ac_cv_func_sigsetjmp=$yes
| ac_cv_func_sigsetmask=$yes
| ac_cv_func_sigsuspend=$yes
| ac_cv_func_sigvec=$yes
| ac_cv_func_snprintf=$yes
| ac_cv_func_snprintf_c99=$yes
| ac_cv_func_socket=$yes
| ac_cv_func_socketpair=$yes
| ac_cv_func_sprintf=$yes
| ac_cv_func_srand48=$yes
| ac_cv_func_srand=$yes
| ac_cv_func_srandom=$yes
| ac_cv_func_srandomdev=$yes
| ac_cv_func_sscanf=$yes
| ac_cv_func_stat=$yes
| ac_cv_func_stat_empty_string_bug=$no
| ac_cv_func_statfs=$yes
| ac_cv_func_stpcpy=$no
| ac_cv_func_strcasecmp=$yes
| ac_cv_func_strchr=$yes
| ac_cv_func_strcmp=$yes
| ac_cv_func_strcoll=$yes
| ac_cv_func_strcoll_works=$yes
| ac_cv_func_strcpy=$yes
| ac_cv_func_strcspn=$yes
| ac_cv_func_strdup=$yes
| ac_cv_func_strerror=$yes
| ac_cv_func_strerror_r=$yes
| ac_cv_func_strftime=$yes
| ac_cv_func_strlcat=$yes
| ac_cv_func_strlcpy=$yes
| ac_cv_func_strlen=$yes
| ac_cv_func_strncasecmp=$yes
| ac_cv_func_strncat=$yes
| ac_cv_func_strncmp=$yes
| ac_cv_func_strncoll=$no
| ac_cv_func_strncpy=$yes
| ac_cv_func_strpbrk=$yes
| ac_cv_func_strptime=$yes
| ac_cv_func_strrchr=$yes
| ac_cv_func_strsep=$yes
| ac_cv_func_strsignal=$yes
| ac_cv_func_strspn=$yes
| ac_cv_func_strstr=$yes
| ac_cv_func_strtod=$yes
| ac_cv_func_strtoimax=$yes
| ac_cv_func_strtok=$yes
| ac_cv_func_strtok_r=$yes
| ac_cv_func_strtol=$yes
| ac_cv_func_strtoll=$yes
| ac_cv_func_strtonum=$yes
| ac_cv_func_strtoq=$yes
| ac_cv_func_strtoul=$yes
| ac_cv_func_strtoull=$yes
| ac_cv_func_strtoumax=$yes
| ac_cv_func_strtouq=$yes
| ac_cv_func_strvis=$yes
| ac_cv_func_swapctl=$yes
| ac_cv_func_symlink=$yes
| ac_cv_func_sync=$yes
| ac_cv_func_sys_nerr=$yes
| ac_cv_func_syscall=$yes
| ac_cv_func_sysconf=$yes
| ac_cv_func_sysctl=$yes
| ac_cv_func_syslog=$yes
| ac_cv_func_system=$yes
| ac_cv_func_tcdrain=$yes
| ac_cv_func_tcflow=$yes
| ac_cv_func_tcflush=$yes
| ac_cv_func_tcgetattr=$yes
| ac_cv_func_tcgetpgrp=$yes
| ac_cv_func_tcsendbreak=$yes
| ac_cv_func_tcsetattr=$yes
| ac_cv_func_tcsetpgrp=$yes
| ac_cv_func_telldir=$yes
| ac_cv_func_tempnam=$yes
| ac_cv_func_time=$yes
| ac_cv_func_timegm=$yes
| ac_cv_func_timelocal=$yes
| ac_cv_func_timer_create=$yes
| ac_cv_func_times=$yes
| ac_cv_func_tmpfile=$yes
| ac_cv_func_tmpnam=$yes
| ac_cv_func_tolower=$yes
| ac_cv_func_toupper=$yes
| ac_cv_func_tparm=$yes
| ac_cv_func_truncate=$yes
| ac_cv_func_tsearch=$yes
| ac_cv_func_ttyname=$yes
| ac_cv_func_ttyslot=$yes
| ac_cv_func_tzset=$yes
| ac_cv_func_ualarm=$yes
| ac_cv_func_umask=$yes
| ac_cv_func_uname=$yes
| ac_cv_func_ungetc=$yes
| ac_cv_func_unlink=$yes
| ac_cv_func_unlockpt=$no
| ac_cv_func_unmount=$yes
| ac_cv_func_unsetenv=$yes
| ac_cv_func_usleep=$yes
| ac_cv_func_utime=$yes
| ac_cv_func_utimes=$yes
| ac_cv_func_va_copy=$yes
| ac_cv_func_vadvise=$yes
| ac_cv_func_valloc=$yes
| ac_cv_func_vasprintf=$yes
| ac_cv_func_vfork=$yes
| ac_cv_func_vfork_works=$yes
| ac_cv_func_vfprintf=$yes
| ac_cv_func_void_sprintf=$yes
| ac_cv_func_vprintf=$yes
| ac_cv_func_vscanf=$yes
| ac_cv_func_vsnprintf=$yes
| ac_cv_func_vsnprintf_c99=$yes
| ac_cv_func_vsprintf=$yes
| ac_cv_func_vsscanf=$yes
| ac_cv_func_vsyslog=$yes
| ac_cv_func_wait3=$yes
| ac_cv_func_wait3_rusage=$yes
| ac_cv_func_wait4=$yes
| ac_cv_func_wait=$yes
| ac_cv_func_waitpid=$yes
| ac_cv_func_warnx=$yes
| ac_cv_func_write=$yes
| ac_cv_func_writev=$yes
| ac_cv_func_yp_get_default_domain=$yes
| ac_cv_have_ansi_prototypes=$yes
| ac_cv_have_asprintf_decl=$yes
| ac_cv_have_bool=$yes
| ac_cv_have_control_in_msghdr=$yes
| ac_cv_have_errno_decl=$yes
| ac_cv_have_setresgid_decl=$yes
| ac_cv_have_setresuid_decl=$yes
| ac_cv_have_snprintf_decl=$yes
| ac_cv_have_ssl=$have_ssl=yes ac_ssl_includes=/usr/include ac_ssl_libraries=/usr/lib ac_ssl_rsaref=no
| ac_cv_have_vasprintf_decl=$yes
| ac_cv_have_vsnprintf_decl=$yes
| ac_cv_header_arpa_inet_h=$yes
| ac_cv_header_assert_h=$yes
| ac_cv_header_ctype_h=$yes
| ac_cv_header_dirent_dirent_h=$yes
| ac_cv_header_dirent_h=$yes
| ac_cv_header_dlfcn_h=$yes
| ac_cv_header_errno_h=$yes
| ac_cv_header_fcntl_h=$yes
| ac_cv_header_float_h=$yes
| ac_cv_header_fnmatch_h=$yes
| ac_cv_header_fstab_h=$yes
| ac_cv_header_ftw_h=$yes
| ac_cv_header_getopt_h=$yes
| ac_cv_header_glob_h=$yes
| ac_cv_header_grp_h=$yes
| ac_cv_header_ieeefp_h=$yes
| ac_cv_header_inttypes_h=$yes
| ac_cv_header_libgen_h=$yes
| ac_cv_header_limits_h=$yes
| ac_cv_header_locale_h=$yes
| ac_cv_header_machine_endian_h=$yes
| ac_cv_header_machine_limits_h=$yes
| ac_cv_header_machine_param_h=$yes
| #ac_cv_header_machine_types_h=$yes
| ac_cv_header_malloc_h=$no
| ac_cv_header_math_h=$yes
| ac_cv_header_memory_h=$yes
| ac_cv_header_net_bpf_h=$yes
| ac_cv_header_net_if_arp_h=$yes
| ac_cv_header_net_if_h=$yes
| ac_cv_header_net_if_ppp_h=$yes
| ac_cv_header_net_if_tun_h=$yes
| ac_cv_header_net_if_types_h=$yes
| ac_cv_header_net_pfvar_h=$yes
| ac_cv_header_net_ppp_defs_h=$yes
| ac_cv_header_net_route_h=$yes
| ac_cv_header_net_slip_h=$yes
| ac_cv_header_netdb_h=$yes
| ac_cv_header_netinet6_in6_var_h=$yes
| ac_cv_header_netinet6_ip6_var_h=$yes
| ac_cv_header_netinet_icmp6_h=$yes
| ac_cv_header_netinet_icmp_var_h=$yes
| ac_cv_header_netinet_if_ether_h=$yes
| ac_cv_header_netinet_in_h=$yes
| ac_cv_header_netinet_in_systm_h=$yes
| ac_cv_header_netinet_ip6_h=$yes
| ac_cv_header_netinet_ip_h=$yes
| ac_cv_header_netinet_ip_var_h=$yes
| ac_cv_header_netinet_tcp_fsm_h=$yes
| ac_cv_header_netinet_tcp_h=$yes
| ac_cv_header_netinet_tcp_timer_h=$yes
| ac_cv_header_netinet_tcp_var_h=$yes
| ac_cv_header_netinet_tcpip_h=$yes
| ac_cv_header_netinet_udp_h=$yes
| ac_cv_header_netinet_udp_var_h=$yes
| ac_cv_header_nl_types_h=$yes
| ac_cv_header_nlist_h=$yes
| ac_cv_header_openssl_aes_h=$yes
| ac_cv_header_openssl_crypto_h=$yes
| ac_cv_header_openssl_des_h=$yes
| ac_cv_header_openssl_engine_h=$yes
| ac_cv_header_openssl_err_h=$yes
| ac_cv_header_openssl_evp_h=$yes
| ac_cv_header_openssl_hmac_h=$yes
| ac_cv_header_openssl_md2_h=$yes
| ac_cv_header_openssl_md4_h=$yes
| ac_cv_header_openssl_md5_h=$yes
| ac_cv_header_openssl_opensslv_h=$yes
| ac_cv_header_openssl_pem_h=$yes
| ac_cv_header_openssl_rsa_h=$yes
| ac_cv_header_openssl_sha_h=$yes
| ac_cv_header_openssl_ssl_h=$yes
| ac_cv_header_openssl_x509_h=$yes
| ac_cv_header_panel_h=$yes
| ac_cv_header_paths_h=$yes
| ac_cv_header_pcreposix_h=$yes
| ac_cv_header_physfs_h=$yes
| ac_cv_header_poll_h=$yes
| ac_cv_header_pthread_h=$yes
| ac_cv_header_pty_h=$no
| ac_cv_header_pwd_h=$yes
| ac_cv_header_readline_history_h=$yes
| ac_cv_header_readline_readline_h=$yes
| ac_cv_header_regex_h=$yes
| ac_cv_header_resolv_h=$yes
| ac_cv_header_rpc_rpc_h=$yes
| ac_cv_header_rpcsvc_yp_prot_h=$yes
| ac_cv_header_rpcsvc_ypclnt_h=$yes
| ac_cv_header_search_h=$yes
| ac_cv_header_semaphore_h=$yes
| ac_cv_header_setjmp_h=$yes
| ac_cv_header_sgtty_h=$yes
| ac_cv_header_signal_h=$yes
| ac_cv_header_soundcard_h=$yes
| ac_cv_header_stat_h=$no
| ac_cv_header_stdarg_h=$yes
| ac_cv_header_stdc=$yes
| ac_cv_header_stdint_h=$yes
| ac_cv_header_stdio_h=$yes
| ac_cv_header_stddef_h=$yes
| ac_cv_header_stdlib_h=$yes
| ac_cv_header_string_h=$yes
| ac_cv_header_strings_h=$yes
| ac_cv_header_sys_cdefs_h=$yes
| ac_cv_header_sys_chio_h=$yes
| ac_cv_header_sys_fcntl_h=$yes
| ac_cv_header_sys_file_h=$yes
| ac_cv_header_sys_filio_h=$yes
| ac_cv_header_sys_ioctl_h=$yes
| ac_cv_header_sys_ipc_h=$yes
| ac_cv_header_sys_limits_h=$yes
| ac_cv_header_sys_mman_h=$yes
| ac_cv_header_sys_mount_h=$yes
| ac_cv_header_sys_mtio_h=$yes
| ac_cv_header_sys_mutex_h=$yes
| ac_cv_header_sys_param_h=$yes
| ac_cv_header_sys_poll_h=$yes
| ac_cv_header_sys_resource_h=$yes
| ac_cv_header_sys_scsiio_h=$yes
| ac_cv_header_sys_select_h=$yes
| ac_cv_header_sys_shm_h=$yes
| ac_cv_header_sys_signal_h=$yes
| ac_cv_header_sys_socket_h=$yes
| ac_cv_header_sys_sockio_h=$yes
| ac_cv_header_sys_stat_h=$yes
| ac_cv_header_sys_syscall_h=$yes
| ac_cv_header_sys_sysctl_h=$yes
| ac_cv_header_sys_syslog_h=$yes
| ac_cv_header_sys_time_h=$yes
| ac_cv_header_sys_times_h=$yes
| ac_cv_header_sys_types_h=$yes
| ac_cv_header_sys_ucred_h=$yes
| ac_cv_header_sys_uio_h=$yes
| ac_cv_header_sys_un_h=$yes
| ac_cv_header_sys_unistd_h=$yes
| ac_cv_header_sys_utsname_h=$yes
| ac_cv_header_sys_wait_h=$yes
| ac_cv_header_syslog_h=$yes
| ac_cv_header_termio_h=$no
| ac_cv_header_termios_h=$yes
| ac_cv_header_time=$yes
| ac_cv_header_time_h=$yes
| ac_cv_header_unistd_h=$yes
| ac_cv_header_util_h=$yes
| ac_cv_header_utime_h=$yes
| ac_cv_header_utmp_h=$yes
| ac_cv_header_values_h=$no
| ac_cv_header_zlib_h=$yes
| ac_cv_labels_as_values=$yes
| ac_cv_lib_compat_main=$yes
| ac_cv_lib_cposix_strerror=$no
| ac_cv_lib_dir_opendir=$no
| ac_cv_lib_fl_yywrap=$yes
| ac_cv_lib_m=$yes
| ac_cv_lib_mfinite=${ac_cv_lib_mfinite=no}
| ac_cv_lib_m_acos=$yes
| ac_cv_lib_m_acosh=$yes
| ac_cv_lib_m_asin=$yes
| ac_cv_lib_m_asinh=$yes
| ac_cv_lib_m_atan=$yes
| ac_cv_lib_m_atanh=$yes
| ac_cv_lib_m_ceil=$yes
| ac_cv_lib_m_cos=$yes
| ac_cv_lib_m_exp=$yes
| ac_cv_lib_m_fabs=$yes
| ac_cv_lib_m_finite=$yes
| ac_cv_lib_m_floor=$yes
| ac_cv_lib_m_fmod=$yes
| ac_cv_lib_m_hypot=$yes
| ac_cv_lib_m_ldexp=$yes
| ac_cv_lib_m_log=$yes
| ac_cv_lib_m_main=$yes
| ac_cv_lib_m_modf=$yes
| ac_cv_lib_m_open=$yes
| ac_cv_lib_m_pow=$yes
| ac_cv_lib_m_rand=$yes
| ac_cv_lib_m_rintf=$yes
| ac_cv_lib_m_round=$yes
| ac_cv_lib_m_sin=$yes
| ac_cv_lib_m_sqrt=$yes
| ac_cv_lib_m_tanh=$yes
| ac_cv_lib_m_trunc=$yes
| ac_cv_lib_ncurses_tgetent=$yes
| ac_cv_lib_ncurses_tputs=$yes
| ac_cv_lib_poll_poll=$no
| ac_cv_lib_pthread_pthread_create=$yes
| ac_cv_lib_readline_rl_callback_handler_install=$yes
| ac_cv_lib_socket=$no
| ac_cv_lib_ucb_killpg=$no
| ac_cv_lib_utempter_addToUtmp=$no
| ac_cv_lib_util_main=$yes
| ac_cv_lib_util_openpty=$yes
| ac_cv_lib_z=$-lz
| ac_cv_lib_z_deflate=$yes
| ac_cv_lib_z_main=$yes
| ac_cv_member_struct_sockaddr_in6_sin6_scope_id=$yes
| ac_cv_member_struct_tm_tm_zone=$yes
| ac_cv_mingw32=$no
| ac_cv_objext=$o
| ac_cv_path_CHMOD=$/bin/chmod
| ac_cv_path_CP=$/bin/cp
| ac_cv_path_DIFF=$/usr/bin/diff
| ac_cv_path_PERL_PATH=$/usr/bin/perl
| ac_cv_path_RM=$/bin/rm
| ac_cv_path_STRIP=$/usr/bin/strip
| ac_cv_path_fp_prog_find=$/usr/bin/find
| ac_cv_path_fp_prog_sort=$/usr/bin/sort
| ac_cv_path_passwd_program=$/usr/bin/passwd
| ac_cv_path_path_su=$/usr/bin/su
| ac_cv_path_path_sudo=$/usr/bin/sudo
| ac_cv_prog_AWK=$awk
| ac_cv_prog_LEX=$flex
| ac_cv_prog_PERL=$/usr/bin/perl
| ac_cv_prog_SED=$/usr/bin/sed
| ac_cv_prog_SORT=$sort
| ac_cv_prog_ac_ct_AR=$ar
| ac_cv_prog_ac_ct_RANLIB=$ranlib
| ac_cv_prog_ac_ct_STRIP=$strip
| ac_cv_prog_cc_g=$yes
| ac_cv_prog_cc_works=$yes
| ac_cv_prog_cxx_g=$yes
| ac_cv_prog_egrep=$grep -E
| ac_cv_prog_f77_g=$yes
| ac_cv_prog_gcc=$yes
| ac_cv_prog_have_hp2ps=$1
| ac_cv_prog_lex_root=$lex.yy
| ac_cv_prog_lex_yytext_pointer=$yes
| ac_cv_prog_make_make_set=$yes
| ac_cv_sizeof_char=$1
| ac_cv_sizeof_long_long=$8
| ac_cv_sizeof_short=$2
| ac_cv_sizeof_unsigned_char=$1
| ac_cv_sizeof_unsigned_long_long=$8
| ac_cv_sizeof_unsigned_short=$2
| ac_cv_socklen_t=$socklen_t
| ac_cv_struct_st_rdev=$yes
| ac_cv_struct_tm=$time.h
| ac_cv_type_caddr_t=$yes
| ac_cv_type_char=$yes
| ac_cv_type_double=$yes
| ac_cv_type_float=$yes
| ac_cv_type_ino_t=$yes
| ac_cv_type_int=$yes
| ac_cv_type_intmax_t=$yes
| ac_cv_type_intp=$yes
| ac_cv_type_long=$yes
| ac_cv_type_long_long=$yes
| ac_cv_type_mode_t=$yes
| ac_cv_type_off_t=$yes
| ac_cv_type_pid_t=$yes
| ac_cv_type_short=$yes
| ac_cv_type_signal=$void
| ac_cv_type_size_t=$yes
| ac_cv_type_ssize_t=$yes
| ac_cv_type_struct_sockaddr_in6=$yes
| ac_cv_type_uid_t=$yes
| ac_cv_type_unsigned_char=$yes
| ac_cv_type_unsigned_int=$yes
| ac_cv_type_unsigned_long=$yes
| ac_cv_type_unsigned_long_long=$yes
| ac_cv_type_unsigned_short=$yes
| ac_cv_type_void_p=$yes
| ac_cv_type_wchar_t=$yes
| fp_cv_const_E2BIG=$7
| fp_cv_const_EACCES=$13
| fp_cv_const_EADDRINUSE=$48
| fp_cv_const_EADDRNOTAVAIL=$49
| fp_cv_const_EADV=$-1
| fp_cv_const_EAFNOSUPPORT=$47
| fp_cv_const_EAGAIN=$35
| fp_cv_const_EALREADY=$37
| fp_cv_const_EAUTH=$80
| fp_cv_const_EBADF=$9
| fp_cv_const_EBADMSG=$-1
| fp_cv_const_EBADRPC=$72
| fp_cv_const_EBUSY=$16
| fp_cv_const_ECHILD=$10
| fp_cv_const_ECOMM=$-1
| fp_cv_const_ECONNABORTED=$53
| fp_cv_const_ECONNREFUSED=$61
| fp_cv_const_ECONNRESET=$54
| fp_cv_const_EDEADLK=$11
| fp_cv_const_EDESTADDRREQ=$39
| fp_cv_const_EDIRTY=$-1
| fp_cv_const_EDOM=$33
| fp_cv_const_EDQUOT=$69
| fp_cv_const_EEXIST=$17
| fp_cv_const_EFAULT=$14
| fp_cv_const_EFBIG=$27
| fp_cv_const_EFTYPE=$79
| fp_cv_const_EHOSTDOWN=$64
| fp_cv_const_EHOSTUNREACH=$65
| fp_cv_const_EIDRM=$-1
| fp_cv_const_EILSEQ=$84
| fp_cv_const_EINPROGRESS=$36
| fp_cv_const_EINTR=$4
| fp_cv_const_EINVAL=$22
| fp_cv_const_EIO=$5
| fp_cv_const_EIPSEC=$82
| fp_cv_const_EISCONN=$56
| fp_cv_const_EISDIR=$21
| fp_cv_const_ELOOP=$62
| fp_cv_const_EMEDIUMTYPE=$86
| fp_cv_const_EMFILE=$24
| fp_cv_const_EMLINK=$31
| fp_cv_const_EMSGSIZE=$40
| fp_cv_const_EMULTIHOP=$-1
| fp_cv_const_ENAMETOOLONG=$63
| fp_cv_const_ENEEDAUTH=$81
| fp_cv_const_ENETDOWN=$50
| fp_cv_const_ENETRESET=$52
| fp_cv_const_ENETUNREACH=$51
| fp_cv_const_ENFILE=$23
| fp_cv_const_ENOATTR=$83
| fp_cv_const_ENOBUFS=$55
| fp_cv_const_ENODATA=$-1
| fp_cv_const_ENODEV=$19
| fp_cv_const_ENOENT=$2
| fp_cv_const_ENOEXEC=$8
| fp_cv_const_ENOLCK=$77
| fp_cv_const_ENOLINK=$-1
| fp_cv_const_ENOMEDIUM=$85
| fp_cv_const_ENOMEM=$12
| fp_cv_const_ENOMSG=$-1
| fp_cv_const_ENONET=$-1
| fp_cv_const_ENOPROTOOPT=$42
| fp_cv_const_ENOSPC=$28
| fp_cv_const_ENOSR=$-1
| fp_cv_const_ENOSTR=$-1
| fp_cv_const_ENOSYS=$78
| fp_cv_const_ENOTBLK=$15
| fp_cv_const_ENOTCONN=$57
| fp_cv_const_ENOTDIR=$20
| fp_cv_const_ENOTEMPTY=$66
| fp_cv_const_ENOTSOCK=$38
| fp_cv_const_ENOTTY=$25
| fp_cv_const_ENXIO=$6
| fp_cv_const_EOPNOTSUPP=$45
| fp_cv_const_EPERM=$1
| fp_cv_const_EPFNOSUPPORT=$46
| fp_cv_const_EPIPE=$32
| fp_cv_const_EPROCLIM=$67
| fp_cv_const_EPROCUNAVAIL=$76
| fp_cv_const_EPROGMISMATCH=$75
| fp_cv_const_EPROGUNAVAIL=$74
| fp_cv_const_EPROTO=$-1
| fp_cv_const_EPROTONOSUPPORT=$43
| fp_cv_const_EPROTOTYPE=$41
| fp_cv_const_ERANGE=$34
| fp_cv_const_EREMCHG=$-1
| fp_cv_const_EREMOTE=$71
| fp_cv_const_EROFS=$30
| fp_cv_const_ERPCMISMATCH=$73
| fp_cv_const_ERREMOTE=$-1
| fp_cv_const_ESHUTDOWN=$58
| fp_cv_const_ESOCKTNOSUPPORT=$44
| fp_cv_const_ESPIPE=$29
| fp_cv_const_ESRCH=$3
| fp_cv_const_ESRMNT=$-1
| fp_cv_const_ESTALE=$70
| fp_cv_const_ETIME=$-1
| fp_cv_const_ETIMEDOUT=$60
| fp_cv_const_ETOOMANYREFS=$59
| fp_cv_const_ETXTBSY=$26
| fp_cv_const_EUSERS=$68
| fp_cv_const_EWOULDBLOCK=$35
| fp_cv_const_EXDEV=$18
| fp_cv_const_O_BINARY=$0
| lt_cv_sys_max_cmd_len=$131072
| ac_cv_working_alloca_h=$no
| ac_cv_func_working_mktime=$yes
| # config.x11.site: newer autoconf versions are broken and cannot append
| # several config.site to CONFIG_SITE
| ac_cv_have_x=$have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib
| ac_cv_path_opengl_includes=$/usr/X11R6/include
| ac_cv_path_opengl_lib=$/usr/X11R6/lib
| #ac_cv_prog_freetype_config=$/usr/X11R6/bin/freetype-config
| #ac_cv_fileusr_X11R6_include_freetype2=${ac_cv_fileusr_X11R6_include_freetype2=yes}
| ac_cv_header_GL_gl_h=$yes
| ac_cv_header_GL_glu_h=$yes
| ac_cv_header_GL_glx_h=$yes
| ac_cv_header_X11_ICE_ICElib_h=$yes
| ac_cv_header_X11_Intrinsic_h=$yes
| ac_cv_header_X11_SM_SMlib_h=$yes
| ac_cv_header_X11_Sunkeysym_h=$yes
| ac_cv_header_X11_X_h=$yes
| ac_cv_header_X11_XInput_h=$yes
| ac_cv_header_X11_XKBlib_h=$yes
| ac_cv_header_X11_Xatom_h=$yes
| ac_cv_header_X11_Xauth_h=$yes
| ac_cv_header_X11_Xcursor_Xcursor_h=$yes
| ac_cv_header_X11_Xdmcp_h=$yes
| #ac_cv_header_X11_Xft_Xft_h=$yes
| ac_cv_header_X11_Xlib_h=$yes
| ac_cv_header_X11_Xlocale_h=$yes
| ac_cv_header_X11_Xmu_Atoms_h=$yes
| ac_cv_header_X11_Xmu_Editres_h=$yes
| ac_cv_header_X11_Xmu_StdCmap_h=$yes
| ac_cv_header_X11_Xmu_WinUtil_h=$yes
| ac_cv_header_X11_Xmu_Xmu_h=$yes
| ac_cv_header_X11_Xpm_h=$yes
| ac_cv_header_X11_Xpoll_h=$yes
| ac_cv_header_X11_Xproto_h=$yes
| ac_cv_header_X11_Xresource_h=$yes
| ac_cv_header_X11_Xutil_h=$yes
| ac_cv_header_X11_extensions_XEVI_h=$yes
| ac_cv_header_X11_extensions_XKB_h=$yes
| ac_cv_header_X11_extensions_XKBrules_h=$yes
| ac_cv_header_X11_extensions_XKBstr_h=$yes
| ac_cv_header_X11_extensions_XShm_h=$yes
| ac_cv_header_X11_extensions_Xcomposite_h=$yes
| ac_cv_header_X11_extensions_Xdamage_h=$yes
| ac_cv_header_X11_extensions_Xdbe_h=$yes
| ac_cv_header_X11_extensions_Xfixes_h=$yes
| ac_cv_header_X11_extensions_Xinerama_h=$yes
| ac_cv_header_X11_extensions_Xrandr_h=$yes
| ac_cv_header_X11_extensions_Xrender_h=$yes
| ac_cv_header_X11_extensions_Xres_h=$yes
| ac_cv_header_X11_extensions_Xtest_h=$yes
| ac_cv_header_X11_extensions_Xv_h=$yes
| ac_cv_header_X11_extensions_Xvlib_h=$yes
| ac_cv_header_X11_extensions_dpms_h=$yes
| ac_cv_header_X11_extensions_extutil_h=$yes
| ac_cv_header_X11_extensions_scrnsaver_h=$yes
| ac_cv_header_X11_extensions_shape_h=$yes
| ac_cv_header_X11_extensions_sync_h=$yes
| ac_cv_header_X11_extensions_xf86misc_h=$yes
| ac_cv_header_X11_extensions_xf86vmode_h=$yes
| ac_cv_header_X11_forms_h=$yes
| ac_cv_header_X11_keysym_h=$yes
| ac_cv_header_X11_xpm_h=$yes
| ac_cv_header_Xm_Xm_h=$yes
| #ac_cv_header_freetype_freetype_h=$yes
| #ac_cv_header_ft2build_h=$yes
| ac_cv_lib_GL_main=$yes
| ac_cv_lib_ICE_main=$yes
| ac_cv_lib_SM_main=$yes
| ac_cv_lib_X11_main=$yes
| ac_cv_lib_Xau_main=$yes
| #ac_cv_lib_Xaw_main=$yes
| ac_cv_lib_Xdmcp_main=$yes
| ac_cv_lib_Xext_main=$yes
| ac_cv_lib_Xinerama_main=$yes
| ac_cv_lib_Xmu_main=$yes
| ac_cv_lib_Xpm_main=$yes
| ac_cv_lib_Xt_main=$yes
| ac_cv_lib_ICE_IceConnectionNumber=$yes
| ac_cv_lib_SM_SmcOpenConnection=$yes
| ac_cv_lib_SM_SmcSaveYourselfDone=$yes
| ac_cv_lib_X11_XConvertCase=$yes
| ac_cv_lib_X11_XCreateIC=$yes
| ac_cv_lib_X11_XDrawLines=$yes
| ac_cv_lib_X11_XInitThreads=$yes
| ac_cv_lib_X11_XInternAtoms=$yes
| ac_cv_lib_X11_XMoveWindow=$yes
| ac_cv_lib_X11_XOpenDisplay=$yes
| ac_cv_lib_X11_XReadBitmapFileData=$yes
| ac_cv_lib_X11_XkbBell=$yes
| ac_cv_lib_X11_XkbQueryExtension=$yes
| #ac_cv_lib_Xft_XftInit=$yes
| ac_cv_lib_Xinerama_XineramaIsActive=$yes
| ac_cv_lib_freetype_FT_Init_FreeType=$yes
configure:2461: checking for C compiler version
configure:2470: c
--version >&5
c++ (GCC) 4.2.1 20070719
Copyright © 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2481: $? = 0
configure:2470: c -v >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.9/4.2.1/specs
Target: i386-unknown-openbsd4.9
Configured with: OpenBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719
configure:2481: $? = 0
configure:2470: c
-V >&5
c: -V option must have argument
configure:2481: $? = 1
configure:2470: c
-qversion >&5
c: unrecognized option -qversion
c
: no input files
configure:2481: $? = 1
configure:2501: checking whether the C compiler works
configure:2523: c
-O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib -L/usr/local/lib -liconv conftest.cpp >&5
configure:2527: $? = 0
configure:2575: result: yes
configure:2578: checking for C compiler default output file name
configure:2580: result: a.out
configure:2586: checking for suffix of executables
configure:2593: c
-o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib -L/usr/local/lib -liconv conftest.cpp >&5
configure:2597: $? = 0
configure:2619: result:
configure:2641: checking whether we are cross compiling
configure:2649: c -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib -L/usr/local/lib -liconv conftest.cpp >&5
configure:2653: $? = 0
configure:2660: ./conftest
configure:2664: $? = 0
configure:2679: result: no
configure:2684: checking for suffix of object files
configure:2731: result: o
configure:2735: checking whether we are using the GNU C
compiler
configure:2763: result: yes
configure:2772: checking whether c++ accepts -g
configure:2833: result: yes
configure:2926: checking for gcc
configure:2953: result: cc
configure:3182: checking for C compiler version
configure:3191: cc --version >&5
cc (GCC) 4.2.1 20070719
Copyright © 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3202: $? = 0
configure:3191: cc -v >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.9/4.2.1/specs
Target: i386-unknown-openbsd4.9
Configured with: OpenBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719
configure:3202: $? = 0
configure:3191: cc -V >&5
cc: -V option must have argument
configure:3202: $? = 1
configure:3191: cc -qversion >&5
cc: unrecognized option -qversion
cc: no input files
configure:3202: $? = 1
configure:3206: checking whether we are using the GNU C compiler
configure:3234: result: yes
configure:3243: checking whether cc accepts -g
configure:3304: result: yes
configure:3321: checking for cc option to accept ISO C89
configure:3385: cc -c -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c >&5
configure:3385: $? = 0
configure:3398: result: none needed
configure:3426: checking for special C compiler options needed for large files
configure:3471: result: no
configure:3477: checking for _FILE_OFFSET_BITS value needed for large files
configure:3502: cc -c -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c >&5
configure:3502: $? = 0
configure:3534: result: no
configure:3623: checking how to run the C preprocessor
configure:3654: cc -E -I/usr/X11R6/include -I/usr/local/include conftest.c
configure:3654: $? = 0
configure:3668: cc -E -I/usr/X11R6/include -I/usr/local/include conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3668: $? = 1
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| / end confdefs.h. /
| #include <ac_nonexistent.h >
configure:3693: result: cc -E
configure:3713: cc -E -I/usr/X11R6/include -I/usr/local/include conftest.c
configure:3713: $? = 0
configure:3727: cc -E -I/usr/X11R6/include -I/usr/local/include conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3727: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| / end confdefs.h. /
| #include <ac_nonexistent.h >
configure:3756: checking for grep that handles long lines and -e
configure:3814: result: /usr/bin/grep
configure:3819: checking for egrep
configure:3881: result: /usr/bin/grep -E
configure:3886: checking for ANSI C header files
configure:3990: result: yes
configure:4003: checking for sys/types.h
configure:4003: result: yes
configure:4003: checking for sys/stat.h
configure:4003: result: yes
configure:4003: checking for stdlib.h
configure:4003: result: yes
configure:4003: checking for string.h
configure:4003: result: yes
configure:4003: checking for memory.h
configure:4003: result: yes
configure:4003: checking for strings.h
configure:4003: result: yes
configure:4003: checking for inttypes.h
configure:4003: result: yes
configure:4003: checking for stdint.h
configure:4003: result: yes
configure:4003: checking for unistd.h
configure:4003: result: yes
configure:4018: checking for sys/mount.h
configure:4018: result: yes
configure:4018: checking sys/statfs.h usability
configure:4018: cc -c -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c >&5
conftest.c:53:24: error: sys/statfs.h: No such file or directory
configure:4018: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| / end confdefs.h. /
| #include <stdio.h >
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h >
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h >
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h >
| # include <stddef.h >
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h >
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h >
| # endif
| # include <string.h >
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h >
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h >
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h >
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h >
| #endif
| #include <sys/statfs.h >
configure:4018: result: no
configure:4018: checking sys/statfs.h presence
configure:4018: cc -E -I/usr/X11R6/include -I/usr/local/include conftest.c
conftest.c:20:24: error: sys/statfs.h: No such file or directory
configure:4018: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| / end confdefs.h. /
| #include <sys/statfs.h >
configure:4018: result: no
configure:4018: checking for sys/statfs.h
configure:4018: result: no
configure:4018: checking sys/statvfs.h usability
configure:4018: cc -c -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c >&5
configure:4018: $? = 0
configure:4018: result: yes
configure:4018: checking sys/statvfs.h presence
configure:4018: cc -E -I/usr/X11R6/include -I/usr/local/include conftest.c
configure:4018: $? = 0
configure:4018: result: yes
configure:4018: checking for sys/statvfs.h
configure:4018: result: yes
configure:4018: checking sys/vfs.h usability
configure:4018: cc -c -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c >&5
conftest.c:54:21: error: sys/vfs.h: No such file or directory
configure:4018: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATVFS_H 1
| / end confdefs.h. /
| #include <stdio.h >
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h >
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h >
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h >
| # include <stddef.h >
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h >
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h >
| # endif
| # include <string.h >
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h >
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h >
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h >
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h >
| #endif
| #include <sys/vfs.h >
configure:4018: result: no
configure:4018: checking sys/vfs.h presence
configure:4018: cc -E -I/usr/X11R6/include -I/usr/local/include conftest.c
conftest.c:21:21: error: sys/vfs.h: No such file or directory
configure:4018: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATVFS_H 1
| / end confdefs.h. /
| #include <sys/vfs.h >
configure:4018: result: no
configure:4018: checking for sys/vfs.h
configure:4018: result: no
configure:4043: checking for file
configure:4061: found /usr/bin/file
configure:4073: result: /usr/bin/file
configure:4119: checking for aspell
configure:4152: result: no
configure:4189: aspell support enabled but aspell package not found. Compiling with internal aspell interface file
configure:4222: inotify monitoring disabled
configure:4334: checking for mkdtemp
configure:4334: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib -L/usr/local/lib -liconv conftest.c >&5
configure:4334: $? = 0
configure:4334: result: yes
configure:4363: checking for iconv_open in -liconv
/tmp//ccvoWce4.o(.text+0x12): In function ‘main’:
: undefined reference to ‘iconv_open’
collect2: ld returned 1 exit status
configure:4388: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define FILE_PROG "/usr/bin/file"
| #define USE_SYSTEM_FILE_COMMAND 1
| #define RCL_USE_ASPELL 1
| #define ASPELL_INCLUDE "aspell-local.h"
| #define HAVE_MKDTEMP 1
| / end confdefs.h. /
|
| / Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. /
| #ifdef cplusplus
| extern "C"
| #endif
| char iconv_open ();
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:4397: result: no
configure:4363: checking for iconv_open in -liconv
configure:4388: c -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib -L/usr/local/lib -liconv -L/opt/local/lib conftest.cpp -liconv >&5
/tmp//ccMxVjk1.o(.text+0x12): In function ‘main’:
: undefined reference to ‘iconv_open’
collect2: ld returned 1 exit status
configure:4388: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define FILE_PROG "/usr/bin/file"
| #define USE_SYSTEM_FILE_COMMAND 1
| #define RCL_USE_ASPELL 1
| #define ASPELL_INCLUDE "aspell-local.h"
| #define HAVE_MKDTEMP 1
| / end confdefs.h. /
|
| / Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. /
| #ifdef cplusplus
| extern "C"
| #endif
| char iconv_open ();
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:4397: result: no
configure:4363: checking for iconv_open in -liconv
configure:4388: c -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib -L/usr/local/lib -liconv -L/usr/local/lib conftest.cpp -liconv >&5
/tmp//ccYQ8Lrn.o(.text+0x12): In function ‘main’:
: undefined reference to ‘iconv_open’
collect2: ld returned 1 exit status
configure:4388: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define FILE_PROG "/usr/bin/file"
| #define USE_SYSTEM_FILE_COMMAND 1
| #define RCL_USE_ASPELL 1
| #define ASPELL_INCLUDE "aspell-local.h"
| #define HAVE_MKDTEMP 1
| / end confdefs.h. /
|
| / Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. /
| #ifdef cplusplus
| extern "C"
| #endif
| char iconv_open ();
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:4397: result: no
configure:4412: checking for iconv_open in -lc
/tmp//cctOWQsk.o(.text+0x12): In function ‘main’:
: undefined reference to ‘iconv_open’
collect2: ld returned 1 exit status
configure:4437: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "Recoll"
| #define PACKAGE_TARNAME "recoll"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "Recoll 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define FILE_PROG "/usr/bin/file"
| #define USE_SYSTEM_FILE_COMMAND 1
| #define RCL_USE_ASPELL 1
| #define ASPELL_INCLUDE "aspell-local.h"
| #define HAVE_MKDTEMP 1
| / end confdefs.h. /
|
| / Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef cplusplus
| extern "C"
| #endif
| char iconv_open ();
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:4446: result: no
configure:4456: error: Cannot find iconv_open anywhere. Please install iconv
---------------- Cache variables. ----------------
ac_cv_accept_arg=socklen_t ac_cv_argtype_accept3=socklen_t * ac_cv_argtype_poll2=nfds_t ac_cv_atexit=atexit ac_cv_broken_nice=no ac_cv_broken_poll=no ac_cv_broken_sprintf=no ac_cv_c_backslash_a=yes ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_jmp_buf_array=yes ac_cv_c_realloc_bug=no ac_cv_c_restrict=restrict ac_cv_c_socklen_t=yes ac_cv_c_stringize=yes ac_cv_c_va_copy=yes ac_cv_c_volatile=yes ac_cv_c_working_sigaltstack=yes ac_cv_check_socklentype=socklen_t ac_cv_check_symbol_sys_siglist=yes ac_cv_cmsghdr=yes ac_cv_cpp_explicit=yes ac_cv_cpp_reinterpret_cast=yes ac_cv_cpp_typename=yes ac_cv_crypt_blowfish=yes ac_cv_crypt_des=yes ac_cv_crypt_ext_des=yes ac_cv_crypt_md5=yes ac_cv_cxx_bool=yes ac_cv_cxx_compiler_gnu=yes ac_cv_cxx_const_cast=yes ac_cv_cxx_dynamic_cast=yes ac_cv_cxx_explicit=yes ac_cv_cxx_reinterpret_cast=yes ac_cv_cxx_static_cast=yes ac_cv_cygwin=no ac_cv_decl_clocks_per_sec=yes ac_cv_decl_exit_success_and_failure=yes ac_cv_decl_flock=yes ac_cv_decl_in6_addr_def=yes ac_cv_decl_in_addr6_def=no ac_cv_decl_strcasecmp=yes ac_cv_decl_sys_errlist=yes ac_cv_decl_sys_nerr_def=yes ac_cv_decl_sys_siglist=yes ac_cv_decl_sys_siglist_def=yes ac_cv_decl_syscall=yes ac_cv_declared_select=yes ac_cv_declared_swab=yes ac_cv_declared_timezone=yes ac_cv_dirent_d_off=no ac_cv_dll_flags=-shared ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O2 -pipe
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/X11R6/include -I/usr/local/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-O2 -pipe
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/X11R6/lib -L/usr/local/lib -liconv
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_MD4Init=yes
ac_cv_func_MD5Data=yes
ac_cv_func_MD5Init=yes
ac_cv_func_MD5Update=yes
ac_cv_funcIceTransNoListen=yes
ac_cv_funcgetpty=no
ac_cv_func_accept=yes
ac_cv_func_accept_arg1=int
ac_cv_func_accept_arg2=struct sockaddr *
ac_cv_func_accept_arg3=socklen_t
ac_cv_func_accept_return=int
ac_cv_func_access=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca=yes
ac_cv_func_alloca_works=yes
ac_cv_func_alphasort=yes
ac_cv_func_arc4random=yes
ac_cv_func_asctime=yes
ac_cv_func_asctime_r=yes
ac_cv_func_asprintf=yes
ac_cv_func_atexit=yes
ac_cv_func_atof=yes
ac_cv_func_atoi=yes
ac_cv_func_atol=yes
ac_cv_func_basename=yes
ac_cv_func_bcmp=yes
ac_cv_func_bcopy=yes
ac_cv_func_bind=yes
ac_cv_func_bindresvport=yes
ac_cv_func_brk=yes
ac_cv_func_bsearch=yes
ac_cv_func_bzero=yes
ac_cv_func_calloc=yes
ac_cv_func_catclose=yes
ac_cv_func_catgets=yes
ac_cv_func_catopen=yes
ac_cv_func_ceil=yes
ac_cv_func_cfgetospeed=yes
ac_cv_func_cfmakeraw=yes
ac_cv_func_cfsetispeed=yes
ac_cv_func_cfsetospeed=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_cgetnext=yes
ac_cv_func_chdir=yes
ac_cv_func_chflags=yes
ac_cv_func_chmod=yes
ac_cv_func_chown=yes
ac_cv_func_chown_works=yes
ac_cv_func_chroot=yes
ac_cv_func_clock=yes
ac_cv_func_clock_getres=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_clock_settime=yes
ac_cv_func_close=yes
ac_cv_func_closedir=yes
ac_cv_func_closedir_void=no
ac_cv_func_closefrom=yes
ac_cv_func_closelog=yes
ac_cv_func_confstr=yes
ac_cv_func_connect=yes
ac_cv_func_crc32=yes
ac_cv_func_crypt=yes
ac_cv_func_ctermid=yes
ac_cv_func_ctermid_r=yes
ac_cv_func_ctime=yes
ac_cv_func_ctime_r=yes
ac_cv_func_daemon=yes
ac_cv_func_dbopen=yes
ac_cv_func_deflate=yes
ac_cv_func_deflateEnd=yes
ac_cv_func_deflateInit2_=yes
ac_cv_func_deflateReset=yes
ac_cv_func_difftime=yes
ac_cv_func_dirname=yes
ac_cv_func_div=yes
ac_cv_func_dlclose=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlsym=yes
ac_cv_func_drand48=yes
ac_cv_func_drem=yes
ac_cv_func_dup2=yes
ac_cv_func_dup=yes
ac_cv_func_endgrent=yes
ac_cv_func_endgrent_r=no
ac_cv_func_endhostent=yes
ac_cv_func_endnetent=yes
ac_cv_func_endnetgrent=yes
ac_cv_func_endprotoent=yes
ac_cv_func_endprotoent_r=yes
ac_cv_func_endpwent=yes
ac_cv_func_endservent=yes
ac_cv_func_endservent_r=yes
ac_cv_func_erand48=yes
ac_cv_func_erf=yes
ac_cv_func_erfc=yes
ac_cv_func_err=yes
ac_cv_func_ether_hostton=yes
ac_cv_func_ether_ntoa=yes
ac_cv_func_ether_ntohost=yes
ac_cv_func_execl=yes
ac_cv_func_execlp=yes
ac_cv_func_execv=yes
ac_cv_func_execve=yes
ac_cv_func_execvp=yes
ac_cv_func_exit=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_fclose=yes
ac_cv_func_fcntl=yes
ac_cv_func_fcvt=yes
ac_cv_func_fdopen=yes
ac_cv_func_fflush=yes
ac_cv_func_ffs=yes
ac_cv_func_fgetc=yes
ac_cv_func_fgetln=yes
ac_cv_func_fgetpos=yes
ac_cv_func_fileno=yes
ac_cv_func_flock=yes
ac_cv_func_fnmatch=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fprintf=yes
ac_cv_func_fpsetmask=yes
ac_cv_func_fpurge=yes
ac_cv_func_fputc=yes
ac_cv_func_fputs=yes
ac_cv_func_fread=yes
ac_cv_func_free=yes
ac_cv_func_freeaddrinfo=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fscanf=yes
ac_cv_func_fseek=yes
ac_cv_func_fseeko=yes
ac_cv_func_fsetpos=yes
ac_cv_func_fstat=yes
ac_cv_func_fstatfs=yes
ac_cv_func_fsync=yes
ac_cv_func_ftell=yes
ac_cv_func_ftello=yes
ac_cv_func_ftok=yes
ac_cv_func_ftruncate=yes
ac_cv_func_fts_open=yes
ac_cv_func_ftw=yes
ac_cv_func_funlockfile=yes
ac_cv_func_funopen=yes
ac_cv_func_fwrite=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_getenv=yes
ac_cv_func_geteuid=yes
ac_cv_func_getfsent=yes
ac_cv_func_getfsstat=yes
ac_cv_func_getgid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgrgid=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_getgroups_works=yes
ac_cv_func_gethostbyaddr=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getitimer=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getlogin=yes
ac_cv_func_getlogin_r=yes
ac_cv_func_getmntinfo=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getnetbyaddr=yes
ac_cv_func_getnetbyname=yes
ac_cv_func_getnetent=yes
ac_cv_func_getnetgrent=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getpeereid=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgid=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getpid=yes
ac_cv_func_getppid=yes
ac_cv_func_getpriority=yes
ac_cv_func_getprotobyname=yes
ac_cv_func_getprotobyname_r=yes
ac_cv_func_getprotobynumber=yes
ac_cv_func_getprotobynumber_r=yes
ac_cv_func_getprotoent=yes
ac_cv_func_getprotoent_r=yes
ac_cv_func_getpt=no
ac_cv_func_getpwent=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getresuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyname_r=yes
ac_cv_func_getservbyport=yes
ac_cv_func_getservbyport_r=yes
ac_cv_func_getservent=yes
ac_cv_func_getservent_r=yes
ac_cv_func_getsid=yes
ac_cv_func_getsockname=yes
ac_cv_func_getsockopt=yes
ac_cv_func_getsubopt=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getttyent=yes
ac_cv_func_getuid=yes
ac_cv_func_getusershell=yes
ac_cv_func_getwd=yes
ac_cv_func_glob=yes
ac_cv_func_gmtime=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_grantpt=no
ac_cv_func_herror=yes
ac_cv_func_hstrerror=yes
ac_cv_func_htonl=yes
ac_cv_func_htons=yes
ac_cv_func_if_indextoname=yes
ac_cv_func_if_nameindex=yes
ac_cv_func_if_nametoindex=yes
ac_cv_func_imaxabs=yes
ac_cv_func_imaxdiv=yes
ac_cv_func_index=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_lnaof=yes
ac_cv_func_inet_makeaddr=yes
ac_cv_func_inet_neta=yes
ac_cv_func_inet_netof=yes
ac_cv_func_inet_network=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_innetgr=yes
ac_cv_func_insque=yes
ac_cv_func_ioctl=yes
ac_cv_func_isalnum=yes
ac_cv_func_isalpha=yes
ac_cv_func_isascii=yes
ac_cv_func_isatty=yes
ac_cv_func_isblank=yes
ac_cv_func_isdigit=yes
ac_cv_func_isgraph=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_isprint=yes
ac_cv_func_ispunct=yes
ac_cv_func_issetugid=yes
ac_cv_func_isspace=yes
ac_cv_func_isxdigit=yes
ac_cv_func_kill=yes
ac_cv_func_killpg=yes
ac_cv_func_kqueue=yes
ac_cv_func_kvm_open=yes
ac_cv_func_kvm_openfiles=yes
ac_cv_func_lchown=yes
ac_cv_func_lfind=yes
ac_cv_func_link=yes
ac_cv_func_listen=yes
ac_cv_func_lldiv=yes
ac_cv_func_localeconv=yes
ac_cv_func_localtime=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_login_getclass=yes
ac_cv_func_login_tty=yes
ac_cv_func_logout=yes
ac_cv_func_longjmp=yes
ac_cv_func_lrand48=yes
ac_cv_func_lsearch=yes
ac_cv_func_lseek=yes
ac_cv_func_lstat=yes
ac_cv_func_madvise=yes
ac_cv_func_malloc=yes
ac_cv_func_malloc_works=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcmp_clean=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mergesort=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mkstemps=yes
ac_cv_func_mktemp=yes
ac_cv_func_mktime=yes
ac_cv_func_mlock=yes
ac_cv_func_mlockall=yes
ac_cv_func_mmap=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mprotect=yes
ac_cv_func_mrand48=yes
ac_cv_func_msync=yes
ac_cv_func_munlock=yes
ac_cv_func_munlockall=yes
ac_cv_func_munmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nice=yes
ac_cv_func_nlist=yes
ac_cv_func_ntohs=yes
ac_cv_func_open=yes
ac_cv_func_opendir=yes
ac_cv_func_openlog=yes
ac_cv_func_openpty=no
ac_cv_func_pathconf=yes
ac_cv_func_pause=yes
ac_cv_func_pclose=yes
ac_cv_func_perror=yes
ac_cv_func_pipe=yes
ac_cv_func_pmap_getmaps=yes
ac_cv_func_pmap_getport=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_pread=yes
ac_cv_func_printf=yes
ac_cv_func_printf_longdouble=yes
ac_cv_func_printf_unix98=yes
ac_cv_func_psignal=yes
ac_cv_func_ptrace=yes
ac_cv_func_ptsname=no
ac_cv_func_putc_unlocked=yes
ac_cv_func_putchar_unlocked=yes
ac_cv_func_putenv=yes
ac_cv_func_puts=yes
ac_cv_func_pwrite=yes
ac_cv_func_qsort=yes
ac_cv_func_qsort_argtype=void
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_rand_r=yes
ac_cv_func_random=yes
ac_cv_func_re_comp=yes
ac_cv_func_read=yes
ac_cv_func_readdir=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=yes
ac_cv_func_readv=yes
ac_cv_func_realloc=yes
ac_cv_func_realpath=yes
ac_cv_func_recv=yes
ac_cv_func_recvfrom=yes
ac_cv_func_recvmsg=yes
ac_cv_func_regcomp=yes
ac_cv_func_remove=yes
ac_cv_func_remque=yes
ac_cv_func_rename=yes
ac_cv_func_rename_works=yes
ac_cv_func_res_init=yes
ac_cv_func_res_mkquery=yes
ac_cv_func_res_query=yes
ac_cv_func_res_search=yes
ac_cv_func_revoke=yes
ac_cv_func_rewind=yes
ac_cv_func_rewinddir=yes
ac_cv_func_rindex=yes
ac_cv_func_rmdir=yes
ac_cv_func_ruserok=yes
ac_cv_func_sbrk=yes
ac_cv_func_scandir=yes
ac_cv_func_scanf=yes
ac_cv_func_seekdir=yes
ac_cv_func_select=yes
ac_cv_func_select_arg1=int
ac_cv_func_select_arg234=fd_set *
ac_cv_func_select_arg5=struct timeval *
ac_cv_func_select_args=int,fd_set *,struct timeval *
ac_cv_func_sem_init=yes
ac_cv_func_send=yes
ac_cv_func_sendmsg=yes
ac_cv_func_sendto=yes
ac_cv_func_setbuf=yes
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setfsent=yes
ac_cv_func_setgid=yes
ac_cv_func_setgroupent=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostent=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setjmp=yes
ac_cv_func_setlinebuf=yes
ac_cv_func_setlocale=yes
ac_cv_func_setlogin=yes
ac_cv_func_setmode=yes
ac_cv_func_setnetent=yes
ac_cv_func_setnetgrent=yes
ac_cv_func_setpassent=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setpriority=yes
ac_cv_func_setproctitle=yes
ac_cv_func_setprotoent=yes
ac_cv_func_setprotoent_r=yes
ac_cv_func_setpwent=yes
ac_cv_func_setregid=yes
ac_cv_func_setresgid=yes
ac_cv_func_setresuid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setservent=yes
ac_cv_func_setservent_r=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_settimeofday=yes
ac_cv_func_setttyent=yes
ac_cv_func_setuid=yes
ac_cv_func_setusershell=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaddset=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigblock=yes
ac_cv_func_sigemptyset=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_siglongjmp=yes
ac_cv_func_signal=yes
ac_cv_func_signgam=yes
ac_cv_func_sigpending=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigsetjmp=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_sigsuspend=yes
ac_cv_func_sigvec=yes
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=yes
ac_cv_func_socket=yes
ac_cv_func_socketpair=yes
ac_cv_func_sprintf=yes
ac_cv_func_srand48=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_srandomdev=yes
ac_cv_func_sscanf=yes
ac_cv_func_stat=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_statfs=yes
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strcoll=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strcpy=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncat=yes
ac_cv_func_strncmp=yes
ac_cv_func_strncoll=no
ac_cv_func_strncpy=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strptime=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsep=yes
ac_cv_func_strsignal=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtok=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtonum=yes
ac_cv_func_strtoq=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtoumax=yes
ac_cv_func_strtouq=yes
ac_cv_func_strvis=yes
ac_cv_func_swapctl=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_sys_nerr=yes
ac_cv_func_syscall=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_syslog=yes
ac_cv_func_system=yes
ac_cv_func_tcdrain=yes
ac_cv_func_tcflow=yes
ac_cv_func_tcflush=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsendbreak=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_telldir=yes
ac_cv_func_tempnam=yes
ac_cv_func_time=yes
ac_cv_func_timegm=yes
ac_cv_func_timelocal=yes
ac_cv_func_timer_create=yes
ac_cv_func_times=yes
ac_cv_func_tmpfile=yes
ac_cv_func_tmpnam=yes
ac_cv_func_tolower=yes
ac_cv_func_toupper=yes
ac_cv_func_tparm=yes
ac_cv_func_truncate=yes
ac_cv_func_tsearch=yes
ac_cv_func_ttyname=yes
ac_cv_func_ttyslot=yes
ac_cv_func_tzset=yes
ac_cv_func_ualarm=yes
ac_cv_func_umask=yes
ac_cv_func_uname=yes
ac_cv_func_ungetc=yes
ac_cv_func_unlink=yes
ac_cv_func_unlockpt=no
ac_cv_func_unmount=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_va_copy=yes
ac_cv_func_vadvise=yes
ac_cv_func_valloc=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vfprintf=yes
ac_cv_func_void_sprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vscanf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=yes
ac_cv_func_vsprintf=yes
ac_cv_func_vsscanf=yes
ac_cv_func_vsyslog=yes
ac_cv_func_wait3=yes
ac_cv_func_wait3_rusage=yes
ac_cv_func_wait4=yes
ac_cv_func_wait=yes
ac_cv_func_waitpid=yes
ac_cv_func_warnx=yes
ac_cv_func_working_mktime=yes
ac_cv_func_write=yes
ac_cv_func_writev=yes
ac_cv_func_yp_get_default_domain=yes
ac_cv_have_ansi_prototypes=yes
ac_cv_have_asprintf_decl=yes
ac_cv_have_bool=yes
ac_cv_have_control_in_msghdr=yes
ac_cv_have_errno_decl=yes
ac_cv_have_setresgid_decl=yes
ac_cv_have_setresuid_decl=yes
ac_cv_have_snprintf_decl=yes
ac_cv_have_ssl=have_ssl=yes ac_ssl_includes=/usr/include ac_ssl_libraries=/usr/lib ac_ssl_rsaref=no
ac_cv_have_vasprintf_decl=yes
ac_cv_have_vsnprintf_decl=yes
ac_cv_have_x=have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glu_h=yes
ac_cv_header_GL_glx_h=yes
ac_cv_header_X11_ICE_ICElib_h=yes
ac_cv_header_X11_Intrinsic_h=yes
ac_cv_header_X11_SM_SMlib_h=yes
ac_cv_header_X11_Sunkeysym_h=yes
ac_cv_header_X11_XInput_h=yes
ac_cv_header_X11_XKBlib_h=yes
ac_cv_header_X11_X_h=yes
ac_cv_header_X11_Xatom_h=yes
ac_cv_header_X11_Xauth_h=yes
ac_cv_header_X11_Xcursor_Xcursor_h=yes
ac_cv_header_X11_Xdmcp_h=yes
ac_cv_header_X11_Xlib_h=yes
ac_cv_header_X11_Xlocale_h=yes
ac_cv_header_X11_Xmu_Atoms_h=yes
ac_cv_header_X11_Xmu_Editres_h=yes
ac_cv_header_X11_Xmu_StdCmap_h=yes
ac_cv_header_X11_Xmu_WinUtil_h=yes
ac_cv_header_X11_Xmu_Xmu_h=yes
ac_cv_header_X11_Xpm_h=yes
ac_cv_header_X11_Xpoll_h=yes
ac_cv_header_X11_Xproto_h=yes
ac_cv_header_X11_Xresource_h=yes
ac_cv_header_X11_Xutil_h=yes
ac_cv_header_X11_extensions_XEVI_h=yes
ac_cv_header_X11_extensions_XKB_h=yes
ac_cv_header_X11_extensions_XKBrules_h=yes
ac_cv_header_X11_extensions_XKBstr_h=yes
ac_cv_header_X11_extensions_XShm_h=yes
ac_cv_header_X11_extensions_Xcomposite_h=yes
ac_cv_header_X11_extensions_Xdamage_h=yes
ac_cv_header_X11_extensions_Xdbe_h=yes
ac_cv_header_X11_extensions_Xfixes_h=yes
ac_cv_header_X11_extensions_Xinerama_h=yes
ac_cv_header_X11_extensions_Xrandr_h=yes
ac_cv_header_X11_extensions_Xrender_h=yes
ac_cv_header_X11_extensions_Xres_h=yes
ac_cv_header_X11_extensions_Xtest_h=yes
ac_cv_header_X11_extensions_Xv_h=yes
ac_cv_header_X11_extensions_Xvlib_h=yes
ac_cv_header_X11_extensions_dpms_h=yes
ac_cv_header_X11_extensions_extutil_h=yes
ac_cv_header_X11_extensions_scrnsaver_h=yes
ac_cv_header_X11_extensions_shape_h=yes
ac_cv_header_X11_extensions_sync_h=yes
ac_cv_header_X11_extensions_xf86misc_h=yes
ac_cv_header_X11_extensions_xf86vmode_h=yes
ac_cv_header_X11_forms_h=yes
ac_cv_header_X11_keysym_h=yes
ac_cv_header_X11_xpm_h=yes
ac_cv_header_Xm_Xm_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fnmatch_h=yes
ac_cv_header_fstab_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_ieeefp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_endian_h=yes
ac_cv_header_machine_limits_h=yes
ac_cv_header_machine_param_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_bpf_h=yes
ac_cv_header_net_if_arp_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_net_if_ppp_h=yes
ac_cv_header_net_if_tun_h=yes
ac_cv_header_net_if_types_h=yes
ac_cv_header_net_pfvar_h=yes
ac_cv_header_net_ppp_defs_h=yes
ac_cv_header_net_route_h=yes
ac_cv_header_net_slip_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet6_in6_var_h=yes
ac_cv_header_netinet6_ip6_var_h=yes
ac_cv_header_netinet_icmp6_h=yes
ac_cv_header_netinet_icmp_var_h=yes
ac_cv_header_netinet_if_ether_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_netinet_ip6_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_ip_var_h=yes
ac_cv_header_netinet_tcp_fsm_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_netinet_tcp_timer_h=yes
ac_cv_header_netinet_tcp_var_h=yes
ac_cv_header_netinet_tcpip_h=yes
ac_cv_header_netinet_udp_h=yes
ac_cv_header_netinet_udp_var_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_nlist_h=yes
ac_cv_header_openssl_aes_h=yes
ac_cv_header_openssl_crypto_h=yes
ac_cv_header_openssl_des_h=yes
ac_cv_header_openssl_engine_h=yes
ac_cv_header_openssl_err_h=yes
ac_cv_header_openssl_evp_h=yes
ac_cv_header_openssl_hmac_h=yes
ac_cv_header_openssl_md2_h=yes
ac_cv_header_openssl_md4_h=yes
ac_cv_header_openssl_md5_h=yes
ac_cv_header_openssl_opensslv_h=yes
ac_cv_header_openssl_pem_h=yes
ac_cv_header_openssl_rsa_h=yes
ac_cv_header_openssl_sha_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_openssl_x509_h=yes
ac_cv_header_panel_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_pcreposix_h=yes
ac_cv_header_physfs_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_rpc_rpc_h=yes
ac_cv_header_rpcsvc_yp_prot_h=yes
ac_cv_header_rpcsvc_ypclnt_h=yes
ac_cv_header_search_h=yes
ac_cv_header_semaphore_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_sgtty_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_soundcard_h=yes
ac_cv_header_stat_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_chio_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_filio_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_limits_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_mtio_h=yes
ac_cv_header_sys_mutex_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_scsiio_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=no
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_syslog_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_ucred_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vfs_h=no
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termio_h=no
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_values_h=no
ac_cv_header_zlib_h=yes
ac_cv_labels_as_values=yes
ac_cv_lib_GL_main=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_ICE_main=yes
ac_cv_lib_SM_SmcOpenConnection=yes
ac_cv_lib_SM_SmcSaveYourselfDone=yes
ac_cv_lib_SM_main=yes
ac_cv_lib_X11_XConvertCase=yes
ac_cv_lib_X11_XCreateIC=yes
ac_cv_lib_X11_XDrawLines=yes
ac_cv_lib_X11_XInitThreads=yes
ac_cv_lib_X11_XInternAtoms=yes
ac_cv_lib_X11_XMoveWindow=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_X11_XReadBitmapFileData=yes
ac_cv_lib_X11_XkbBell=yes
ac_cv_lib_X11_XkbQueryExtension=yes
ac_cv_lib_X11_main=yes
ac_cv_lib_Xau_main=yes
ac_cv_lib_Xdmcp_main=yes
ac_cv_lib_Xext_main=yes
ac_cv_lib_Xinerama_XineramaIsActive=yes
ac_cv_lib_Xinerama_main=yes
ac_cv_lib_Xmu_main=yes
ac_cv_lib_Xpm_main=yes
ac_cv_lib_Xt_main=yes
ac_cv_lib_c_iconv_open=no
ac_cv_lib_compat_main=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_dir_opendir=no
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_freetype_FT_Init_FreeType=yes
ac_cv_lib_m=yes
ac_cv_lib_m__finite=no
ac_cv_lib_m_acos=yes
ac_cv_lib_m_acosh=yes
ac_cv_lib_m_asin=yes
ac_cv_lib_m_asinh=yes
ac_cv_lib_m_atan=yes
ac_cv_lib_m_atanh=yes
ac_cv_lib_m_ceil=yes
ac_cv_lib_m_cos=yes
ac_cv_lib_m_exp=yes
ac_cv_lib_m_fabs=yes
ac_cv_lib_m_finite=yes
ac_cv_lib_m_floor=yes
ac_cv_lib_m_fmod=yes
ac_cv_lib_m_hypot=yes
ac_cv_lib_m_ldexp=yes
ac_cv_lib_m_log=yes
ac_cv_lib_m_main=yes
ac_cv_lib_m_modf=yes
ac_cv_lib_m_open=yes
ac_cv_lib_m_pow=yes
ac_cv_lib_m_rand=yes
ac_cv_lib_m_rintf=yes
ac_cv_lib_m_round=yes
ac_cv_lib_m_sin=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_m_tanh=yes
ac_cv_lib_m_trunc=yes
ac_cv_lib_ncurses_tgetent=yes
ac_cv_lib_ncurses_tputs=yes
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_readline_rl_callback_handler_install=yes
ac_cv_lib_socket=no
ac_cv_lib_ucb_killpg=no
ac_cv_lib_utempter_addToUtmp=no
ac_cv_lib_util_main=yes
ac_cv_lib_util_openpty=yes
ac_cv_lib_z=-lz
ac_cv_lib_z_deflate=yes
ac_cv_lib_z_main=yes
ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_mingw32=no
ac_cv_objext=o
ac_cv_path_CC=cc
ac_cv_path_CHMOD=/bin/chmod
ac_cv_path_CP=/bin/cp
ac_cv_path_CXX=c
ac_cv_path_DIFF=/usr/bin/diff
ac_cv_path_EGREP=/usr/bin/grep -E
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL_PATH=/usr/bin/perl
ac_cv_path_RM=/bin/rm
ac_cv_path_STRIP=/usr/bin/strip
ac_cv_path_fileProg=/usr/bin/file
ac_cv_path_fp_prog_find=/usr/bin/find
ac_cv_path_fp_prog_sort=/usr/bin/sort
ac_cv_path_opengl_includes=/usr/X11R6/include
ac_cv_path_opengl_lib=/usr/X11R6/lib
ac_cv_path_passwd_program=/usr/bin/passwd
ac_cv_path_path_su=/usr/bin/su
ac_cv_path_path_sudo=/usr/bin/sudo
ac_cv_prog_AWK=awk
ac_cv_prog_CPP=cc -E
ac_cv_prog_LEX=flex
ac_cv_prog_PERL=/usr/bin/perl
ac_cv_prog_SED=/usr/bin/sed
ac_cv_prog_SORT=sort
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_works=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep=grep -E
ac_cv_prog_f77_g=yes
ac_cv_prog_gcc=yes
ac_cv_prog_have_hp2ps=1
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char=1
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_socklen_t=socklen_t
ac_cv_struct_st_rdev=yes
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_caddr_t=yes
ac_cv_type_char=yes
ac_cv_type_double=yes
ac_cv_type_float=yes
ac_cv_type_ino_t=yes
ac_cv_type_int=yes
ac_cv_type_intmax_t=yes
ac_cv_type_intp=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_char=yes
ac_cv_type_unsigned_int=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_type_unsigned_short=yes
ac_cv_type_void_p=yes
ac_cv_type_wchar_t=yes
ac_cv_working_alloca_h=no
fp_cv_const_E2BIG=7
fp_cv_const_EACCES=13
fp_cv_const_EADDRINUSE=48
fp_cv_const_EADDRNOTAVAIL=49
fp_cv_const_EADV=-1
fp_cv_const_EAFNOSUPPORT=47
fp_cv_const_EAGAIN=35
fp_cv_const_EALREADY=37
fp_cv_const_EAUTH=80
fp_cv_const_EBADF=9
fp_cv_const_EBADMSG=-1
fp_cv_const_EBADRPC=72
fp_cv_const_EBUSY=16
fp_cv_const_ECHILD=10
fp_cv_const_ECOMM=-1
fp_cv_const_ECONNABORTED=53
fp_cv_const_ECONNREFUSED=61
fp_cv_const_ECONNRESET=54
fp_cv_const_EDEADLK=11
fp_cv_const_EDESTADDRREQ=39
fp_cv_const_EDIRTY=-1
fp_cv_const_EDOM=33
fp_cv_const_EDQUOT=69
fp_cv_const_EEXIST=17
fp_cv_const_EFAULT=14
fp_cv_const_EFBIG=27
fp_cv_const_EFTYPE=79
fp_cv_const_EHOSTDOWN=64
fp_cv_const_EHOSTUNREACH=65
fp_cv_const_EIDRM=-1
fp_cv_const_EILSEQ=84
fp_cv_const_EINPROGRESS=36
fp_cv_const_EINTR=4
fp_cv_const_EINVAL=22
fp_cv_const_EIO=5
fp_cv_const_EIPSEC=82
fp_cv_const_EISCONN=56
fp_cv_const_EISDIR=21
fp_cv_const_ELOOP=62
fp_cv_const_EMEDIUMTYPE=86
fp_cv_const_EMFILE=24
fp_cv_const_EMLINK=31
fp_cv_const_EMSGSIZE=40
fp_cv_const_EMULTIHOP=-1
fp_cv_const_ENAMETOOLONG=63
fp_cv_const_ENEEDAUTH=81
fp_cv_const_ENETDOWN=50
fp_cv_const_ENETRESET=52
fp_cv_const_ENETUNREACH=51
fp_cv_const_ENFILE=23
fp_cv_const_ENOATTR=83
fp_cv_const_ENOBUFS=55
fp_cv_const_ENODATA=-1
fp_cv_const_ENODEV=19
fp_cv_const_ENOENT=2
fp_cv_const_ENOEXEC=8
fp_cv_const_ENOLCK=77
fp_cv_const_ENOLINK=-1
fp_cv_const_ENOMEDIUM=85
fp_cv_const_ENOMEM=12
fp_cv_const_ENOMSG=-1
fp_cv_const_ENONET=-1
fp_cv_const_ENOPROTOOPT=42
fp_cv_const_ENOSPC=28
fp_cv_const_ENOSR=-1
fp_cv_const_ENOSTR=-1
fp_cv_const_ENOSYS=78
fp_cv_const_ENOTBLK=15
fp_cv_const_ENOTCONN=57
fp_cv_const_ENOTDIR=20
fp_cv_const_ENOTEMPTY=66
fp_cv_const_ENOTSOCK=38
fp_cv_const_ENOTTY=25
fp_cv_const_ENXIO=6
fp_cv_const_EOPNOTSUPP=45
fp_cv_const_EPERM=1
fp_cv_const_EPFNOSUPPORT=46
fp_cv_const_EPIPE=32
fp_cv_const_EPROCLIM=67
fp_cv_const_EPROCUNAVAIL=76
fp_cv_const_EPROGMISMATCH=75
fp_cv_const_EPROGUNAVAIL=74
fp_cv_const_EPROTO=-1
fp_cv_const_EPROTONOSUPPORT=43
fp_cv_const_EPROTOTYPE=41
fp_cv_const_ERANGE=34
fp_cv_const_EREMCHG=-1
fp_cv_const_EREMOTE=71
fp_cv_const_EROFS=30
fp_cv_const_ERPCMISMATCH=73
fp_cv_const_ERREMOTE=-1
fp_cv_const_ESHUTDOWN=58
fp_cv_const_ESOCKTNOSUPPORT=44
fp_cv_const_ESPIPE=29
fp_cv_const_ESRCH=3
fp_cv_const_ESRMNT=-1
fp_cv_const_ESTALE=70
fp_cv_const_ETIME=-1
fp_cv_const_ETIMEDOUT=60
fp_cv_const_ETOOMANYREFS=59
fp_cv_const_ETXTBSY=26
fp_cv_const_EUSERS=68
fp_cv_const_EWOULDBLOCK=35
fp_cv_const_EXDEV=18
fp_cv_const_O_BINARY=0
lt_cv_sys_max_cmd_len=131072
----------------- Output variables. -----------------
CC=cc CFLAGS=-O2 -pipe CPP=cc -E CPPFLAGS=-I/usr/X11R6/include -I/usr/local/include CXX=c++ CXXCPP=' CXXFLAGS=-O2 -pipe' DEFS=' ECHO_C=' ECHO_N=-n ECHO_T=' EGREP=/usr/bin/grep -E' EXEEXT=' GREP=/usr/bin/grep' HAVE_MKDTEMP=' INCICONV=' LDFLAGS=-L/usr/X11R6/lib -L/usr/local/lib -liconv LIBFAM=' LIBICONV=' LIBOBJS=' LIBS=' LIBXAPIAN=' LIBXAPIANSTATICEXTRA=' LTLIBOBJS=' NOCMDLINE=' NOPIC=# NOQTMAKE=' OBJEXT='o PACKAGE_BUGREPORT=' PACKAGE_NAME='Recoll PACKAGE_STRING=Recoll 1.6 PACKAGE_TARNAME=recoll PACKAGE_URL=' PACKAGE_VERSION='1.6 PATH_SEPARATOR=: QMAKE=' QMAKEPATH=' QTGUI=' QTRECOLL_DATADIR=' SHELL=/bin/sh XAPIANCXXFLAGS=' XAPIAN_CONFIG=' XMKMF=' X_CFLAGS=' X_EXTRA_LIBS=' X_LIBS=' X_LIBX11=' X_PRE_LIBS=' ac_ct_CC=cc ac_ct_CXX=' aspellProg=' build_alias=' dvidir=$/home/dockes/toto exec_prefix=NONE fileProg=/usr/bin/file host_alias=' htmldir=$/home/dockes/toto' infodir=/usr/local/info mandir=/usr/local/man oldincludedir=/usr/include pdfdir=$/home/dockes/toto prefix=/usr/local program_transform_name=s,x,x, psdir=$/home/dockes/toto sysconfdir=/etc target_alias=''
----------- confdefs.h. -----------
/* confdefs.h */ #define PACKAGE_NAME "Recoll" #define PACKAGE_TARNAME "recoll" #define PACKAGE_VERSION "1.6" #define PACKAGE_STRING "Recoll 1.6" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_STATVFS_H 1 #define FILE_PROG "/usr/bin/file" #define USE_SYSTEM_FILE_COMMAND 1 #define RCL_USE_ASPELL 1 #define ASPELL_INCLUDE "aspell-local.h" #define HAVE_MKDTEMP 1
configure: exit 1
Unknown User writes
Raw logs here as in logs got bad formating on the web:
medoc writes
Hhm… not too sure of what’s happening here.
Maybe please check what incantation is needed to build the test program from config.log: {{{ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef cplusplus extern "C" #endif char iconv_open (); int main () { return iconv_open (); ; return 0; } }}} Anf then we’ll take it from here, comparing your command line and what configure is trying ?
Cheers,
jf
Unknown User writes
what a shame i don’t know C :/
first something about gcc on openbsd 4.9 -current.
{{{ $ gcc -dumpversion 4.2.1 $ gcc -print-search-dirs install: /usr/lib/gcc-lib/i386-unknown-openbsd4.9/4.2.1/ programs: =/usr/lib/gcc-lib/i386-unknown-openbsd4.9/4.2.1/:/usr/lib/gcc-lib/i386-unknown-openbsd4.9/4.2.1/:/usr/lib/gcc-lib/i386-unknown-openbsd4.9/:/usr/lib/gcc-lib/i386-unknown-openbsd4.9/4.2.1/:/usr/lib/gcc-lib/i386-unknown-openbsd4.9/:/usr/libexec/gcc/i386-unknown-openbsd4.9/4.2.1/:/usr/libexec/gcc/i386-unknown-openbsd4.9/:/usr/lib/gcc/i386-unknown-openbsd4.9/4.2.1/:/usr/lib/gcc/i386-unknown-openbsd4.9/:/usr/i386-unknown-openbsd4.9/bin/i386-unknown-openbsd4.9/4.2.1/:/usr/i386-unknown-openbsd4.9/bin/ libraries: =/usr/lib/gcc-lib/i386-unknown-openbsd4.9/4.2.1/:/usr/lib/gcc/i386-unknown-openbsd4.9/4.2.1/:/usr/i386-unknown-openbsd4.9/lib/i386-unknown-openbsd4.9/4.2.1/:/usr/i386-unknown-openbsd4.9/lib/:/usr/lib/i386-unknown-openbsd4.9/4.2.1/:/usr/lib/ }}}
libiconv version
{{{ $ pkg_info | grep ^libiconv libiconv-1.13p2 character set conversion library $ pkg_info -L libiconv | grep iconv.h /usr/local/include/iconv.h }}} The code above I saved as /tmp/test.c
{{{ $ gcc -Wall -g -I/usr/local/include /tmp/test.c /tmp//ccBHKQFO.o(.text+0x12): In function ‘main’: /tmp/test.c:11: undefined reference to ‘iconv_open’ collect2: ld returned 1 exit status }}}
So I added include for iconv.h…
{{{ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #include <iconv.h > #ifdef cplusplus extern "C" #endif char iconv_open (); int main () { return iconv_open (); ; return 0; } }}}
This produces following output:
{{{ $ gcc -Wall -g -I/usr/local/include /tmp/test.c /tmp/test.c:8: error: conflicting types for libiconv_open /usr/local/include/iconv.h:73: error: previous declaration of libiconv_open was here }}}
Huh, I’m lost.
medoc writes
The problem does not exist any more with OpenBSD 4.9 and recoll 1.16.0
There was another glitch concerning configure and sys/mount.h which will be fixed in the next minor release (https://bitbucket.org/medoc/recoll/changeset/14a9506a8805). Otherwise, recoll now compiles and runs on OpenBSD.