This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr --with-system-et --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i586-uhu-linux --host=i586-uhu-linux CFLAGS=-I/usr/include/et build_alias=i586-uhu-linux host_alias=i586-uhu-linux --cache-file=../.././config.cache --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = janusz uname -m = i686 uname -r = 2.6.17.6-3 uname -s = Linux uname -v = #1 SMP Wed Jul 26 12:57:38 CEST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1161: loading cache ../.././config.cache configure:1311: checking for i586-uhu-linux-gcc configure:1337: result: i586-uhu-linux-gcc configure:1619: checking for C compiler version configure:1622: i586-uhu-linux-gcc --version &5 i586-uhu-linux-gcc (GCC) 3.4.6 Copyright (C) 2006 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:1625: $? = 0 configure:1627: i586-uhu-linux-gcc -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:1630: $? = 0 configure:1632: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:1635: $? = 1 configure:1661: checking for C compiler default output configure:1664: i586-uhu-linux-gcc -I/usr/include/et conftest.c >&5 configure:1667: $? = 0 configure:1700: result: a.out configure:1705: checking whether the C compiler works configure:1711: ./a.out configure:1714: $? = 0 configure:1729: result: yes configure:1736: checking whether we are cross compiling configure:1738: result: no configure:1741: checking for suffix of executables configure:1743: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c >&5 configure:1746: $? = 0 configure:1768: result: configure:1774: checking for suffix of object files configure:1820: result: o configure:1824: checking whether we are using the GNU C compiler configure:1872: result: yes configure:1878: checking whether i586-uhu-linux-gcc accepts -g configure:1921: result: yes configure:1948: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:1951: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2067: checking how to run the C preprocessor configure:2169: result: i586-uhu-linux-gcc -E configure:2184: i586-uhu-linux-gcc -E conftest.c configure:2190: $? = 0 configure:2217: i586-uhu-linux-gcc -E conftest.c configure:2213:28: ac_nonexistent.h: No such file or directory configure:2223: $? = 1 configure: failed program was: #line 2212 "configure" #include "confdefs.h" #include configure:2263: checking for i586-uhu-linux-gcc option to accept ANSI C configure:2352: result: none needed configure:2366: checking build system type configure:2384: result: i586-uhu-linux-gnu configure:2392: checking host system type configure:2406: result: i586-uhu-linux-gnu configure:2422: checking for GNU linker configure:2439: result: yes configure:2448: not adding extra gcc warning flags because CFLAGS was set configure:2539: enabling built in krb4 support configure:2575: checking which version of com_err to use configure:2579: result: system configure:2588: checking for add_error_table in -lcom_err configure:2641: result: yes configure:2651: checking for remove_error_table in -lcom_err configure:2704: result: yes configure:2724: checking for compile_et configure:2750: result: compile_et configure:2766: checking whether compile_et is useful configure:2822: result: yes configure:2834: checking which version of subsystem package to use configure:2897: result: krb5 configure:2957: checking for an ANSI C-conforming const configure:3046: result: yes configure:3073: checking for gethostbyname configure:3135: result: yes configure:3404: checking for socket configure:3466: result: yes configure:3633: checking for main in -lresolv configure:3680: result: yes configure:3706: checking for res_ninit configure:3755: result: yes configure:3706: checking for res_nclose configure:3755: result: yes configure:3706: checking for res_ndestroy configure:3755: result: no configure:3706: checking for res_nsearch configure:3755: result: yes configure:3706: checking for ns_initparse configure:3755: result: no configure:3706: checking for ns_name_uncompress configure:3755: result: no configure:3706: checking for dn_skipname configure:3755: result: yes configure:3706: checking for res_search configure:3755: result: yes configure:3968: checking whether pragma weak references are supported configure:4012: result: yes configure:4044: checking for constructor/destructor attribute support configure:4115: result: yes,yes configure:4164: enabling thread support configure:4356: checking for the pthreads library -lpthreads configure:4397: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lpthreads -lresolv >&5 /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:4400: $? = 1 configure: failed program was: #line 4376 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:4418: result: no configure:4303: checking whether pthreads work without any flags configure:4397: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lresolv >&5 /tmp/ccCbA9fC.o: In function `main': conftest.c:(.text+0x25): undefined reference to `pthread_join' conftest.c:(.text+0x7b): undefined reference to `__pthread_register_cancel' conftest.c:(.text+0x88): undefined reference to `pthread_create' conftest.c:(.text+0x93): undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure:4400: $? = 1 configure: failed program was: #line 4376 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:4418: result: no configure:4308: checking whether pthreads work with -Kthread configure:4397: i586-uhu-linux-gcc -o conftest -I/usr/include/et -Kthread conftest.c -lresolv >&5 i586-uhu-linux-gcc: unrecognized option `-Kthread' /tmp/ccOm38wP.o: In function `main': conftest.c:(.text+0x25): undefined reference to `pthread_join' conftest.c:(.text+0x7b): undefined reference to `__pthread_register_cancel' conftest.c:(.text+0x88): undefined reference to `pthread_create' conftest.c:(.text+0x93): undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure:4400: $? = 1 configure: failed program was: #line 4376 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:4418: result: no configure:4308: checking whether pthreads work with -kthread configure:4397: i586-uhu-linux-gcc -o conftest -I/usr/include/et -kthread conftest.c -lresolv >&5 i586-uhu-linux-gcc: unrecognized option `-kthread' /tmp/ccgLRe0v.o: In function `main': conftest.c:(.text+0x25): undefined reference to `pthread_join' conftest.c:(.text+0x7b): undefined reference to `__pthread_register_cancel' conftest.c:(.text+0x88): undefined reference to `pthread_create' conftest.c:(.text+0x93): undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure:4400: $? = 1 configure: failed program was: #line 4376 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:4418: result: no configure:4356: checking for the pthreads library -llthread configure:4397: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -llthread -lresolv >&5 /usr/bin/ld: cannot find -llthread collect2: ld returned 1 exit status configure:4400: $? = 1 configure: failed program was: #line 4376 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } configure:4418: result: no configure:4308: checking whether pthreads work with -pthread configure:4397: i586-uhu-linux-gcc -o conftest -I/usr/include/et -pthread conftest.c -lresolv >&5 configure:4400: $? = 0 configure:4403: test -s conftest configure:4406: $? = 0 configure:4418: result: yes configure:4438: checking for joinable pthread attribute configure:4459: i586-uhu-linux-gcc -o conftest -I/usr/include/et -pthread conftest.c -lresolv >&5 configure:4462: $? = 0 configure:4465: test -s conftest configure:4468: $? = 0 configure:4523: result: PTHREAD_CREATE_JOINABLE configure:4530: checking if more special flags are required for pthreads configure:4537: result: no configure:4549: checking for cc_r configure:4576: result: i586-uhu-linux-gcc configure:4612: PTHREAD_CC = i586-uhu-linux-gcc configure:4614: PTHREAD_CFLAGS = -pthread configure:4616: PTHREAD_LIBS = configure:4643: checking for pthread_once configure:4705: result: no configure:4643: checking for pthread_mutexattr_setrobust_np configure:4705: result: no configure:4643: checking for pthread_rwlock_init configure:4705: result: no configure:4723: rechecking with PTHREAD_... options configure:4725: checking for pthread_mutexattr_setrobust_np in -lc configure:4778: result: yes configure:4788: checking for pthread_rwlock_init in -lc configure:4841: result: yes configure:4859: checking for false configure:4877: found /bin/false configure:4890: result: /bin/false configure:4899: checking for sh configure:4917: found /bin/sh configure:4930: result: /bin/sh configure:4939: checking for sh5 configure:4970: result: /bin/false configure:4979: checking for bash configure:5010: result: /bin/sh configure:5018: checking checking for shell with functions configure:5037: result: /bin/sh configure:5043: checking for ANSI C header files configure:5172: result: yes configure:5196: checking for sys/types.h configure:5228: result: yes configure:5196: checking for sys/stat.h configure:5228: result: yes configure:5196: checking for stdlib.h configure:5228: result: yes configure:5196: checking for string.h configure:5228: result: yes configure:5196: checking for memory.h configure:5228: result: yes configure:5196: checking for strings.h configure:5228: result: yes configure:5196: checking for inttypes.h configure:5228: result: yes configure:5196: checking for stdint.h configure:5228: result: yes configure:5196: checking for unistd.h configure:5228: result: yes configure:5247: checking for unistd.h configure:5252: result: yes configure:5247: checking for stdint.h configure:5252: result: yes configure:5247: checking for inttypes.h configure:5252: result: yes configure:5356: checking for size_t configure:5383: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5386: $? = 0 configure:5389: test -s conftest.o configure:5392: $? = 0 configure:5402: result: yes configure:5418: checking for ssize_t configure:5445: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5448: $? = 0 configure:5451: test -s conftest.o configure:5454: $? = 0 configure:5464: result: yes configure:5477: checking for u_char configure:5504: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5507: $? = 0 configure:5510: test -s conftest.o configure:5513: $? = 0 configure:5523: result: yes configure:5535: checking for u_int configure:5562: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5565: $? = 0 configure:5568: test -s conftest.o configure:5571: $? = 0 configure:5581: result: yes configure:5593: checking for u_long configure:5620: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5623: $? = 0 configure:5626: test -s conftest.o configure:5629: $? = 0 configure:5639: result: yes configure:5652: checking for int8_t configure:5679: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5682: $? = 0 configure:5685: test -s conftest.o configure:5688: $? = 0 configure:5698: result: yes configure:5710: checking for u_int8_t configure:5737: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5740: $? = 0 configure:5743: test -s conftest.o configure:5746: $? = 0 configure:5756: result: yes configure:5768: checking for int16_t configure:5795: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5798: $? = 0 configure:5801: test -s conftest.o configure:5804: $? = 0 configure:5814: result: yes configure:5826: checking for u_int16_t configure:5853: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5856: $? = 0 configure:5859: test -s conftest.o configure:5862: $? = 0 configure:5872: result: yes configure:5884: checking for int32_t configure:5911: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5914: $? = 0 configure:5917: test -s conftest.o configure:5920: $? = 0 configure:5930: result: yes configure:5940: checking for u_int32_t configure:5967: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5970: $? = 0 configure:5973: test -s conftest.o configure:5976: $? = 0 configure:5986: result: yes configure:6013: checking endian.h usability configure:6022: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:6025: $? = 0 configure:6028: test -s conftest.o configure:6031: $? = 0 configure:6040: result: yes configure:6044: checking endian.h presence configure:6051: i586-uhu-linux-gcc -E conftest.c configure:6057: $? = 0 configure:6075: result: yes configure:6093: checking for endian.h configure:6100: result: yes configure:6013: checking machine/endian.h usability configure:6022: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:6050:28: machine/endian.h: No such file or directory configure:6025: $? = 1 configure: failed program was: #line 6015 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:6040: result: no configure:6044: checking machine/endian.h presence configure:6051: i586-uhu-linux-gcc -E conftest.c configure:6047:28: machine/endian.h: No such file or directory configure:6057: $? = 1 configure: failed program was: #line 6046 "configure" #include "confdefs.h" #include configure:6075: result: no configure:6093: checking for machine/endian.h configure:6100: result: no configure:6013: checking sys/param.h usability configure:6022: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:6025: $? = 0 configure:6028: test -s conftest.o configure:6031: $? = 0 configure:6040: result: yes configure:6044: checking sys/param.h presence configure:6051: i586-uhu-linux-gcc -E conftest.c configure:6057: $? = 0 configure:6075: result: yes configure:6093: checking for sys/param.h configure:6100: result: yes configure:6113: checking for an ANSI C-conforming const configure:6202: result: yes configure:6212: checking for int configure:6258: result: yes configure:6261: checking size of int configure:6567: result: 4 configure:6575: checking for memmove configure:6637: result: yes configure:6657: checking for mkstemp configure:6700: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lresolv >&5 configure:6703: $? = 0 configure:6706: test -s conftest configure:6709: $? = 0 configure:6719: result: yes configure:6734: checking for strerror configure:6777: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lresolv >&5 configure:6780: $? = 0 configure:6783: test -s conftest configure:6786: $? = 0 configure:6796: result: yes configure:6822: disabling static libraries configure:6863: enabling shared libraries configure:6925: checking whether ln -s works configure:6929: result: yes configure:6939: checking for i586-uhu-linux-ranlib configure:6968: result: no configure:6977: checking for ranlib configure:7004: result: ranlib configure:7018: checking for ar configure:7045: result: ar cqv configure:7054: checking for ar configure:7081: result: ar cruv configure:7100: checking for a BSD-compatible install configure:7154: result: /bin/install -c configure:7167: checking for ar configure:7194: result: ar configure:7203: checking for perl configure:7230: result: perl configure:7264: checking for working regcomp configure:7308: result: yes configure:7559: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on janusz config.status:670: creating include/generated.stmp config.status:670: creating ./Makefile config.status:670: creating hash/Makefile config.status:670: creating btree/Makefile config.status:670: creating db/Makefile config.status:670: creating mpool/Makefile config.status:670: creating recno/Makefile config.status:670: creating clib/Makefile config.status:670: creating test/Makefile config.status:774: creating include/config.h config.status:774: creating include/db-config.h config.status:1040: executing krb5_config_prefix commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i586-uhu-linux-gnu ac_cv_build_alias=i586-uhu-linux ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-I/usr/include/et ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DB_HEADER_set= ac_cv_env_DB_HEADER_value= ac_cv_env_DB_LIB_set= ac_cv_env_DB_LIB_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LD_set= ac_cv_env_LD_value= ac_cv_env_SS_LIB_set= ac_cv_env_SS_LIB_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i586-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i586-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func__getpty=no ac_cv_func_access=yes ac_cv_func_cfsetispeed=yes ac_cv_func_closelog=yes ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostbyname_r=yes ac_cv_func_getnameinfo=yes ac_cv_func_getservbyname_r=yes ac_cv_func_gettosbyname=no ac_cv_func_getutmp=yes ac_cv_func_getutmpx=yes ac_cv_func_gmtime_r=yes ac_cv_func_grantpt=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_killpg=yes ac_cv_func_line_push=no ac_cv_func_localtime_r=yes ac_cv_func_logwtmp=yes ac_cv_func_memmove=yes ac_cv_func_mkstemp=yes ac_cv_func_openlog=yes ac_cv_func_openpty=yes ac_cv_func_pthread_mutexattr_setrobust_np=no ac_cv_func_pthread_once=no ac_cv_func_pthread_rwlock_init=no ac_cv_func_ptsname=yes ac_cv_func_regcomp=yes ac_cv_func_revoke=no ac_cv_func_setreuid=yes ac_cv_func_setsid=yes ac_cv_func_setutent=yes ac_cv_func_setutxent=yes ac_cv_func_sigprocmask=yes ac_cv_func_socket=yes ac_cv_func_stat=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_syslog=yes ac_cv_func_ttyname=yes ac_cv_func_updwtmp=yes ac_cv_func_updwtmpx=yes ac_cv_func_utmpname=yes ac_cv_func_utmpxname=yes ac_cv_func_vhangup=yes ac_cv_func_vsprintf=yes ac_cv_func_waitpid=yes ac_cv_header_dirent_h=yes ac_cv_header_endian_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_lastlog_h=yes ac_cv_header_libutil_h=no ac_cv_header_machine_endian_h=no ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pty_h=yes ac_cv_header_pwd_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_filio_h=no ac_cv_header_sys_label_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_ptyvar_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_tty_h=no ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_ttyent_h=yes ac_cv_header_unistd_h=yes ac_cv_header_util_h=no ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_host=i586-uhu-linux-gnu ac_cv_host_alias=i586-uhu-linux ac_cv_lib_c_pthread_mutexattr_setrobust_np=yes ac_cv_lib_c_pthread_rwlock_init=yes ac_cv_lib_com_err_add_error_table=yes ac_cv_lib_com_err_remove_error_table=yes ac_cv_lib_fl_yywrap=yes ac_cv_lib_resolv_main=yes ac_cv_lib_util_main=yes ac_cv_lib_util_openpty=yes ac_cv_objext=o ac_cv_path_BASH=/bin/sh ac_cv_path_FALSE=/bin/false ac_cv_path_SH=/bin/sh ac_cv_path_SH5=/bin/false ac_cv_path_install='/bin/install -c' ac_cv_prog_AR=ar ac_cv_prog_ARADD='ar cruv' ac_cv_prog_ARCHIVE='ar cqv' ac_cv_prog_AWK=gawk ac_cv_prog_CC=i586-uhu-linux-gcc ac_cv_prog_CPP='i586-uhu-linux-gcc -E' ac_cv_prog_LEX=flex ac_cv_prog_PERL=perl ac_cv_prog_PTHREAD_CC=i586-uhu-linux-gcc ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_compile_et=compile_et ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_type_int=yes ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int8_t=yes ac_cv_type_long=yes ac_cv_type_mode_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_time_t=yes ac_cv_type_u_char=yes ac_cv_type_u_int=yes ac_cv_type_u_int16_t=yes ac_cv_type_u_int32_t=yes ac_cv_type_u_int8_t=yes ac_cv_type_u_long=yes krb5_cv_attr_constructor_destructor=yes,yes krb5_cv_build_krb4_libs=yes krb5_cv_compile_et_useful=yes krb5_cv_func_daemon_noproto=no krb5_cv_func_dn_skipname=yes krb5_cv_func_getutmp_noproto=yes krb5_cv_func_logwtmp_noproto=no krb5_cv_func_ns_initparse=no krb5_cv_func_ns_name_uncompress=no krb5_cv_func_res_nclose=yes krb5_cv_func_res_ndestroy=no krb5_cv_func_res_ninit=yes krb5_cv_func_res_nsearch=yes krb5_cv_func_res_search=yes krb5_cv_func_sigprocmask_use=yes krb5_cv_func_swab_noproto=yes krb5_cv_getpgrp_args=void krb5_cv_getsockname_proto_struct_sockaddr_p_size_t_p=yes krb5_cv_has_streams=no krb5_cv_host=i586-uhu-linux-gnu krb5_cv_inet6=yes krb5_cv_krb4_libdir= krb5_cv_pragma_weak_ref=yes krb5_cv_prog_gcc=yes krb5_cv_prog_gnu_ld=yes krb5_cv_setpgrp_args=void krb5_cv_sockaddr_sa_len=no krb5_cv_struct_sockaddr_storage=yes krb5_cv_struct_utmp_ut_addr=yes krb5_cv_struct_utmp_ut_exit=yes krb5_cv_struct_utmp_ut_exit___e_exit=no krb5_cv_struct_utmp_ut_exit_e_exit=yes krb5_cv_struct_utmp_ut_exit_ut_e_exit=no krb5_cv_struct_utmp_ut_exit_ut_exit=no krb5_cv_struct_utmp_ut_host=yes krb5_cv_struct_utmp_ut_id=yes krb5_cv_struct_utmp_ut_pid=yes krb5_cv_struct_utmp_ut_syslen=no krb5_cv_struct_utmp_ut_type=yes krb5_cv_struct_utmpx_ut_addr=no krb5_cv_struct_utmpx_ut_exit=yes krb5_cv_struct_utmpx_ut_exit___e_exit=yes krb5_cv_struct_utmpx_ut_exit_e_exit=no krb5_cv_struct_utmpx_ut_exit_ut_e_exit=no krb5_cv_struct_utmpx_ut_exit_ut_exit=no krb5_cv_struct_utmpx_ut_host=yes krb5_cv_struct_utmpx_ut_id=yes krb5_cv_struct_utmpx_ut_pid=yes krb5_cv_struct_utmpx_ut_syslen=no krb5_cv_struct_utmpx_ut_type=yes krb5_cv_struct_wait=no krb5_cv_type_sigset_t=yes krb5_cv_type_yylineno=yes local_cv_program_fctsh=/bin/sh ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define KRB5_KRB4_COMPAT 1 #define HAVE_BT_RSEQ 1 #define KRB5_PRIVATE 1 #define KRB5_DEPRECATED 1 #define KRB5_DNS_LOOKUP_KDC 1 #define KRB5_DNS_LOOKUP 1 #define HAVE_LIBRESOLV 1 #define HAVE_RES_NINIT 1 #define HAVE_RES_NCLOSE 1 #define HAVE_RES_NSEARCH 1 #define HAVE_DN_SKIPNAME 1 #define HAVE_RES_SEARCH 1 #define HAVE_PRAGMA_WEAK_REF 1 #define DELAY_INITIALIZER 1 #define CONSTRUCTOR_ATTR_WORKS 1 #define DESTRUCTOR_ATTR_WORKS 1 #define ENABLE_THREADS 1 #define HAVE_PTHREAD 1 #define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP_IN_THREAD_LIB 1 #define HAVE_PTHREAD_RWLOCK_INIT_IN_THREAD_LIB 1 #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_UNISTD_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_SYS_PARAM_H 1 #define SIZEOF_INT 4 #define HAVE_REGCOMP 1 configure: exit 0