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:1309: checking for i586-uhu-linux-gcc configure:1335: result: i586-uhu-linux-gcc configure:1617: checking for C compiler version configure:1620: 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:1623: $? = 0 configure:1625: 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:1628: $? = 0 configure:1630: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:1633: $? = 1 configure:1659: checking for C compiler default output configure:1662: i586-uhu-linux-gcc -I/usr/include/et conftest.c >&5 configure:1665: $? = 0 configure:1698: result: a.out configure:1703: checking whether the C compiler works configure:1709: ./a.out configure:1712: $? = 0 configure:1727: result: yes configure:1734: checking whether we are cross compiling configure:1736: result: no configure:1739: checking for suffix of executables configure:1741: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c >&5 configure:1744: $? = 0 configure:1766: result: configure:1772: checking for suffix of object files configure:1818: result: o configure:1822: checking whether we are using the GNU C compiler configure:1870: result: yes configure:1876: checking whether i586-uhu-linux-gcc accepts -g configure:1919: result: yes configure:1946: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:1949: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2065: checking how to run the C preprocessor configure:2167: result: i586-uhu-linux-gcc -E configure:2182: i586-uhu-linux-gcc -E conftest.c configure:2188: $? = 0 configure:2215: i586-uhu-linux-gcc -E conftest.c configure:2211:28: ac_nonexistent.h: No such file or directory configure:2221: $? = 1 configure: failed program was: #line 2210 "configure" #include "confdefs.h" #include configure:2261: checking for i586-uhu-linux-gcc option to accept ANSI C configure:2350: result: none needed configure:2364: checking build system type configure:2382: result: i586-uhu-linux-gnu configure:2390: checking host system type configure:2404: result: i586-uhu-linux-gnu configure:2420: checking for GNU linker configure:2437: result: yes configure:2446: not adding extra gcc warning flags because CFLAGS was set configure:2537: enabling built in krb4 support configure:2573: checking which version of com_err to use configure:2577: result: system configure:2586: checking for add_error_table in -lcom_err configure:2639: result: yes configure:2649: checking for remove_error_table in -lcom_err configure:2702: result: yes configure:2722: checking for compile_et configure:2748: result: compile_et configure:2764: checking whether compile_et is useful configure:2820: result: yes configure:2832: checking which version of subsystem package to use configure:2895: result: krb5 configure:2955: checking for an ANSI C-conforming const configure:3044: result: yes configure:3071: checking for gethostbyname configure:3133: result: yes configure:3402: checking for socket configure:3464: result: yes configure:3631: checking for main in -lresolv configure:3678: result: yes configure:3704: checking for res_ninit configure:3753: result: yes configure:3704: checking for res_nclose configure:3753: result: yes configure:3704: checking for res_ndestroy configure:3753: result: no configure:3704: checking for res_nsearch configure:3753: result: yes configure:3704: checking for ns_initparse configure:3753: result: no configure:3704: checking for ns_name_uncompress configure:3753: result: no configure:3704: checking for dn_skipname configure:3753: result: yes configure:3704: checking for res_search configure:3753: result: yes configure:3966: checking whether pragma weak references are supported configure:4010: result: yes configure:4042: checking for constructor/destructor attribute support configure:4113: result: yes,yes configure:4162: enabling thread support configure:4354: checking for the pthreads library -lpthreads configure:4395: 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:4398: $? = 1 configure: failed program was: #line 4374 "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:4416: result: no configure:4301: checking whether pthreads work without any flags configure:4395: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lresolv >&5 /tmp/cccyohOw.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:4398: $? = 1 configure: failed program was: #line 4374 "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:4416: result: no configure:4306: checking whether pthreads work with -Kthread configure:4395: i586-uhu-linux-gcc -o conftest -I/usr/include/et -Kthread conftest.c -lresolv >&5 i586-uhu-linux-gcc: unrecognized option `-Kthread' /tmp/ccyLhZ8J.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:4398: $? = 1 configure: failed program was: #line 4374 "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:4416: result: no configure:4306: checking whether pthreads work with -kthread configure:4395: i586-uhu-linux-gcc -o conftest -I/usr/include/et -kthread conftest.c -lresolv >&5 i586-uhu-linux-gcc: unrecognized option `-kthread' /tmp/ccmx2aQY.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:4398: $? = 1 configure: failed program was: #line 4374 "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:4416: result: no configure:4354: checking for the pthreads library -llthread configure:4395: 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:4398: $? = 1 configure: failed program was: #line 4374 "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:4416: result: no configure:4306: checking whether pthreads work with -pthread configure:4395: i586-uhu-linux-gcc -o conftest -I/usr/include/et -pthread conftest.c -lresolv >&5 configure:4398: $? = 0 configure:4401: test -s conftest configure:4404: $? = 0 configure:4416: result: yes configure:4436: checking for joinable pthread attribute configure:4457: i586-uhu-linux-gcc -o conftest -I/usr/include/et -pthread conftest.c -lresolv >&5 configure:4460: $? = 0 configure:4463: test -s conftest configure:4466: $? = 0 configure:4521: result: PTHREAD_CREATE_JOINABLE configure:4528: checking if more special flags are required for pthreads configure:4535: result: no configure:4547: checking for cc_r configure:4574: result: i586-uhu-linux-gcc configure:4610: PTHREAD_CC = i586-uhu-linux-gcc configure:4612: PTHREAD_CFLAGS = -pthread configure:4614: PTHREAD_LIBS = configure:4641: checking for pthread_once configure:4703: result: no configure:4641: checking for pthread_mutexattr_setrobust_np configure:4703: result: no configure:4641: checking for pthread_rwlock_init configure:4703: result: no configure:4721: rechecking with PTHREAD_... options configure:4723: checking for pthread_mutexattr_setrobust_np in -lc configure:4776: result: yes configure:4786: checking for pthread_rwlock_init in -lc configure:4839: result: yes configure:4858: checking for flex configure:4874: found /usr/bin/flex configure:4884: result: flex configure:4897: checking for yywrap in -lfl configure:4930: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lfl -lresolv >&5 configure:4933: $? = 0 configure:4936: test -s conftest configure:4939: $? = 0 configure:4950: result: yes configure:5019: checking lex output file root configure:5030: flex conftest.l configure:5033: $? = 0 configure:5045: result: lex.yy configure:5050: checking whether yytext is a pointer configure:5066: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lresolv -lfl >&5 configure:5069: $? = 0 configure:5072: test -s conftest configure:5075: $? = 0 configure:5087: result: yes configure:5102: checking for bison configure:5118: found /usr/bin/bison configure:5128: result: bison -y configure:5143: checking for gawk configure:5169: result: gawk configure:5179: checking for yylineno declaration configure:5195: result: yes configure:5209: checking for strdup configure:5252: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lresolv >&5 configure:5224: warning: conflicting types for built-in function 'strdup' configure:5255: $? = 0 configure:5258: test -s conftest configure:5261: $? = 0 configure:5271: result: yes configure:5281: checking for ANSI C header files configure:5410: result: yes configure:5434: checking for sys/types.h configure:5466: result: yes configure:5434: checking for sys/stat.h configure:5466: result: yes configure:5434: checking for stdlib.h configure:5466: result: yes configure:5434: checking for string.h configure:5466: result: yes configure:5434: checking for memory.h configure:5466: result: yes configure:5434: checking for strings.h configure:5466: result: yes configure:5434: checking for inttypes.h configure:5466: result: yes configure:5434: checking for stdint.h configure:5466: result: yes configure:5434: checking for unistd.h configure:5466: result: yes configure:5489: checking dirent.h usability configure:5498: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5501: $? = 0 configure:5504: test -s conftest.o configure:5507: $? = 0 configure:5516: result: yes configure:5520: checking dirent.h presence configure:5527: i586-uhu-linux-gcc -E conftest.c configure:5533: $? = 0 configure:5551: result: yes configure:5569: checking for dirent.h configure:5576: result: yes configure:5590: checking if argument to wait is int * configure:5616: i586-uhu-linux-gcc -c -I/usr/include/et conftest.c >&5 configure:5619: $? = 0 configure:5622: test -s conftest.o configure:5625: $? = 0 configure:5676: result: no configure:5687: checking for sigprocmask configure:5749: result: yes configure:5752: checking for sigset_t and POSIX_SIGNALS configure:5796: result: yes configure:5809: checking for use of sigprocmask configure:5833: i586-uhu-linux-gcc -o conftest -I/usr/include/et conftest.c -lresolv >&5 configure:5836: $? = 0 configure:5839: test -s conftest configure:5842: $? = 0 configure:5889: result: yes configure:5898: checking return type of signal handlers configure:5951: result: void configure:5961: checking for stdarg.h configure:6012: result: yes configure:6094: checking for stdlib.h configure:6099: result: yes configure:6249: result: Forcing static libraries. configure:6318: checking whether ln -s works configure:6322: result: yes configure:6332: checking for i586-uhu-linux-ranlib configure:6361: result: no configure:6370: checking for ranlib configure:6397: result: ranlib configure:6411: checking for ar configure:6438: result: ar cqv configure:6447: checking for ar configure:6474: result: ar cruv configure:6493: checking for a BSD-compatible install configure:6547: result: /bin/install -c configure:6560: checking for ar configure:6587: result: ar configure:6596: checking for perl configure:6623: result: perl configure:6775: 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:646: creating ./Makefile config.status:771: 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_closelog=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_gmtime_r=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_localtime_r=yes ac_cv_func_memmove=yes ac_cv_func_openlog=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_regcomp=yes ac_cv_func_sigprocmask=yes ac_cv_func_socket=yes ac_cv_func_strdup=yes ac_cv_func_strftime=yes ac_cv_func_syslog=yes ac_cv_func_vsprintf=yes ac_cv_header_dirent_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_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_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_types_h=yes ac_cv_header_syslog_h=yes ac_cv_header_unistd_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_objext=o 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_type_mode_t=yes ac_cv_type_signal=void 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_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_getsockname_proto_struct_sockaddr_p_size_t_p=yes 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_sockaddr_sa_len=no krb5_cv_struct_sockaddr_storage=yes krb5_cv_struct_wait=no krb5_cv_type_sigset_t=yes krb5_cv_type_yylineno=yes ## ----------- ## ## 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 YYTEXT_POINTER 1 #define HAVE_STRDUP 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 USE_DIRENT_H 1 #define WAIT_USES_INT 1 #define POSIX_SIGNALS 1 #define USE_SIGPROCMASK 1 #define RETSIGTYPE void #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 configure: exit 0