This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by tntnet configure 2.2.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --without-server --with-ssl=openssl --with-sdk ## --------- ## ## Platform. ## ## --------- ## hostname = vdr uname -m = x86_64 uname -r = 3.13.0-gentoo uname -s = Linux uname -v = #1 SMP PREEMPT Tue Jan 21 10:51:15 CET 2014 /usr/bin/uname -p = AMD Athlon(tm) II X2 245 Processor /bin/uname -X = unknown /bin/arch = unknown /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/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.7.3 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2432: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2561: checking build system type configure:2575: result: x86_64-pc-linux-gnu configure:2595: checking host system type configure:2608: result: x86_64-pc-linux-gnu configure:2628: checking target system type configure:2641: result: x86_64-pc-linux-gnu configure:2684: checking for a BSD-compatible install configure:2752: result: /usr/bin/install -c configure:2763: checking whether build environment is sane configure:2818: result: yes configure:2856: WARNING: 'missing' script is too old or missing configure:2969: checking for a thread-safe mkdir -p configure:3008: result: /bin/mkdir -p configure:3015: checking for gawk configure:3031: found /usr/bin/gawk configure:3042: result: gawk configure:3053: checking whether make sets $(MAKE) configure:3075: result: yes configure:3104: checking whether make supports nested variables configure:3121: result: yes configure:3229: checking for style of include used by make configure:3257: result: GNU configure:3288: checking for x86_64-pc-linux-gnu-gcc configure:3304: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3315: result: x86_64-pc-linux-gnu-gcc configure:3584: checking for C compiler version configure:3593: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 Copyright (C) 2012 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:3604: $? = 0 configure:3593: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check Thread model: posix gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) configure:3604: $? = 0 configure:3593: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3604: $? = 1 configure:3593: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3604: $? = 1 configure:3624: checking whether the C compiler works configure:3646: x86_64-pc-linux-gnu-gcc -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3650: $? = 0 configure:3698: result: yes configure:3701: checking for C compiler default output file name configure:3703: result: a.out configure:3709: checking for suffix of executables configure:3716: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3720: $? = 0 configure:3742: result: configure:3764: checking whether we are cross compiling configure:3772: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3776: $? = 0 configure:3783: ./conftest configure:3787: $? = 0 configure:3802: result: no configure:3807: checking for suffix of object files configure:3829: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:3833: $? = 0 configure:3854: result: o configure:3858: checking whether we are using the GNU C compiler configure:3877: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:3877: $? = 0 configure:3886: result: yes configure:3895: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3915: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3915: $? = 0 configure:3956: result: yes configure:3973: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4036: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:4036: $? = 0 configure:4049: result: none needed configure:4071: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4182: result: none configure:4198: checking for library containing gethostbyname configure:4229: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4229: $? = 0 configure:4246: result: none required configure:4254: checking for library containing dlopen configure:4285: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/dev-libs/tntnet-2.2.1/temp/ccm13Twv.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:4285: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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 dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:4285: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 configure:4285: $? = 0 configure:4302: result: -ldl configure:4327: checking for x86_64-pc-linux-gnu-g++ configure:4343: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:4354: result: x86_64-pc-linux-gnu-g++ configure:4425: checking for C++ compiler version configure:4434: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 Copyright (C) 2012 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:4445: $? = 0 configure:4434: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check Thread model: posix gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) configure:4445: $? = 0 configure:4434: x86_64-pc-linux-gnu-g++ -V >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:4445: $? = 1 configure:4434: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:4445: $? = 1 configure:4449: checking whether we are using the GNU C++ compiler configure:4468: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.cpp >&5 configure:4468: $? = 0 configure:4477: result: yes configure:4486: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:4506: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 configure:4506: $? = 0 configure:4547: result: yes configure:4572: checking dependency style of x86_64-pc-linux-gnu-g++ configure:4683: result: none configure:4744: checking how to print strings configure:4771: result: printf configure:4792: checking for a sed that does not truncate output configure:4856: result: /bin/sed configure:4874: checking for grep that handles long lines and -e configure:4932: result: /bin/grep configure:4937: checking for egrep configure:4999: result: /bin/grep -E configure:5004: checking for fgrep configure:5066: result: /bin/grep -F configure:5101: checking for ld used by x86_64-pc-linux-gnu-gcc configure:5168: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:5175: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:5190: result: yes configure:5202: checking for BSD- or MS-compatible name lister (nm) configure:5251: result: /usr/bin/x86_64-pc-linux-gnu-nm -B configure:5381: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface configure:5388: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:5391: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" configure:5394: output 0000000000000000 B some_variable configure:5401: result: BSD nm configure:5404: checking whether ln -s works configure:5408: result: yes configure:5416: checking the maximum length of command line arguments configure:5546: result: 1572864 configure:5563: checking whether the shell understands some XSI constructs configure:5573: result: yes configure:5577: checking whether the shell understands "+=" configure:5583: result: yes configure:5618: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5658: result: func_convert_file_noop configure:5665: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5685: result: func_convert_file_noop configure:5692: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:5699: result: -r configure:5733: checking for x86_64-pc-linux-gnu-objdump configure:5749: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:5760: result: x86_64-pc-linux-gnu-objdump configure:5832: checking how to recognize dependent libraries configure:6034: result: pass_all configure:6079: checking for x86_64-pc-linux-gnu-dlltool configure:6109: result: no configure:6119: checking for dlltool configure:6149: result: no configure:6179: checking how to associate runtime and link libraries configure:6206: result: printf %s\n configure:6222: checking for x86_64-pc-linux-gnu-ar configure:6238: found /usr/bin/x86_64-pc-linux-gnu-ar configure:6249: result: x86_64-pc-linux-gnu-ar configure:6330: checking for archiver @FILE support configure:6347: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:6347: $? = 0 configure:6350: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:6353: $? = 0 configure:6358: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:6361: $? = 1 configure:6373: result: @ configure:6391: checking for x86_64-pc-linux-gnu-strip configure:6407: found /usr/bin/x86_64-pc-linux-gnu-strip configure:6418: result: x86_64-pc-linux-gnu-strip configure:6490: checking for x86_64-pc-linux-gnu-ranlib configure:6506: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:6517: result: x86_64-pc-linux-gnu-ranlib configure:6659: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object configure:6779: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:6782: $? = 0 configure:6786: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6789: $? = 0 configure:6855: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:6858: $? = 0 configure:6896: result: ok configure:6933: checking for sysroot configure:6963: result: no configure:7040: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:7043: $? = 0 configure:7179: checking for x86_64-pc-linux-gnu-mt configure:7209: result: no configure:7219: checking for mt configure:7249: result: no configure:7269: checking if : is a manifest tool configure:7275: : '-?' configure:7283: result: no configure:7925: checking how to run the C preprocessor configure:7956: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7956: $? = 0 configure:7970: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7970: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.1" | /* end confdefs.h. */ | #include configure:7995: result: x86_64-pc-linux-gnu-gcc -E configure:8015: x86_64-pc-linux-gnu-gcc -E conftest.c configure:8015: $? = 0 configure:8029: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:8029: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.1" | /* end confdefs.h. */ | #include configure:8058: checking for ANSI C header files configure:8078: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8078: $? = 0 configure:8151: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 configure:8151: $? = 0 configure:8151: ./conftest configure:8151: $? = 0 configure:8162: result: yes configure:8175: checking for sys/types.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for sys/stat.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for stdlib.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for string.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for memory.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for strings.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for inttypes.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for stdint.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8175: checking for unistd.h configure:8175: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8175: $? = 0 configure:8175: result: yes configure:8189: checking for dlfcn.h configure:8189: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:8189: $? = 0 configure:8189: result: yes configure:8406: checking for objdir configure:8421: result: .libs configure:8692: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8710: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:8714: $? = 0 configure:8727: result: no configure:9054: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:9061: result: -fPIC -DPIC configure:9069: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:9087: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:9091: $? = 0 configure:9104: result: yes configure:9133: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:9161: result: yes configure:9176: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9197: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -o out/conftest2.o conftest.c >&5 configure:9201: $? = 0 configure:9223: result: yes configure:9231: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9278: result: yes configure:9311: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:10464: result: yes configure:10501: checking whether -lc should be explicitly linked in configure:10509: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.c >&5 configure:10512: $? = 0 configure:10527: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10530: $? = 0 configure:10544: result: no configure:10704: checking dynamic linker characteristics configure:11228: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c -ldl >&5 configure:11228: $? = 0 configure:11450: result: GNU/Linux ld.so configure:11557: checking how to hardcode library paths into programs configure:11582: result: immediate configure:12122: checking whether stripping libraries is possible configure:12127: result: yes configure:12162: checking if libtool supports shared libraries configure:12164: result: yes configure:12167: checking whether to build shared libraries configure:12188: result: yes configure:12191: checking whether to build static libraries configure:12195: result: yes configure:12218: checking how to run the C++ preprocessor configure:12245: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:12245: $? = 0 configure:12259: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:12259: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:12284: result: x86_64-pc-linux-gnu-g++ -E configure:12304: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:12304: $? = 0 configure:12318: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:12318: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:12487: checking for ld used by x86_64-pc-linux-gnu-g++ configure:12554: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:12561: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:12576: result: yes configure:12631: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:13636: result: yes configure:13672: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.cpp >&5 configure:13675: $? = 0 configure:14195: checking for x86_64-pc-linux-gnu-g++ option to produce PIC configure:14202: result: -fPIC -DPIC configure:14210: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works configure:14228: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14232: $? = 0 configure:14245: result: yes configure:14268: checking if x86_64-pc-linux-gnu-g++ static flag -static works configure:14296: result: yes configure:14308: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:14329: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -o out/conftest2.o conftest.cpp >&5 configure:14333: $? = 0 configure:14355: result: yes configure:14360: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:14407: result: yes configure:14437: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:14473: result: yes configure:14614: checking dynamic linker characteristics configure:15294: result: GNU/Linux ld.so configure:15347: checking how to hardcode library paths into programs configure:15372: result: immediate configure:15443: checking for x86_64-pc-linux-gnu-pkg-config configure:15461: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:15473: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:15541: checking pkg-config is at least version 0.9.0 configure:15544: result: yes configure:15724: checking for the pthreads library -lpthreads configure:15757: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthreads -ldl >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:15757: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | 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:15766: result: no configure:15724: checking for the pthreads library -lpthread configure:15757: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -ldl >&5 configure:15757: $? = 0 configure:15766: result: yes configure:15785: checking for joinable pthread attribute configure:15800: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -ldl >&5 configure:15800: $? = 0 configure:15806: result: PTHREAD_CREATE_JOINABLE configure:15816: checking if more special flags are required for pthreads configure:15823: result: no configure:15835: checking for cc_r configure:15863: result: x86_64-pc-linux-gnu-gcc configure:15873: checking for CC_r configure:15901: result: x86_64-pc-linux-gnu-g++ configure:15943: checking for C++ compiler vendor configure:15988: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:30:9: error: 'thisisanerror' was not declared in this scope configure:15988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:15988: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:30:9: error: 'thisisanerror' was not declared in this scope configure:15988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:15988: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:30:9: error: 'thisisanerror' was not declared in this scope configure:15988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:15988: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:30:9: error: 'thisisanerror' was not declared in this scope configure:15988: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tntnet" | #define PACKAGE_TARNAME "tntnet" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "tntnet 2.2.1" | #define PACKAGE_BUGREPORT "Tommi Maekitalo " | #define PACKAGE_URL "" | #define PACKAGE "tntnet" | #define VERSION "2.2.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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__clang__)) | thisisanerror; | #endif | | ; | return 0; | } configure:15988: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe conftest.cpp >&5 configure:15988: $? = 0 configure:15996: result: gnu configure:16002: checking whether C++ compiler accepts -Wno-long-long configure:16021: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long conftest.cpp >&5 configure:16021: $? = 0 configure:16029: result: yes configure:16037: checking whether C++ compiler accepts -Wall configure:16056: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wall -Wno-long-long conftest.cpp >&5 configure:16056: $? = 0 configure:16064: result: yes configure:16072: checking whether C++ compiler accepts -pedantic configure:16091: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -pedantic -Wno-long-long -Wall conftest.cpp >&5 configure:16091: $? = 0 configure:16099: result: yes configure:16110: checking zlib.h usability configure:16110: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long -Wall -pedantic conftest.cpp >&5 configure:16110: $? = 0 configure:16110: result: yes configure:16110: checking zlib.h presence configure:16110: x86_64-pc-linux-gnu-g++ -E -Wno-long-long -Wall -pedantic conftest.cpp configure:16110: $? = 0 configure:16110: result: yes configure:16110: checking for zlib.h configure:16110: result: yes configure:16118: checking cxxtools/net/tcpsocket.h usability configure:16118: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long -Wall -pedantic conftest.cpp >&5 configure:16118: $? = 0 configure:16118: result: yes configure:16118: checking cxxtools/net/tcpsocket.h presence configure:16118: x86_64-pc-linux-gnu-g++ -E -Wno-long-long -Wall -pedantic conftest.cpp configure:16118: $? = 0 configure:16118: result: yes configure:16118: checking for cxxtools/net/tcpsocket.h configure:16118: result: yes configure:16128: checking for fopen64 configure:16128: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long -Wall -pedantic -Wl,-O1 -Wl,--as-needed conftest.cpp -lpthread -ldl >&5 configure:16128: $? = 0 configure:16128: result: yes configure:16143: checking for MINIZIP configure:16150: $PKG_CONFIG --exists --print-errors "minizip" configure:16153: $? = 0 configure:16166: $PKG_CONFIG --exists --print-errors "minizip" configure:16169: $? = 0 configure:16206: result: yes configure:16252: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long -Wall -pedantic -Wl,-O1 -Wl,--as-needed conftest.cpp -lpthread -ldl >&5 configure:16252: $? = 0 configure:16252: ./conftest configure:16252: $? = 0 configure:16287: checking for sendfile configure:16287: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long -Wall -pedantic -Wl,-O1 -Wl,--as-needed conftest.cpp -lpthread -ldl >&5 configure:16287: $? = 0 configure:16287: result: yes configure:16304: checking sys/sendfile.h usability configure:16304: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long -Wall -pedantic conftest.cpp >&5 configure:16304: $? = 0 configure:16304: result: yes configure:16304: checking sys/sendfile.h presence configure:16304: x86_64-pc-linux-gnu-g++ -E -Wno-long-long -Wall -pedantic conftest.cpp configure:16304: $? = 0 configure:16304: result: yes configure:16304: checking for sys/sendfile.h configure:16304: result: yes configure:16407: checking openssl/ssl.h usability configure:16407: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe -Wno-long-long -Wall -pedantic conftest.cpp >&5 configure:16407: $? = 0 configure:16407: result: yes configure:16407: checking openssl/ssl.h presence configure:16407: x86_64-pc-linux-gnu-g++ -E -Wno-long-long -Wall -pedantic conftest.cpp configure:16407: $? = 0 configure:16407: result: yes configure:16407: checking for openssl/ssl.h configure:16407: result: yes configure:16410: result: building with OpenSSL support configure:16523: checking for zip configure:16553: result: no configure:16559: error: zip program not found (needed for calci18n demo) ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_GNUTLS_CFLAGS_set= ac_cv_env_GNUTLS_CFLAGS_value= ac_cv_env_GNUTLS_LIBS_set= ac_cv_env_GNUTLS_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MINIZIP_CFLAGS_set= ac_cv_env_MINIZIP_CFLAGS_value= ac_cv_env_MINIZIP_LIBS_set= ac_cv_env_MINIZIP_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_fopen64=yes ac_cv_func_sendfile=yes ac_cv_header_cxxtools_net_tcpsocket_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_openssl_ssl_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_sendfile_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_PTHREAD_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_PTHREAD_CXX=x86_64-pc-linux-gnu-g++ ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_dlopen=-ldl ac_cv_search_gethostbyname='none required' ac_cv_target=x86_64-pc-linux-gnu am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes ax_cv_check_cxxflags___Wall=yes ax_cv_check_cxxflags___Wno_long_long=yes ax_cv_check_cxxflags___pedantic=yes ax_cv_cxx_compiler_vendor=gnu lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_MINIZIP_CFLAGS='-I/usr/include/minizip ' pkg_cv_MINIZIP_LIBS='-lminizip ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal-1.13' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CFLAGS='' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.13' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe ' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS=' -Wno-long-long -Wall -pedantic' CXX='x86_64-pc-linux-gnu-g++' CXXCPP='x86_64-pc-linux-gnu-g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -mpopcnt -mabm -mlzcnt -O2 -fomit-frame-pointer -pipe ' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GNUTLS_CFLAGS='' GNUTLS_LIBS='' GREP='/bin/grep' HAVE_MINIZIP_FALSE='#' HAVE_MINIZIP_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_DEMOS_FALSE='' INSTALL_DEMOS_TRUE='#' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS='-lpthread -ldl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='makeinfo' MAKE_DEMOS_FALSE='#' MAKE_DEMOS_TRUE='' MAKE_GNUTLS_FALSE='' MAKE_GNUTLS_TRUE='#' MAKE_OPENSSL_FALSE='#' MAKE_OPENSSL_TRUE='' MAKE_SDK_FALSE='#' MAKE_SDK_TRUE='' MAKE_SERVER_FALSE='' MAKE_SERVER_TRUE='#' MAKE_STRESSJOB_FALSE='' MAKE_STRESSJOB_TRUE='' MAKE_UNITTEST_FALSE='' MAKE_UNITTEST_TRUE='' MANIFEST_TOOL=':' MINIZIP_CFLAGS='-I/usr/include/minizip ' MINIZIP_LIBS='-lminizip ' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='tntnet' PACKAGE_BUGREPORT='Tommi Maekitalo ' PACKAGE_NAME='tntnet' PACKAGE_STRING='tntnet 2.2.1' PACKAGE_TARNAME='tntnet' PACKAGE_URL='' PACKAGE_VERSION='2.2.1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' PTHREAD_CC='x86_64-pc-linux-gnu-gcc' PTHREAD_CFLAGS='' PTHREAD_CXX='x86_64-pc-linux-gnu-g++' PTHREAD_LIBS='-lpthread' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHARED_LIB_FLAG='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' VERSION='2.2.1' ZIP='' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' acx_pthread_config='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/dev-libs/tntnet-2.2.1/work/tntnet-2.2.1/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sonumber='12:0:0' sysconfdir='/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "tntnet" #define PACKAGE_TARNAME "tntnet" #define PACKAGE_VERSION "2.2.1" #define PACKAGE_STRING "tntnet 2.2.1" #define PACKAGE_BUGREPORT "Tommi Maekitalo " #define PACKAGE_URL "" #define PACKAGE "tntnet" #define VERSION "2.2.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_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_PTHREAD 1 #define HAVE_FOPEN64 1 #define WITH_EPOLL /**/ #define HAVE_SENDFILE 1 #define HAVE_SYS_SENDFILE_H 1 #define WITH_OPENSSL /**/ configure: exit 1