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.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = (null) uname -m = i686-AT386 uname -r = 0.3 uname -s = GNU uname -v = GNU-Mach 1.3.99/Hurd-0.3 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686-AT386 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1729: checking build system type configure:1747: result: i686-unknown-gnu0.3 configure:1769: checking host system type configure:1784: result: i686-unknown-gnu0.3 configure:1899: checking for a BSD-compatible install configure:1955: result: /usr/bin/install -c configure:1970: checking for gawk configure:1986: found /usr/bin/gawk configure:1997: result: gawk configure:2057: checking for gcc configure:2073: found /usr/bin/gcc configure:2084: result: gcc configure:2322: checking for C compiler version configure:2329: gcc --version >&5 gcc (GCC) 4.2.4 (Debian 4.2.4-3) Copyright (C) 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:2332: $? = 0 configure:2339: gcc -v >&5 Using built-in specs. Target: i486-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=i486-gnu --host=i486-gnu --target=i486-gnu Thread model: posix gcc version 4.2.4 (Debian 4.2.4-3) configure:2342: $? = 0 configure:2349: gcc -V >&5 gcc: '-V' option must have argument configure:2352: $? = 1 configure:2375: checking for C compiler default output file name configure:2402: gcc conftest.c >&5 configure:2405: $? = 0 configure:2443: result: a.out configure:2460: checking whether the C compiler works configure:2470: ./a.out configure:2473: $? = 0 configure:2490: result: yes configure:2497: checking whether we are cross compiling configure:2499: result: no configure:2502: checking for suffix of executables configure:2509: gcc -o conftest conftest.c >&5 configure:2512: $? = 0 configure:2536: result: configure:2542: checking for suffix of object files configure:2568: gcc -c conftest.c >&5 configure:2571: $? = 0 configure:2594: result: o configure:2598: checking whether we are using the GNU C compiler configure:2627: gcc -c conftest.c >&5 configure:2633: $? = 0 configure:2650: result: yes configure:2655: checking whether gcc accepts -g configure:2685: gcc -c -g conftest.c >&5 configure:2691: $? = 0 configure:2790: result: yes configure:2807: checking for gcc option to accept ISO C89 configure:2881: gcc -c -g -O2 conftest.c >&5 configure:2887: $? = 0 configure:2910: result: none needed configure:2978: checking for ld configure:2994: found /usr/bin/ld configure:3005: result: ld configure:3074: checking for objcopy configure:3090: found /usr/bin/objcopy configure:3101: result: objcopy configure:3170: checking for ar configure:3186: found /usr/bin/ar configure:3197: result: ar configure:3266: checking for ranlib configure:3282: found /usr/bin/ranlib configure:3293: result: ranlib configure:3362: checking for mig configure:3378: found /usr/bin/mig configure:3389: result: mig configure:3434: checking for crypt in -lcrypt configure:3469: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:3475: $? = 0 configure:3493: result: yes configure:3502: checking whether mig supports the retcode keyword configure:3518: CC=gcc mig -n conftest.defs 1>&5 configure:3521: $? = 0 configure:3529: result: yes configure:3539: checking for ld --version-script configure:3558: eval $CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5 1>&5 configure:3561: $? = 0 configure:3567: gcc -g -O2 -shared -o conftest.so conftest.o -nostartfiles -nostdlib -Wl,--version-script,conftest.map 1>&5 configure:3570: $? = 0 configure:3578: result: yes configure:3582: checking for libio configure:3611: gcc -c -g -O2 conftest.c >&5 configure:3617: $? = 0 configure:3632: result: yes configure:3653: checking for getgrouplist configure:3709: gcc -o conftest -g -O2 conftest.c >&5 configure:3715: $? = 0 configure:3733: result: yes configure:3653: checking for uselocale configure:3709: gcc -o conftest -g -O2 conftest.c >&5 configure:3715: $? = 0 configure:3733: result: yes configure:3746: checking for -fgnu89-inline configure:3761: gcc -g -O2 -S -std=gnu99 -fgnu89-inline -o conftest.s conftest.c 1>&5 conftest.c:3: warning: return type defaults to 'int' configure:3764: $? = 0 configure:3773: result: yes configure:3803: checking for store_part_open in -lstore_part configure:3838: gcc -o conftest -g -O2 -static conftest.c -lstore_part -luuid -lstore >&5 /usr/bin/ld: cannot find -lstore_part collect2: ld returned 1 exit status configure:3844: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_MIG_RETCODE 1 | #define HAVE_GETGROUPLIST 1 | #define HAVE_USELOCALE 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 store_part_open (); | int | main () | { | return store_part_open (); | ; | return 0; | } configure:3862: result: no configure:3876: checking boot store types configure:3878: result: device remap gunzip bunzip2 configure:3897: checking for pcap_compile in -lpcap configure:3932: gcc -o conftest -g -O2 conftest.c -lpcap >&5 configure:3938: $? = 0 configure:3956: result: yes configure:3986: checking for initscr in -lncursesw configure:4021: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 configure:4027: $? = 0 configure:4045: result: yes configure:4069: checking for ncursesw include dir configure:4083: result: /usr/include/ncursesw configure:4240: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on (null) config.status:600: creating config.make config.status:735: WARNING: config.make.in seems to ignore the --datarootdir setting ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-unknown-gnu0.3 ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_func_getgrouplist=yes ac_cv_func_uselocale=yes ac_cv_host=i686-unknown-gnu0.3 ac_cv_lib_crypt_crypt=yes ac_cv_lib_ncursesw_initscr=yes ac_cv_lib_pcap_pcap_compile=yes ac_cv_lib_store_part_store_part_open=no ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_LD=ld ac_cv_prog_ac_ct_MIG=mig ac_cv_prog_ac_ct_OBJCOPY=objcopy ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes hurd_cv_includedir_ncursesw=/usr/include/ncursesw hurd_cv_ld_version_script_option=yes hurd_cv_libio=yes hurd_cv_mig_retcode=yes libc_cv_gnu89_inline=-fgnu89-inline ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='gawk' CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_MIG_RETCODE=1 -DHAVE_GETGROUPLIST=1 -DHAVE_USELOCALE=1' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='ld' LDFLAGS='' LIBCRYPT='-lcrypt' LIBNCURSESW='-lncursesw' LIBOBJS='' LIBPCAP='-lpcap' LIBS='' LTLIBOBJS='' MIG='mig' NCURSESW_INCLUDE='-I/usr/include/ncursesw' OBJCOPY='objcopy' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' VERSIONING='yes' ac_ct_CC='gcc' asm_syntax='i386' bindir='${exec_prefix}/bin' boot_store_types='device remap gunzip bunzip2' build='i686-unknown-gnu0.3' build_alias='' build_cpu='i686' build_os='gnu0.3' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' enable_profile='' enable_static_progs='ext2fs ufs' exec_prefix='${prefix}' host='i686-unknown-gnu0.3' host_alias='' host_cpu='i686' host_os='gnu0.3' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libc_cv_gnu89_inline='-fgnu89-inline' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define HAVE_MIG_RETCODE 1 #define HAVE_GETGROUPLIST 1 #define HAVE_USELOCALE 1 configure: exit 0