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.60a. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = fc6.prix.test uname -m = i686 uname -r = 2.6.18-1.2869.fc6 uname -s = Linux uname -v = #1 SMP Wed Dec 20 14:51:19 EST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /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/lib/qt-3.3/bin PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1702: checking build system type configure:1720: result: i686-pc-linux-gnu configure:1742: checking host system type configure:1757: result: i686-pc-linux-gnu configure:1894: checking for uname configure:1912: found /bin/uname configure:1924: result: /bin/uname configure:2497: checking for gcc configure:2513: found /usr/bin/gcc configure:2524: result: gcc configure:2762: checking for C compiler version configure:2769: gcc --version >&5 gcc (GCC) 4.1.1 20061011 (Red Hat 4.1.1-30) 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:2772: $? = 0 configure:2779: gcc -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.1 20061011 (Red Hat 4.1.1-30) configure:2782: $? = 0 configure:2789: gcc -V >&5 gcc: '-V' option must have argument configure:2792: $? = 1 configure:2815: checking for C compiler default output file name configure:2842: gcc conftest.c >&5 configure:2845: $? = 0 configure:2883: result: a.out configure:2900: checking whether the C compiler works configure:2910: ./a.out configure:2913: $? = 0 configure:2930: result: yes configure:2937: checking whether we are cross compiling configure:2939: result: no configure:2942: checking for suffix of executables configure:2949: gcc -o conftest conftest.c >&5 configure:2952: $? = 0 configure:2976: result: configure:2982: checking for suffix of object files configure:3008: gcc -c conftest.c >&5 configure:3011: $? = 0 configure:3034: result: o configure:3038: checking whether we are using the GNU C compiler configure:3067: gcc -c conftest.c >&5 configure:3073: $? = 0 configure:3080: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:3083: $? = 0 configure:3090: test -s conftest.o configure:3093: $? = 0 configure:3107: result: yes configure:3112: checking whether gcc accepts -g configure:3142: gcc -c -g conftest.c >&5 configure:3148: $? = 0 configure:3155: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:3158: $? = 0 configure:3165: test -s conftest.o configure:3168: $? = 0 configure:3298: result: yes configure:3315: checking for gcc option to accept ISO C89 configure:3389: gcc -c -g -O2 conftest.c >&5 configure:3395: $? = 0 configure:3402: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:3405: $? = 0 configure:3412: test -s conftest.o configure:3415: $? = 0 configure:3435: result: none needed configure:3458: checking how to run the C preprocessor configure:3498: gcc -E conftest.c configure:3504: $? = 0 configure:3542: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:3548: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:3588: result: gcc -E configure:3617: gcc -E conftest.c configure:3623: $? = 0 configure:3661: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:3667: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:3724: checking for a BSD-compatible install configure:3780: result: /usr/bin/install -c configure:3791: checking for GNU make configure:3810: result: make configure:3823: checking for basename configure:3841: found /bin/basename configure:3854: result: /bin/basename configure:3904: checking for ZT_TONE_DTMF_BASE in zaptel/zaptel.h configure:3933: gcc -c -g -O2 conftest.c >&5 conftest.c:9:27: error: zaptel/zaptel.h: No such file or directory conftest.c: In function 'main': conftest.c:13: error: 'ZT_TONE_DTMF_BASE' undeclared (first use in this function) conftest.c:13: error: (Each undeclared identifier is reported only once conftest.c:13: error: for each function it appears in.) configure:3939: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | int | main () | { | int foo = ZT_TONE_DTMF_BASE; | ; | return 0; | } configure:3979: result: no configure:3991: checking for ZT_DIAL_OP_CANCEL in zaptel.h configure:4020: gcc -c -g -O2 conftest.c >&5 conftest.c:10:20: error: zaptel.h: No such file or directory conftest.c: In function 'main': conftest.c:14: error: 'ZT_DIAL_OP_CANCEL' undeclared (first use in this function) conftest.c:14: error: (Each undeclared identifier is reported only once conftest.c:14: error: for each function it appears in.) configure:4026: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | int | main () | { | int foo = ZT_DIAL_OP_CANCEL; | ; | return 0; | } | configure:4056: result: no configure:4082: checking for mandatory modules: configure:4104: result: ok configure:4238: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.60a. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on fc6.prix.test config.status:591: creating makeopts configure:5163: Package configured for: configure:5165: OS type : linux-gnu configure:5167: Host CPU : i686 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=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_host=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_BASENAME=/bin/basename ac_cv_path_ac_pt_UNAME=/bin/uname ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_zaptel_h=no ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='' BASENAME='/bin/basename' BUILD_CPU='i686' BUILD_OS='linux-gnu' BUILD_PLATFORM='i686-pc-linux-gnu' BUILD_VENDOR='pc' CC='gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_GNU_SOURCE=1' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' GNU_MAKE='make' HOST_CPU='i686' HOST_OS='linux-gnu' HOST_PLATFORM='i686-pc-linux-gnu' HOST_VENDOR='pc' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' OBJEXT='o' OSARCH='linux-gnu' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PBX_OSREV='2.6.18-1.2869.fc6' PBX_ZAPTEL='0' RANLIB='' SHELL='/bin/sh' UNAME='/bin/uname' ZAPTEL_INCLUDE='' ZAPTEL_LIB='' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define _GNU_SOURCE 1 configure: exit 0