This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by ClanLib configure 2.3.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/dev-games/clanlib-2.3.7/work/ClanLib-2.3.7/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 --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/clanlib-2.3.7 --enable-shared --disable-static --disable-docs --enable-sse2 --enable-clanGL --enable-clanGL1 --enable-clanGUI --enable-clanDisplay --enable-clanVorbis --disable-clanMikMod --disable-clanSqlite --enable-getaddr ## --------- ## ## Platform. ## ## --------- ## hostname = mr-fox uname -m = x86_64 uname -r = 4.8.7-hardened uname -s = Linux uname -v = #1 SMP Sat Nov 12 08:52:11 CET 2016 /usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz /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/lib/portage/python2.7/ebuild-helpers/xattr PATH: /usr/lib/portage/python2.7/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/6.2.0 PATH: /usr/lib/plan9/bin PATH: /opt/nvidia-cg-toolkit/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2548: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | 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 [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:2682: checking build system type configure:2696: result: x86_64-pc-linux-gnu configure:2716: checking host system type configure:2729: result: x86_64-pc-linux-gnu configure:2749: checking target system type configure:2762: result: x86_64-pc-linux-gnu configure:2805: checking for a BSD-compatible install configure:2873: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c configure:2884: checking whether build environment is sane configure:2939: result: yes configure:3090: checking for a thread-safe mkdir -p configure:3129: result: /bin/mkdir -p configure:3136: checking for gawk configure:3152: found /usr/bin/gawk configure:3163: result: gawk configure:3174: checking whether make sets $(MAKE) configure:3196: result: yes configure:3225: checking whether make supports nested variables configure:3242: result: yes configure:3415: checking for x86_64-pc-linux-gnu-g++ configure:3431: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:3442: result: x86_64-pc-linux-gnu-g++ configure:3513: checking for C++ compiler version configure:3522: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 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:3533: $? = 0 configure:3522: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/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 6.2.0-r1 p1.1' --disable-esp --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 --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --enable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:3533: $? = 0 configure:3522: 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:3533: $? = 1 configure:3522: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:3533: $? = 1 configure:3553: checking whether the C++ compiler works configure:3575: x86_64-pc-linux-gnu-g++ -Werror=terminate -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:3579: $? = 0 configure:3627: result: yes configure:3630: checking for C++ compiler default output file name configure:3632: result: a.out configure:3638: checking for suffix of executables configure:3645: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:3649: $? = 0 configure:3671: result: configure:3693: checking whether we are cross compiling configure:3701: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:3705: $? = 0 configure:3712: ./conftest configure:3716: $? = 0 configure:3731: result: no configure:3736: checking for suffix of object files configure:3758: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe conftest.cpp >&5 configure:3762: $? = 0 configure:3783: result: o configure:3787: checking whether we are using the GNU C++ compiler configure:3806: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe conftest.cpp >&5 configure:3806: $? = 0 configure:3815: result: yes configure:3824: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:3844: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 configure:3844: $? = 0 configure:3885: result: yes configure:3919: checking for style of include used by make configure:3947: result: GNU configure:3973: checking dependency style of x86_64-pc-linux-gnu-g++ configure:4084: result: none configure:4108: checking for x86_64-pc-linux-gnu-gcc configure:4124: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:4135: result: x86_64-pc-linux-gnu-gcc configure:4404: checking for C compiler version configure:4413: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 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:4424: $? = 0 configure:4413: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/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 6.2.0-r1 p1.1' --disable-esp --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 --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --enable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:4424: $? = 0 configure:4413: 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:4424: $? = 1 configure:4413: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4424: $? = 1 configure:4428: checking whether we are using the GNU C compiler configure:4447: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4447: $? = 0 configure:4456: result: yes configure:4465: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4485: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:4485: $? = 0 configure:4526: result: yes configure:4543: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4606: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4606: $? = 0 configure:4619: result: none needed configure:4644: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:4666: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4669: $? = 0 configure:4666: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4669: $? = 0 configure:4681: result: yes configure:4700: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4811: result: none configure:4833: checking how to run the C preprocessor configure:4864: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4864: $? = 0 configure:4878: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4878: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | /* end confdefs.h. */ | #include configure:4903: result: x86_64-pc-linux-gnu-gcc -E configure:4923: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4923: $? = 0 configure:4937: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4937: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | /* end confdefs.h. */ | #include configure:5014: checking how to print strings configure:5041: result: printf configure:5062: checking for a sed that does not truncate output configure:5126: result: /bin/sed configure:5144: checking for grep that handles long lines and -e configure:5202: result: /bin/grep configure:5207: checking for egrep configure:5269: result: /bin/grep -E configure:5274: checking for fgrep configure:5336: result: /bin/grep -F configure:5371: checking for ld used by x86_64-pc-linux-gnu-gcc configure:5438: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:5445: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:5460: result: yes configure:5472: checking for BSD- or MS-compatible name lister (nm) configure:5526: result: /usr/bin/x86_64-pc-linux-gnu-nm -B configure:5656: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface configure:5663: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5666: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" configure:5669: output 0000000000000000 B some_variable configure:5676: result: BSD nm configure:5679: checking whether ln -s works configure:5683: result: yes configure:5691: checking the maximum length of command line arguments configure:5822: result: 1572864 configure:5870: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5910: result: func_convert_file_noop configure:5917: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5937: result: func_convert_file_noop configure:5944: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:5951: result: -r configure:5985: checking for x86_64-pc-linux-gnu-objdump configure:6001: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:6012: result: x86_64-pc-linux-gnu-objdump configure:6084: checking how to recognize dependent libraries configure:6284: result: pass_all configure:6329: checking for x86_64-pc-linux-gnu-dlltool configure:6359: result: no configure:6369: checking for dlltool configure:6399: result: no configure:6429: checking how to associate runtime and link libraries configure:6456: result: printf %s\n configure:6473: checking for x86_64-pc-linux-gnu-ar configure:6489: found /usr/bin/x86_64-pc-linux-gnu-ar configure:6500: result: x86_64-pc-linux-gnu-ar configure:6581: checking for archiver @FILE support configure:6598: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6598: $? = 0 configure:6601: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:6604: $? = 0 configure:6609: 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:6612: $? = 1 configure:6624: result: @ configure:6642: checking for x86_64-pc-linux-gnu-strip configure:6658: found /usr/bin/x86_64-pc-linux-gnu-strip configure:6669: result: x86_64-pc-linux-gnu-strip configure:6741: checking for x86_64-pc-linux-gnu-ranlib configure:6757: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:6768: result: x86_64-pc-linux-gnu-ranlib configure:6910: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object configure:7063: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:7066: $? = 0 configure:7070: /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:7073: $? = 0 configure:7139: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:7142: $? = 0 configure:7180: result: ok configure:7227: checking for sysroot configure:7257: result: no configure:7264: checking for a working dd configure:7302: result: /bin/dd configure:7306: checking how to truncate binary pipes configure:7321: result: /bin/dd bs=4096 count=1 configure:7457: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:7460: $? = 0 configure:7610: checking for x86_64-pc-linux-gnu-mt configure:7640: result: no configure:7650: checking for mt configure:7666: found /usr/sbin/mt configure:7677: result: mt configure:7700: checking if mt is a manifest tool configure:7706: mt '-?' usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] configure:7714: result: no configure:8387: checking for ANSI C header files configure:8407: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8407: $? = 0 configure:8480: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8480: $? = 0 configure:8480: ./conftest configure:8480: $? = 0 configure:8491: result: yes configure:8504: checking for sys/types.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for sys/stat.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for stdlib.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for string.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for memory.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for strings.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for inttypes.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for stdint.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8504: checking for unistd.h configure:8504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8504: $? = 0 configure:8504: result: yes configure:8518: checking for dlfcn.h configure:8518: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:8518: $? = 0 configure:8518: result: yes configure:8785: checking for objdir configure:8800: result: .libs configure:9064: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:9082: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:9086: $? = 0 configure:9099: result: no configure:9457: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:9464: result: -fPIC -DPIC configure:9472: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:9490: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:9494: $? = 0 configure:9507: result: yes configure:9536: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:9564: result: yes configure:9579: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9600: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:9604: $? = 0 configure:9626: result: yes configure:9634: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9681: result: yes configure:9714: 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:10973: result: yes configure:11010: checking whether -lc should be explicitly linked in configure:11018: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:11021: $? = 0 configure:11036: 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:11039: $? = 0 configure:11053: result: no configure:11213: checking dynamic linker characteristics configure:11807: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11807: $? = 0 configure:12044: result: GNU/Linux ld.so configure:12166: checking how to hardcode library paths into programs configure:12191: result: immediate configure:12739: checking whether stripping libraries is possible configure:12744: result: yes configure:12779: checking if libtool supports shared libraries configure:12781: result: yes configure:12784: checking whether to build shared libraries configure:12809: result: yes configure:12812: checking whether to build static libraries configure:12816: result: no configure:12839: checking how to run the C++ preprocessor configure:12866: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:12866: $? = 0 configure:12880: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:12880: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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:12905: result: x86_64-pc-linux-gnu-g++ -E configure:12925: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:12925: $? = 0 configure:12939: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:12939: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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:13101: checking for ld used by x86_64-pc-linux-gnu-g++ configure:13168: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:13175: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:13190: result: yes configure:13245: 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:14318: result: yes configure:14354: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe conftest.cpp >&5 configure:14357: $? = 0 configure:14838: checking for x86_64-pc-linux-gnu-g++ option to produce PIC configure:14845: result: -fPIC -DPIC configure:14853: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works configure:14871: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14875: $? = 0 configure:14888: result: yes configure:14911: checking if x86_64-pc-linux-gnu-g++ static flag -static works configure:14939: result: yes configure:14951: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:14972: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -o out/conftest2.o conftest.cpp >&5 configure:14976: $? = 0 configure:14998: result: yes configure:15003: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:15050: result: yes configure:15080: 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:15120: result: yes configure:15261: checking dynamic linker characteristics configure:16019: result: GNU/Linux ld.so configure:16084: checking how to hardcode library paths into programs configure:16109: result: immediate configure:16179: checking for ANSI C header files configure:16283: result: yes configure:16291: checking for stdbool.h that conforms to C99 configure:16358: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe conftest.cpp >&5 conftest.cpp:27:15: error: expected unqualified-id before string constant "error: bool is not defined" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.cpp:45:48: error: 's' does not name a type struct s { _Bool s: 1; _Bool t; } s; ^ conftest.cpp:55:28: error: 's' was not declared in this scope char i[sizeof s.t]; ^ conftest.cpp: In function 'int main()': conftest.cpp:73:24: error: 's' was not declared in this scope bool e = &s; ^ conftest.cpp:77:63: error: 'i' was not declared in this scope return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ configure:16358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | /* end confdefs.h. */ | | #include | #ifndef bool | "error: bool is not defined" | #endif | #ifndef false | "error: false is not defined" | #endif | #if false | "error: false is not 0" | #endif | #ifndef true | "error: true is not defined" | #endif | #if true != 1 | "error: true is not 1" | #endif | #ifndef __bool_true_false_are_defined | "error: __bool_true_false_are_defined is not defined" | #endif | | struct s { _Bool s: 1; _Bool t; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) 0.5 == true ? 1 : -1]; | /* See body of main program for 'e'. */ | char f[(_Bool) 0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (_Bool)]; | char i[sizeof s.t]; | enum { j = false, k = true, l = false * true, m = true * 256 }; | /* The following fails for | HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ | _Bool n[m]; | char o[sizeof n == m * sizeof n[0] ? 1 : -1]; | char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; | /* Catch a bug in an HP-UX C compiler. See | http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html | http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html | */ | _Bool q = true; | _Bool *pq = &q; | | int | main () | { | | bool e = &s; | *pq |= q; | *pq |= ! q; | /* Refer to every declared value, to avoid compiler optimizations. */ | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | + !m + !n + !o + !p + !q + !pq); | | ; | return 0; | } configure:16365: result: no configure:16367: checking for _Bool configure:16367: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:60:13: error: '_Bool' was not declared in this scope if (sizeof (_Bool)) ^~~~~ configure:16367: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:16367: result: no configure:16386: checking whether x86_64-pc-linux-gnu-gcc needs -traditional configure:16420: result: no configure:16430: checking for pkg-config configure:16448: found /usr/bin/pkg-config configure:16461: result: /usr/bin/pkg-config configure:16571: checking for unistd.h configure:16571: result: yes configure:16571: checking fcntl.h usability configure:16571: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x conftest.cpp >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking fcntl.h presence configure:16571: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking for fcntl.h configure:16571: result: yes configure:16571: checking sys/kd.h usability configure:16571: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x conftest.cpp >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking sys/kd.h presence configure:16571: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking for sys/kd.h configure:16571: result: yes configure:16571: checking sys/vt.h usability configure:16571: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x conftest.cpp >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking sys/vt.h presence configure:16571: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking for sys/vt.h configure:16571: result: yes configure:16571: checking sys/sysctl.h usability configure:16571: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x conftest.cpp >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking sys/sysctl.h presence configure:16571: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:16571: $? = 0 configure:16571: result: yes configure:16571: checking for sys/sysctl.h configure:16571: result: yes configure:16597: checking libgen.h usability configure:16597: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x conftest.cpp >&5 configure:16597: $? = 0 configure:16597: result: yes configure:16597: checking libgen.h presence configure:16597: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:16597: $? = 0 configure:16597: result: yes configure:16597: checking for libgen.h configure:16597: result: yes configure:16603: checking for sys/types.h configure:16603: result: yes configure:16609: checking fstab.h usability configure:16609: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x conftest.cpp >&5 configure:16609: $? = 0 configure:16609: result: yes configure:16609: checking fstab.h presence configure:16609: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:16609: $? = 0 configure:16609: result: yes configure:16609: checking for fstab.h configure:16609: result: yes configure:16617: checking for extern *__progname configure:16630: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x conftest.cpp >&5 configure:16630: $? = 0 configure:16631: result: yes configure:16642: checking for wcscasecmp configure:16642: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:16642: $? = 0 configure:16642: result: yes configure:16653: checking for SSE2 support configure:16670: x86_64-pc-linux-gnu-g++ -o conftest -msse2 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:16670: $? = 0 configure:16670: ./conftest configure:16670: $? = 0 configure:16685: result: enabled configure:16783: checking pthread_create in -pthread configure:16797: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 conftest.cpp >&5 configure:16797: $? = 0 configure:16798: result: yes configure:16817: checking whether the target supports thread-local storage configure:16842: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:16842: $? = 0 configure:16842: ./conftest configure:16842: $? = 0 configure:16849: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -static -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:16849: $? = 0 configure:16860: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -static -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:16860: $? = 0 configure:16860: ./conftest configure:16860: $? = 0 configure:16892: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 /var/tmp/portage/dev-games/clanlib-2.3.7/temp/ccnDw9d1.o: In function `main': conftest.cpp:(.text.startup+0x21): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status configure:16892: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | /* end confdefs.h. */ | #include | void *g(void *d) { return NULL; } | int | main () | { | pthread_t t; pthread_create(&t,NULL,g,NULL); | ; | return 0; | } configure:16892: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 /var/tmp/portage/dev-games/clanlib-2.3.7/temp/ccTFsWI7.o: In function `main': conftest.cpp:(.text.startup+0x21): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status configure:16892: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | /* end confdefs.h. */ | #include | void *g(void *d) { return NULL; } | int | main () | { | pthread_t t; pthread_create(&t,NULL,g,NULL); | ; | return 0; | } configure:16892: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 /var/tmp/portage/dev-games/clanlib-2.3.7/temp/cc0dxM4i.o: In function `main': conftest.cpp:(.text.startup+0x21): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status configure:16892: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | /* end confdefs.h. */ | #include | void *g(void *d) { return NULL; } | int | main () | { | pthread_t t; pthread_create(&t,NULL,g,NULL); | ; | return 0; | } configure:16958: result: yes configure:16968: checking for main in -lz configure:16987: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lz >&5 configure:16987: $? = 0 configure:16996: result: yes configure:17015: checking whether we should try to build API documentation configure:17024: result: no configure:17026: checking whether we should try to build clanDisplay configure:17035: result: yes configure:17037: checking whether we should try to build clanGL configure:17046: result: yes configure:17048: checking whether we should try to build clanGL1 configure:17057: result: yes configure:17059: checking whether we should try to build clanSound configure:17068: result: auto configure:17070: checking whether we should try to build clanDatabase configure:17079: result: auto configure:17081: checking whether we should try to build clanSqlite configure:17090: result: no configure:17092: checking whether we should try to build clanRegExp configure:17101: result: auto configure:17103: checking whether we should try to build clanNetwork configure:17112: result: auto configure:17114: checking whether we should try to build clanGUI configure:17123: result: yes configure:17125: checking whether we should try to build clanCSSLayout configure:17134: result: auto configure:17136: checking whether we should try to build clanSWRender configure:17145: result: auto configure:17147: checking whether we should try to build clanMikMod configure:17156: result: no configure:17158: checking whether we should try to build clanVorbis configure:17167: result: yes configure:17177: checking for png configure:17197: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed conftest.cpp -lz -lpng >&5 configure:17197: $? = 0 configure:17197: ./conftest configure:17197: $? = 0 configure:17206: result: yes configure:17224: checking for jpeg configure:17244: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed conftest.cpp -ljpeg >&5 configure:17244: $? = 0 configure:17244: ./conftest configure:17244: $? = 0 configure:17253: result: yes configure:17271: checking for ttf configure:17291: x86_64-pc-linux-gnu-g++ -o conftest -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lfreetype >&5 configure:17291: $? = 0 configure:17291: ./conftest configure:17291: $? = 0 configure:17300: result: yes configure:17320: checking linux/joystick.h usability configure:17320: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 conftest.cpp >&5 configure:17320: $? = 0 configure:17320: result: yes configure:17320: checking linux/joystick.h presence configure:17320: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:17320: $? = 0 configure:17320: result: yes configure:17320: checking for linux/joystick.h configure:17320: result: yes configure:17333: checking linux/input.h usability configure:17333: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 conftest.cpp >&5 configure:17333: $? = 0 configure:17333: result: yes configure:17333: checking linux/input.h presence configure:17333: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:17333: $? = 0 configure:17333: result: yes configure:17333: checking for linux/input.h configure:17333: result: yes configure:17346: checking for fontconfig configure:17366: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed conftest.cpp -lfontconfig >&5 configure:17366: $? = 0 configure:17366: ./conftest configure:17366: $? = 0 configure:17375: result: yes configure:17525: checking for X configure:17664: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lX11 -lz >&5 configure:17664: $? = 0 configure:17714: result: libraries , headers configure:17813: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lz -lX11 >&5 configure:17813: $? = 0 configure:17911: checking for gethostbyname configure:17911: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lz >&5 configure:17911: $? = 0 configure:17911: result: yes configure:18008: checking for connect configure:18008: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lz >&5 configure:18008: $? = 0 configure:18008: result: yes configure:18057: checking for remove configure:18057: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lz >&5 configure:18057: $? = 0 configure:18057: result: yes configure:18106: checking for shmat configure:18106: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lz >&5 configure:18106: $? = 0 configure:18106: result: yes configure:18164: checking for IceConnectionNumber in -lICE configure:18189: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lICE -lz >&5 configure:18189: $? = 0 configure:18198: result: yes configure:18277: checking for GL configure:18297: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed conftest.cpp -pthread -lGL >&5 configure:18297: $? = 0 configure:18297: ./conftest configure:18297: $? = 0 configure:18306: result: yes configure:18327: checking X11/extensions/Xrender.h usability configure:18327: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 conftest.cpp >&5 configure:18327: $? = 0 configure:18327: result: yes configure:18327: checking X11/extensions/Xrender.h presence configure:18327: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:18327: $? = 0 configure:18327: result: yes configure:18327: checking for X11/extensions/Xrender.h configure:18327: result: yes configure:18340: checking for Xrender configure:18360: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed conftest.cpp -lXrender >&5 configure:18360: $? = 0 configure:18360: ./conftest configure:18360: $? = 0 configure:18369: result: yes configure:18388: checking whether glx.h defines glXGetProcAddressARB configure:18402: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 conftest.cpp >&5 configure:18402: $? = 0 configure:18408: result: yes configure:18475: checking for GL configure:18495: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed conftest.cpp -pthread -lGL >&5 configure:18495: $? = 0 configure:18495: ./conftest configure:18495: $? = 0 configure:18504: result: yes configure:18523: checking whether glx.h defines glXGetProcAddressARB configure:18537: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 conftest.cpp >&5 configure:18537: $? = 0 configure:18543: result: yes configure:18694: checking machine/soundcard.h usability configure:18694: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 conftest.cpp >&5 conftest.cpp:72:31: fatal error: machine/soundcard.h: No such file or directory #include ^ compilation terminated. configure:18694: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | #define HAVE_TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LINUX_JOYSTICK_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:18694: result: no configure:18694: checking machine/soundcard.h presence configure:18694: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:39:31: fatal error: machine/soundcard.h: No such file or directory #include ^ compilation terminated. configure:18694: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | #define HAVE_TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LINUX_JOYSTICK_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | /* end confdefs.h. */ | #include configure:18694: result: no configure:18694: checking for machine/soundcard.h configure:18694: result: no configure:18694: checking sys/soundcard.h usability configure:18694: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 conftest.cpp >&5 configure:18694: $? = 0 configure:18694: result: yes configure:18694: checking sys/soundcard.h presence configure:18694: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:18694: $? = 0 configure:18694: result: yes configure:18694: checking for sys/soundcard.h configure:18694: result: yes configure:18715: checking for _oss_ioctl in -lossaudio configure:18740: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lossaudio -lz >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lossaudio collect2: error: ld returned 1 exit status configure:18740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | #define HAVE_TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LINUX_JOYSTICK_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_SYS_SOUNDCARD_H 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 _oss_ioctl (); | int | main () | { | return _oss_ioctl (); | ; | return 0; | } configure:18749: result: no configure:18758: checking asoundlib.h usability configure:18758: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 conftest.cpp >&5 conftest.cpp:73:23: fatal error: asoundlib.h: No such file or directory #include ^ compilation terminated. configure:18758: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | #define HAVE_TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LINUX_JOYSTICK_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:18758: result: no configure:18758: checking asoundlib.h presence configure:18758: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:40:23: fatal error: asoundlib.h: No such file or directory #include ^ compilation terminated. configure:18758: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "2.3.7" | #define PACKAGE_STRING "ClanLib 2.3.7" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "clanlib" | #define VERSION "2.3.7" | #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 STDC_HEADERS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_FSTAB_H 1 | #define EXTERN___PROGNAME 1 | #define HAVE_WCSCASECMP 1 | #define HAVE_TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LINUX_JOYSTICK_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_X11_EXTENSIONS_XRENDER_H 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_GLX_GETPROCADDRESSARB 1 | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include configure:18758: result: no configure:18758: checking for asoundlib.h configure:18758: result: no configure:18758: checking alsa/asoundlib.h usability configure:18758: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 conftest.cpp >&5 configure:18758: $? = 0 configure:18758: result: yes configure:18758: checking alsa/asoundlib.h presence configure:18758: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:18758: $? = 0 configure:18758: result: yes configure:18758: checking for alsa/asoundlib.h configure:18758: result: yes configure:18851: checking for x86_64-pc-linux-gnu-pkg-config configure:18881: result: /usr/bin/pkg-config configure:18949: checking pkg-config is at least version 0.9.0 configure:18952: result: yes configure:18962: checking for clanVorbis configure:18969: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0" configure:18972: $? = 0 configure:18986: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0" configure:18989: $? = 0 configure:19123: result: yes configure:19216: checking for regexp configure:19238: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed conftest.cpp -L/usr/lib64 -lpcre >&5 configure:19238: $? = 0 configure:19238: ./conftest configure:19238: $? = 0 configure:19247: result: yes configure:19338: checking for getaddrinfo configure:19338: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lz >&5 configure:19338: $? = 0 configure:19338: result: yes configure:19344: checking for GetAddr ipv6 support configure:19354: result: enabled configure:19659: checking if documentation should be generated configure:19660: result: no configure:19678: checking for debug mode configure:19693: result: disabled configure:19698: checking for profile mode configure:19713: result: disabled configure:19718: checking for maintainer mode configure:19733: result: disabled configure:19891: checking that generated files are newer than configure configure:19897: result: done configure:19944: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ClanLib config.status 2.3.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on mr-fox config.status:1186: creating Sources/Core/Makefile config.status:1186: creating Setup/pkgconfig/clanCore.pc config.status:1186: creating Sources/Display/Makefile config.status:1186: creating Setup/pkgconfig/clanDisplay.pc config.status:1186: creating Sources/Sound/Makefile config.status:1186: creating Setup/pkgconfig/clanSound.pc config.status:1186: creating Sources/Database/Makefile config.status:1186: creating Setup/pkgconfig/clanDatabase.pc config.status:1186: creating Sources/RegExp/Makefile config.status:1186: creating Setup/pkgconfig/clanRegExp.pc config.status:1186: creating Sources/GL/Makefile config.status:1186: creating Setup/pkgconfig/clanGL.pc config.status:1186: creating Sources/GL1/Makefile config.status:1186: creating Setup/pkgconfig/clanGL1.pc config.status:1186: creating Sources/GUI/Makefile config.status:1186: creating Setup/pkgconfig/clanGUI.pc config.status:1186: creating Sources/CSSLayout/Makefile config.status:1186: creating Setup/pkgconfig/clanCSSLayout.pc config.status:1186: creating Sources/SWRender/Makefile config.status:1186: creating Setup/pkgconfig/clanSWRender.pc config.status:1186: creating Sources/Network/Makefile config.status:1186: creating Setup/pkgconfig/clanNetwork.pc config.status:1186: creating Sources/Vorbis/Makefile config.status:1186: creating Setup/pkgconfig/clanVorbis.pc config.status:1186: creating Setup/pkgconfig/clanApp.pc config.status:1186: creating Setup/pkgconfig/Makefile config.status:1186: creating Makefile config.status:1186: creating Examples/Makefile config.status:1186: creating Examples/Makefile.conf config.status:1186: creating Setup/Makefile config.status:1186: creating Sources/API/Makefile config.status:1186: creating Sources/App/Makefile config.status:1186: creating Sources/Makefile config.status:1186: creating Tests/Makefile.conf config.status:1358: executing depfiles commands config.status:1358: executing libtool commands ## ---------------- ## ## 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=native -O2 -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='-Werror=terminate -march=native -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_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_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_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_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_clanVorbis_CFLAGS_set= ac_cv_env_clanVorbis_CFLAGS_value= ac_cv_env_clanVorbis_LIBS_set= ac_cv_env_clanVorbis_LIBS_value= 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_connect=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_func_wcscasecmp=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_X11_extensions_Xrender_h=yes ac_cv_header_alsa_asoundlib_h=yes ac_cv_header_asoundlib_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_fstab_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libgen_h=yes ac_cv_header_linux_input_h=yes ac_cv_header_linux_joystick_h=yes ac_cv_header_machine_soundcard_h=no ac_cv_header_memory_h=yes ac_cv_header_stdbool_h=no 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_kd_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_vt_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_ossaudio__oss_ioctl=no ac_cv_lib_z_main=yes 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/pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' ac_cv_path_lt_DD=/bin/dd 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_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_target=x86_64-pc-linux-gnu ac_cv_type__Bool=no am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes gcc_cv_have_tls=yes 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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= 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 lt_cv_truncate_bin='/bin/dd bs=4096 count=1' pkg_cv_clanVorbis_CFLAGS= pkg_cv_clanVorbis_LIBS=-lvorbis ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/dev-games/clanlib-2.3.7/work/ClanLib-2.3.7/missing aclocal-1.15' ALSA_FALSE='#' ALSA_TRUE='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='${SHELL} /var/tmp/portage/dev-games/clanlib-2.3.7/work/ClanLib-2.3.7/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/dev-games/clanlib-2.3.7/work/ClanLib-2.3.7/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/dev-games/clanlib-2.3.7/work/ClanLib-2.3.7/missing automake-1.15' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=native -O2 -pipe' CLANLIB_MAJOR_VERSION='2' CLANLIB_MICRO_VERSION='7' CLANLIB_MINOR_VERSION='3' CLANLIB_RELEASE='23' CLANLIB_VERSION='2.3.7' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CXX='x86_64-pc-linux-gnu-g++' CXXCPP='x86_64-pc-linux-gnu-g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-Werror=terminate -march=native -O2 -pipe -std=c++0x -msse2 -I/usr/include/freetype2 -I$(top_srcdir)/Sources' CYGPATH_W='echo' ClanLib_API_Modules=' $(clanApp_includes) $(clanCore_includes) $(clanDisplay_includes) $(clanSound_includes) $(clanDatabase_includes) $(clanRegExp_includes) $(clanGL_includes) $(clanGL1_includes) $(clanGUI_includes) $(clanCSSLayout_includes) $(clanSWRender_includes) $(clanNetwork_includes) $(clanVorbis_includes)' ClanLib_Examples='' ClanLib_Modules='App Core Display Sound Database RegExp GL GL1 GUI CSSLayout SWRender Network Vorbis' ClanLib_add_docs='' ClanLib_docs='' ClanLib_pkgconfig='clanApp.pc clanCore.pc clanDisplay.pc clanSound.pc clanDatabase.pc clanRegExp.pc clanGL.pc clanGL1.pc clanGUI.pc clanCSSLayout.pc clanSWRender.pc clanNetwork.pc clanVorbis.pc' DEFS='-DPACKAGE_NAME=\"ClanLib\" -DPACKAGE_TARNAME=\"clanlib\" -DPACKAGE_VERSION=\"2.3.7\" -DPACKAGE_STRING=\"ClanLib\ 2.3.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"clanlib\" -DVERSION=\"2.3.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_KD_H=1 -DHAVE_SYS_VT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_FSTAB_H=1 -DEXTERN___PROGNAME=1 -DHAVE_WCSCASECMP=1 -DHAVE_TLS=1 -DHAVE_LIBZ=1 -DHAVE_LINUX_JOYSTICK_H=1 -DHAVE_LINUX_INPUT_H=1 -DHAVE_X11_EXTENSIONS_XRENDER_H=1 -DHAVE_GLX_GETPROCADDRESSARB=1 -DHAVE_GLX_GETPROCADDRESSARB=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_ALSA_ASOUNDLIB_H=1 -DUSE_GETADDR=1' DEPDIR='.deps' DISABLE_SSE2_FALSE='' DISABLE_SSE2_TRUE='#' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' 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 ' LDFLAGS_LT_RELEASE='-release 2.3' LIBOBJS='' LIBPTHREAD='-pthread' LIBS='-lz ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LINUX_INPUT_FALSE='#' LINUX_INPUT_TRUE='' LINUX_JOYSTICK_FALSE='#' LINUX_JOYSTICK_TRUE='' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_AGE='0' LT_CURRENT='1' LT_RELEASE='2.3' LT_REVISION='0' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /var/tmp/portage/dev-games/clanlib-2.3.7/work/ClanLib-2.3.7/missing makeinfo' MANIFEST_TOOL=':' 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='clanlib' PACKAGE_BUGREPORT='' PACKAGE_NAME='ClanLib' PACKAGE_STRING='ClanLib 2.3.7' PACKAGE_TARNAME='clanlib' PACKAGE_URL='' PACKAGE_VERSION='2.3.7' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' VERSION='2.3.7' WIN32_FALSE='' WIN32_TRUE='#' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' 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' clanVorbis_CFLAGS='' clanVorbis_LIBS='-lvorbis' datadir='/usr/share' datarootdir='${prefix}/share' docdir='/usr/share/doc/clanlib-2.3.7' doxygen_exec='' dvidir='${docdir}' exec_prefix='${prefix}' extra_CFLAGS_clanApp='' extra_CFLAGS_clanCSSLayout='' extra_CFLAGS_clanCore=' -pthread -std=c++0x' extra_CFLAGS_clanDatabase='' extra_CFLAGS_clanDisplay='' extra_CFLAGS_clanGL1='' extra_CFLAGS_clanGL='' extra_CFLAGS_clanGUI='' extra_CFLAGS_clanMikMod='' extra_CFLAGS_clanNetwork='' extra_CFLAGS_clanRegExp='' extra_CFLAGS_clanSWRender='' extra_CFLAGS_clanSound='' extra_CFLAGS_clanSqlite='' extra_CFLAGS_clanVorbis='' extra_LIBS_clanApp='' extra_LIBS_clanCSSLayout='' extra_LIBS_clanCore='' extra_LIBS_clanDatabase='' extra_LIBS_clanDisplay=' -lX11 -lz -lpng -ljpeg -lfreetype -lfontconfig ' extra_LIBS_clanGL1=' -pthread -lGL ' extra_LIBS_clanGL=' -pthread -lGL -lXrender ' extra_LIBS_clanGUI='' extra_LIBS_clanMikMod='' extra_LIBS_clanNetwork='' extra_LIBS_clanRegExp=' -L/usr/lib64 -lpcre ' extra_LIBS_clanSWRender='' extra_LIBS_clanSound=' -lasound' extra_LIBS_clanSqlite='' extra_LIBS_clanVorbis='' 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-games/clanlib-2.3.7/work/ClanLib-2.3.7/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}' perl_exec='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' 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 "ClanLib" #define PACKAGE_TARNAME "clanlib" #define PACKAGE_VERSION "2.3.7" #define PACKAGE_STRING "ClanLib 2.3.7" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "clanlib" #define VERSION "2.3.7" #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 STDC_HEADERS 1 #define HAVE_UNISTD_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_KD_H 1 #define HAVE_SYS_VT_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_FSTAB_H 1 #define EXTERN___PROGNAME 1 #define HAVE_WCSCASECMP 1 #define HAVE_TLS 1 #define HAVE_LIBZ 1 #define HAVE_LINUX_JOYSTICK_H 1 #define HAVE_LINUX_INPUT_H 1 #define HAVE_X11_EXTENSIONS_XRENDER_H 1 #define HAVE_GLX_GETPROCADDRESSARB 1 #define HAVE_GLX_GETPROCADDRESSARB 1 #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_ALSA_ASOUNDLIB_H 1 #define USE_GETADDR 1 configure: exit 0