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.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = joyce uname -m = i686 uname -r = 2.6.19-skas3-v9-pre9 uname -s = Linux uname -v = #9 SMP Fri Jan 12 09:39:05 EST 2007 /usr/bin/uname -p = Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz /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: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 ## ----------- ## ## Core tests. ## ## ----------- ## configure:1328: checking build system type configure:1346: result: i686-pc-linux-gnu configure:1354: checking host system type configure:1368: result: i686-pc-linux-gnu configure:1376: checking target system type configure:1390: result: i686-pc-linux-gnu configure:1418: checking for a BSD-compatible install configure:1473: result: /bin/install -c configure:1484: checking whether build environment is sane configure:1527: result: yes configure:1592: checking for gawk configure:1608: found /bin/gawk configure:1618: result: gawk configure:1628: checking whether make sets $(MAKE) configure:1648: result: yes configure:1865: checking for gcc configure:1881: found /usr/bin/gcc configure:1891: result: gcc configure:2135: checking for C compiler version configure:2138: gcc --version &5 gcc (GCC) 4.1.1 (Gentoo 4.1.1) 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:2141: $? = 0 configure:2143: gcc -v &5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.1 (Gentoo 4.1.1) configure:2146: $? = 0 configure:2148: gcc -V &5 gcc: '-V' option must have argument configure:2151: $? = 1 configure:2174: checking for C compiler default output file name configure:2177: gcc conftest.c >&5 configure:2180: $? = 0 configure:2226: result: a.out configure:2231: checking whether the C compiler works configure:2237: ./a.out configure:2240: $? = 0 configure:2257: result: yes configure:2264: checking whether we are cross compiling configure:2266: result: no configure:2269: checking for suffix of executables configure:2271: gcc -o conftest conftest.c >&5 configure:2274: $? = 0 configure:2299: result: configure:2305: checking for suffix of object files configure:2326: gcc -c conftest.c >&5 configure:2329: $? = 0 configure:2351: result: o configure:2355: checking whether we are using the GNU C compiler configure:2379: gcc -c conftest.c >&5 configure:2385: $? = 0 configure:2388: test -z || test ! -s conftest.err configure:2391: $? = 0 configure:2394: test -s conftest.o configure:2397: $? = 0 configure:2410: result: yes configure:2416: checking whether gcc accepts -g configure:2437: gcc -c -g conftest.c >&5 configure:2443: $? = 0 configure:2446: test -z || test ! -s conftest.err configure:2449: $? = 0 configure:2452: test -s conftest.o configure:2455: $? = 0 configure:2466: result: yes configure:2483: checking for gcc option to accept ANSI C configure:2553: gcc -c -g -O2 conftest.c >&5 configure:2559: $? = 0 configure:2562: test -z || test ! -s conftest.err configure:2565: $? = 0 configure:2568: test -s conftest.o configure:2571: $? = 0 configure:2589: result: none needed configure:2607: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2613: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2754: checking for style of include used by make configure:2782: result: GNU configure:2810: checking dependency style of gcc configure:2900: result: none configure:2930: checking for a BSD-compatible install configure:2985: result: /bin/install -c configure:3037: checking for ranlib configure:3053: found /usr/bin/ranlib configure:3064: result: ranlib configure:3079: checking for pthread_create in -lpthread configure:3109: gcc -o conftest -g -O2 conftest.c -lpthread >&5 configure:3115: $? = 0 configure:3118: test -z || test ! -s conftest.err configure:3121: $? = 0 configure:3124: test -s conftest configure:3127: $? = 0 configure:3140: result: yes configure:3162: checking how to run the C preprocessor configure:3197: gcc -E conftest.c configure:3203: $? = 0 configure:3235: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:3241: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fprobe-ulog" | #define VERSION "1.1" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:3280: result: gcc -E configure:3304: gcc -E conftest.c configure:3310: $? = 0 configure:3342: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:3348: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fprobe-ulog" | #define VERSION "1.1" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:3392: checking for egrep configure:3402: result: grep -E configure:3407: checking for ANSI C header files configure:3432: gcc -c -g -O2 conftest.c >&5 configure:3438: $? = 0 configure:3441: test -z || test ! -s conftest.err configure:3444: $? = 0 configure:3447: test -s conftest.o configure:3450: $? = 0 configure:3539: gcc -o conftest -g -O2 conftest.c -lpthread >&5 conftest.c: In function 'main': conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit' configure:3542: $? = 0 configure:3544: ./conftest configure:3547: $? = 0 configure:3562: result: yes configure:3586: checking for sys/types.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for sys/stat.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for stdlib.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for string.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for memory.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for strings.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for inttypes.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for stdint.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3586: checking for unistd.h configure:3602: gcc -c -g -O2 conftest.c >&5 configure:3608: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest.o configure:3620: $? = 0 configure:3631: result: yes configure:3644: checking for inttypes.h configure:3649: result: yes configure:5018: checking which memory bulk indexing mode to use configure:5046: result: "ptr" configure:5055: checking which hash type and size to use configure:5098: result: "crc16" configure:5102: checking whether to enable uptime trick configure:5113: result: yes configure:5128: checking whether to enable icmp trick configure:5139: result: yes configure:5163: checking whether to enable debugging configure:5174: result: no configure:5200: checking whether to enable runtime messages configure:5220: result: no configure:5226: checking directory to store pidfiles configure:5241: result: "/var/run" configure:5310: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on joyce config.status:745: creating Makefile config.status:745: creating src/Makefile config.status:745: creating src/libipulog/Makefile config.status:811: creating config.h config.status:1117: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu 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_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_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_header_inttypes_h=yes ac_cv_header_memory_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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_pthread_pthread_create=yes ac_cv_objext=o ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_target=i686-pc-linux-gnu ac_cv_target_alias=i686-pc-linux-gnu am_cv_CC_dependencies_compiler_type=none ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run tar' AUTOCONF='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run autoconf' AUTOHEADER='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run autoheader' AUTOMAKE='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATE='2007-10-26' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lpthread ' LTLIBOBJS='' MAKEINFO='${SHELL} /home/sapan/fprobe-ulog-1.1/missing --run makeinfo' OBJEXT='o' PACKAGE='fprobe-ulog' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.1' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/sapan/fprobe-ulog-1.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DEBUG (0) #define HASH_BITS 16 #define HASH_TYPE_CRC #define HAVE_INTTYPES_H #define HAVE_INTTYPES_H 1 #define HAVE_LIBPTHREAD 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define ICMP_TRICK #define MEM_BITS 0 #define OS_LINUX #define PACKAGE "fprobe-ulog" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PID_DIR "/var/run" #define STDC_HEADERS 1 #define UPTIME_TRICK #define VERSION "1.1" configure: exit 0