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 0.8.1, which was generated by GNU Autoconf 2.59. 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 --disable-dependency-tracking --libdir=/usr/lib64 --enable-dyn --enable-clanNetwork --disable-dependency-tracking --disable-asm386 --disable-docs --enable-clanGL --disable-clanSDL --disable-clanVorbis --disable-clanMikMod --enable-getaddr --disable-static ## --------- ## ## Platform. ## ## --------- ## hostname = mr-fox uname -m = x86_64 uname -r = 4.7.6-hardened uname -s = Linux uname -v = #1 SMP Sat Oct 1 18:53:58 CEST 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 hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.4/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: /opt/nvidia-cg-toolkit/bin PATH: /opt/tivoli/tsm/client/ba/bin PATH: /opt/ekopath/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1459: 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:1598: checking build system type configure:1616: result: x86_64-pc-linux-gnu configure:1624: checking host system type configure:1638: result: x86_64-pc-linux-gnu configure:1646: checking target system type configure:1660: result: x86_64-pc-linux-gnu configure:1688: checking for a BSD-compatible install configure:1743: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c configure:1754: checking whether build environment is sane configure:1797: result: yes configure:1862: checking for gawk configure:1878: found /usr/bin/gawk configure:1888: result: gawk configure:1898: checking whether make sets $(MAKE) configure:1918: result: yes configure:2137: checking for x86_64-pc-linux-gnu-g++ configure:2153: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:2163: result: x86_64-pc-linux-gnu-g++ configure:2221: checking for C++ compiler version configure:2224: x86_64-pc-linux-gnu-g++ --version &5 x86_64-pc-linux-gnu-g++ (Gentoo Hardened 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:2227: $? = 0 configure:2229: 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++ --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 Hardened 6.2.0-r1 p1.1' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=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 --disable-libquadmath --enable-lto --without-isl --disable-libsanitizer --disable-default-pie --enable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo Hardened 6.2.0-r1 p1.1) configure:2232: $? = 0 configure:2234: 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:2237: $? = 1 configure:2260: checking for C++ compiler default output file name configure:2263: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:2266: $? = 0 configure:2312: result: a.out configure:2317: checking whether the C++ compiler works configure:2323: ./a.out configure:2326: $? = 0 configure:2343: result: yes configure:2350: checking whether we are cross compiling configure:2352: result: no configure:2355: checking for suffix of executables configure:2357: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:2360: $? = 0 configure:2385: result: configure:2391: checking for suffix of object files configure:2412: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:2415: $? = 0 configure:2437: result: o configure:2441: checking whether we are using the GNU C++ compiler configure:2465: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:2471: $? = 0 configure:2474: test -z || test ! -s conftest.err configure:2477: $? = 0 configure:2480: test -s conftest.o configure:2483: $? = 0 configure:2496: result: yes configure:2502: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:2523: x86_64-pc-linux-gnu-g++ -c -g conftest.cc >&5 configure:2529: $? = 0 configure:2532: test -z || test ! -s conftest.err configure:2535: $? = 0 configure:2538: test -s conftest.o configure:2541: $? = 0 configure:2552: result: yes configure:2594: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:2600: $? = 0 configure:2603: test -z || test ! -s conftest.err configure:2606: $? = 0 configure:2609: test -s conftest.o configure:2612: $? = 0 configure:2638: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15:9: error: 'exit' was not declared in this scope exit (42); ^ configure:2644: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "0.8.1" | #define PACKAGE_STRING "ClanLib 0.8.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "clanlib" | #define VERSION "0.8.1" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2594: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:2600: $? = 0 configure:2603: test -z || test ! -s conftest.err configure:2606: $? = 0 configure:2609: test -s conftest.o configure:2612: $? = 0 configure:2638: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:2644: $? = 0 configure:2647: test -z || test ! -s conftest.err configure:2650: $? = 0 configure:2653: test -s conftest.o configure:2656: $? = 0 configure:2690: checking for style of include used by make configure:2718: result: GNU configure:2746: checking dependency style of x86_64-pc-linux-gnu-g++ configure:2836: result: none configure:2861: checking for x86_64-pc-linux-gnu-gcc configure:2877: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:2887: result: x86_64-pc-linux-gnu-gcc configure:3169: checking for C compiler version configure:3172: x86_64-pc-linux-gnu-gcc --version &5 x86_64-pc-linux-gnu-gcc (Gentoo Hardened 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:3175: $? = 0 configure:3177: 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++ --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 Hardened 6.2.0-r1 p1.1' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=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 --disable-libquadmath --enable-lto --without-isl --disable-libsanitizer --disable-default-pie --enable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo Hardened 6.2.0-r1 p1.1) configure:3180: $? = 0 configure:3182: 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:3185: $? = 1 configure:3188: checking whether we are using the GNU C compiler configure:3212: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3218: $? = 0 configure:3221: test -z || test ! -s conftest.err configure:3224: $? = 0 configure:3227: test -s conftest.o configure:3230: $? = 0 configure:3243: result: yes configure:3249: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3270: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3276: $? = 0 configure:3279: test -z || test ! -s conftest.err configure:3282: $? = 0 configure:3285: test -s conftest.o configure:3288: $? = 0 configure:3299: result: yes configure:3316: checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C configure:3386: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3392: $? = 0 configure:3395: test -z || test ! -s conftest.err configure:3398: $? = 0 configure:3401: test -s conftest.o configure:3404: $? = 0 configure:3422: result: none needed configure:3440: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^~~~~ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:3446: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3578: checking dependency style of x86_64-pc-linux-gnu-gcc configure:3668: result: none configure:3697: checking how to run the C preprocessor configure:3732: x86_64-pc-linux-gnu-gcc -E conftest.c configure:3738: $? = 0 configure:3770: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3776: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "0.8.1" | #define PACKAGE_STRING "ClanLib 0.8.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "clanlib" | #define VERSION "0.8.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:3815: result: x86_64-pc-linux-gnu-gcc -E configure:3839: x86_64-pc-linux-gnu-gcc -E conftest.c configure:3845: $? = 0 configure:3877: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3883: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "0.8.1" | #define PACKAGE_STRING "ClanLib 0.8.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "clanlib" | #define VERSION "0.8.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:3939: checking for a BSD-compatible install configure:3994: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c configure:4077: checking for a sed that does not truncate output configure:4131: result: /bin/sed configure:4134: checking for egrep configure:4144: result: grep -E configure:4160: checking for ld used by x86_64-pc-linux-gnu-gcc configure:4227: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:4236: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:4251: result: yes configure:4256: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:4263: result: -r configure:4281: checking for BSD-compatible nm configure:4330: result: /usr/bin/nm -B configure:4334: checking whether ln -s works configure:4338: result: yes configure:4345: checking how to recognise dependent libraries configure:4521: result: pass_all configure:4609: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4612: $? = 0 configure:4753: checking for ANSI C header files configure:4778: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4784: $? = 0 configure:4787: test -z || test ! -s conftest.err configure:4790: $? = 0 configure:4793: test -s conftest.o configure:4796: $? = 0 configure:4885: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c: In function 'main': conftest.c:31:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^~~~ conftest.c:31:7: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:31:7: note: include '' or provide a declaration of 'exit' conftest.c:32:3: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ conftest.c:32:3: note: include '' or provide a declaration of 'exit' configure:4888: $? = 0 configure:4890: ./conftest configure:4893: $? = 0 configure:4908: result: yes configure:4932: checking for sys/types.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for sys/stat.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for stdlib.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for string.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for memory.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for strings.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for inttypes.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for stdint.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:4932: checking for unistd.h configure:4948: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4954: $? = 0 configure:4957: test -z || test ! -s conftest.err configure:4960: $? = 0 configure:4963: test -s conftest.o configure:4966: $? = 0 configure:4977: result: yes configure:5003: checking dlfcn.h usability configure:5015: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5021: $? = 0 configure:5024: test -z || test ! -s conftest.err configure:5027: $? = 0 configure:5030: test -s conftest.o configure:5033: $? = 0 configure:5043: result: yes configure:5047: checking dlfcn.h presence configure:5057: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5063: $? = 0 configure:5083: result: yes configure:5118: checking for dlfcn.h configure:5125: result: yes configure:5148: checking how to run the C++ preprocessor configure:5179: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:5185: $? = 0 configure:5217: x86_64-pc-linux-gnu-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5223: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "0.8.1" | #define PACKAGE_STRING "ClanLib 0.8.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "clanlib" | #define VERSION "0.8.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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 | /* end confdefs.h. */ | #include configure:5262: result: x86_64-pc-linux-gnu-g++ -E configure:5286: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:5292: $? = 0 configure:5324: x86_64-pc-linux-gnu-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5330: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "0.8.1" | #define PACKAGE_STRING "ClanLib 0.8.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "clanlib" | #define VERSION "0.8.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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 | /* end confdefs.h. */ | #include configure:5385: checking for x86_64-pc-linux-gnu-g77 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-f77 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-xlf configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-frt configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-pgf77 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-fort77 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-fl32 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-af77 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-f90 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-xlf90 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-pgf90 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-epcf90 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-f95 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-fort configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-xlf95 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-ifc configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-efc configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-pgf95 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-lf95 configure:5414: result: no configure:5385: checking for x86_64-pc-linux-gnu-gfortran configure:5414: result: no configure:5427: checking for g77 configure:5456: result: no configure:5427: checking for f77 configure:5456: result: no configure:5427: checking for xlf configure:5456: result: no configure:5427: checking for frt configure:5456: result: no configure:5427: checking for pgf77 configure:5456: result: no configure:5427: checking for fort77 configure:5456: result: no configure:5427: checking for fl32 configure:5456: result: no configure:5427: checking for af77 configure:5456: result: no configure:5427: checking for f90 configure:5456: result: no configure:5427: checking for xlf90 configure:5456: result: no configure:5427: checking for pgf90 configure:5456: result: no configure:5427: checking for epcf90 configure:5456: result: no configure:5427: checking for f95 configure:5456: result: no configure:5427: checking for fort configure:5456: result: no configure:5427: checking for xlf95 configure:5456: result: no configure:5427: checking for ifc configure:5456: result: no configure:5427: checking for efc configure:5456: result: no configure:5427: checking for pgf95 configure:5456: result: no configure:5427: checking for lf95 configure:5456: result: no configure:5427: checking for gfortran configure:5456: result: no configure:5468: checking for Fortran 77 compiler version configure:5471: --version &5 ./configure: line 5472: --version: command not found configure:5474: $? = 127 configure:5476: -v &5 ./configure: line 5477: -v: command not found configure:5479: $? = 127 configure:5481: -V &5 ./configure: line 5482: -V: command not found configure:5484: $? = 127 configure:5492: checking whether we are using the GNU Fortran 77 compiler configure:5506: -c -O2 -pipe conftest.F >&5 ./configure: line 5507: -c: command not found configure:5512: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5537: result: no configure:5543: checking whether accepts -g configure:5555: -c -g conftest.f >&5 ./configure: line 5556: -c: command not found configure:5561: $? = 127 configure: failed program was: | program main | | end configure:5585: result: no configure:5615: checking the maximum length of command line arguments configure:5724: result: 32768 configure:5735: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:5840: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5843: $? = 0 configure:5847: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5850: $? = 0 configure:5902: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:5905: $? = 0 configure:5943: result: ok configure:5947: checking for objdir configure:5962: result: .libs configure:6014: checking for x86_64-pc-linux-gnu-ar configure:6030: found /usr/bin/x86_64-pc-linux-gnu-ar configure:6040: result: x86_64-pc-linux-gnu-ar configure:6094: checking for x86_64-pc-linux-gnu-ranlib configure:6110: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:6120: result: x86_64-pc-linux-gnu-ranlib configure:6174: checking for x86_64-pc-linux-gnu-strip configure:6190: found /usr/bin/x86_64-pc-linux-gnu-strip configure:6200: result: x86_64-pc-linux-gnu-strip configure:6511: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:6529: 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:6533: $? = 0 configure:6546: result: no configure:6561: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:6771: result: -fPIC configure:6779: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works configure:6797: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC conftest.c >&5 configure:6801: $? = 0 configure:6814: result: yes configure:6842: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:6870: result: yes configure:6880: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:6901: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:6905: $? = 0 configure:6927: result: yes configure:6953: 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:7919: result: yes configure:7940: checking whether -lc should be explicitly linked in configure:7945: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:7948: $? = 0 configure:7963: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7966: $? = 0 configure:7978: result: no configure:7986: checking dynamic linker characteristics configure:8586: result: GNU/Linux ld.so configure:8595: checking how to hardcode library paths into programs configure:8620: result: immediate configure:8634: checking whether stripping libraries is possible configure:8639: result: yes configure:9466: checking if libtool supports shared libraries configure:9468: result: yes configure:9471: checking whether to build shared libraries configure:9492: result: yes configure:9495: checking whether to build static libraries configure:9499: result: no configure:9591: creating libtool configure:10179: checking for ld used by x86_64-pc-linux-gnu-g++ configure:10246: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:10255: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:10270: result: yes configure:10321: 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:11257: result: yes configure:11275: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 configure:11278: $? = 0 configure:11397: checking for x86_64-pc-linux-gnu-g++ option to produce PIC configure:11671: result: -fPIC configure:11679: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works configure:11697: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC conftest.cpp >&5 configure:11701: $? = 0 configure:11714: result: yes configure:11742: checking if x86_64-pc-linux-gnu-g++ static flag -static works configure:11770: result: yes configure:11780: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:11801: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -o out/conftest2.o conftest.cpp >&5 configure:11805: $? = 0 configure:11827: result: yes configure:11853: 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:11884: result: yes configure:11951: checking dynamic linker characteristics configure:12551: result: GNU/Linux ld.so configure:12560: checking how to hardcode library paths into programs configure:12585: result: immediate configure:18785: checking for pkg-config configure:18803: found /usr/bin/pkg-config configure:18816: result: /usr/bin/pkg-config configure:18945: checking for unistd.h configure:18950: result: yes configure:18954: checking fcntl.h usability configure:18966: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:18972: $? = 0 configure:18975: test -z || test ! -s conftest.err configure:18978: $? = 0 configure:18981: test -s conftest.o configure:18984: $? = 0 configure:18994: result: yes configure:18998: checking fcntl.h presence configure:19008: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:19014: $? = 0 configure:19034: result: yes configure:19069: checking for fcntl.h configure:19076: result: yes configure:18954: checking sys/kd.h usability configure:18966: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:18972: $? = 0 configure:18975: test -z || test ! -s conftest.err configure:18978: $? = 0 configure:18981: test -s conftest.o configure:18984: $? = 0 configure:18994: result: yes configure:18998: checking sys/kd.h presence configure:19008: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:19014: $? = 0 configure:19034: result: yes configure:19069: checking for sys/kd.h configure:19076: result: yes configure:18954: checking sys/vt.h usability configure:18966: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:18972: $? = 0 configure:18975: test -z || test ! -s conftest.err configure:18978: $? = 0 configure:18981: test -s conftest.o configure:18984: $? = 0 configure:18994: result: yes configure:18998: checking sys/vt.h presence configure:19008: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:19014: $? = 0 configure:19034: result: yes configure:19069: checking for sys/vt.h configure:19076: result: yes configure:19110: checking for i386 configure:19121: result: no configure:19126: checking for i386 assembly support configure:19143: result: disabled configure:19166: checking for dynamic loading support configure:19179: result: enabled configure:19216: checking libgen.h usability configure:19228: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:19234: $? = 0 configure:19237: test -z || test ! -s conftest.err configure:19240: $? = 0 configure:19243: test -s conftest.o configure:19246: $? = 0 configure:19256: result: yes configure:19260: checking libgen.h presence configure:19270: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:19276: $? = 0 configure:19296: result: yes configure:19331: checking for libgen.h configure:19338: result: yes configure:19345: checking for sys/types.h configure:19350: result: yes configure:19492: checking sys/ipc.h usability configure:19504: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:19510: $? = 0 configure:19513: test -z || test ! -s conftest.err configure:19516: $? = 0 configure:19519: test -s conftest.o configure:19522: $? = 0 configure:19532: result: yes configure:19536: checking sys/ipc.h presence configure:19546: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:19552: $? = 0 configure:19572: result: yes configure:19607: checking for sys/ipc.h configure:19614: result: yes configure:19630: checking sys/shm.h usability configure:19642: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:19648: $? = 0 configure:19651: test -z || test ! -s conftest.err configure:19654: $? = 0 configure:19657: test -s conftest.o configure:19660: $? = 0 configure:19670: result: yes configure:19674: checking sys/shm.h presence configure:19684: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:19690: $? = 0 configure:19710: result: yes configure:19745: checking for sys/shm.h configure:19752: result: yes configure:19768: checking fstab.h usability configure:19780: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:19786: $? = 0 configure:19789: test -z || test ! -s conftest.err configure:19792: $? = 0 configure:19795: test -s conftest.o configure:19798: $? = 0 configure:19808: result: yes configure:19812: checking fstab.h presence configure:19822: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:19828: $? = 0 configure:19848: result: yes configure:19883: checking for fstab.h configure:19890: result: yes configure:19920: checking for pthread_create in -lpthread configure:19950: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lpthread >&5 configure:19956: $? = 0 configure:19959: test -z || test ! -s conftest.err configure:19962: $? = 0 configure:19965: test -s conftest configure:19968: $? = 0 configure:19981: result: yes configure:19994: checking for main in -lz configure:20018: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lz >&5 configure:20024: $? = 0 configure:20027: test -z || test ! -s conftest.err configure:20030: $? = 0 configure:20033: test -s conftest configure:20036: $? = 0 configure:20049: result: yes configure:20069: checking whether we should try to build documentation configure:20078: result: no configure:20081: checking whether we should try to build clanDisplay configure:20090: result: auto configure:20093: checking whether we should try to build clanSDL configure:20102: result: no configure:20105: checking whether we should try to build clanGL configure:20114: result: yes configure:20117: checking whether we should try to build clanSound configure:20126: result: auto configure:20129: checking whether we should try to build clanNetwork configure:20138: result: yes configure:20141: checking whether we should try to build clanGUI configure:20150: result: auto configure:20153: checking whether we should try to build clanMikMod configure:20162: result: no configure:20165: checking whether we should try to build clanVorbis configure:20174: result: no configure:20182: checking for png configure:20223: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lz -lpng >&5 configure:20226: $? = 0 configure:20228: ./conftest configure:20231: $? = 0 configure:20244: result: yes configure:20262: checking for jpeg configure:20303: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -ljpeg >&5 configure:20306: $? = 0 configure:20308: ./conftest configure:20311: $? = 0 configure:20324: result: yes configure:20518: checking for X configure:20624: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:20630: $? = 0 configure:20752: result: libraries /usr/lib64, headers in standard search path configure:21163: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lz -L/usr/lib64 -lX11 >&5 configure:21169: $? = 0 configure:21172: test -z || test ! -s conftest.err configure:21175: $? = 0 configure:21178: test -s conftest configure:21181: $? = 0 configure:21337: checking for gethostbyname configure:21394: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lz >&5 configure:21400: $? = 0 configure:21403: test -z || test ! -s conftest.err configure:21406: $? = 0 configure:21409: test -s conftest configure:21412: $? = 0 configure:21424: result: yes configure:21573: checking for connect configure:21630: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lz >&5 configure:21636: $? = 0 configure:21639: test -z || test ! -s conftest.err configure:21642: $? = 0 configure:21645: test -s conftest configure:21648: $? = 0 configure:21660: result: yes configure:21734: checking for remove configure:21791: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lz >&5 configure:21797: $? = 0 configure:21800: test -z || test ! -s conftest.err configure:21803: $? = 0 configure:21806: test -s conftest configure:21809: $? = 0 configure:21821: result: yes configure:21895: checking for shmat configure:21952: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cc -lz >&5 configure:21958: $? = 0 configure:21961: test -z || test ! -s conftest.err configure:21964: $? = 0 configure:21967: test -s conftest configure:21970: $? = 0 configure:21982: result: yes configure:22065: checking for IceConnectionNumber in -lICE configure:22095: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.cc -lICE -lz >&5 configure:22101: $? = 0 configure:22104: test -z || test ! -s conftest.err configure:22107: $? = 0 configure:22110: test -s conftest configure:22113: $? = 0 configure:22126: result: yes configure:22158: checking for library containing XF86VidModeQueryExtension configure:22188: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.cc >&5 /var/tmp/portage/dev-games/clanlib-0.8.1/temp/cc7CSDjG.o: In function `main': conftest.cc:(.text.startup+0x24): undefined reference to `XF86VidModeQueryExtension' collect2: error: ld returned 1 exit status configure:22194: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "0.8.1" | #define PACKAGE_STRING "ClanLib 0.8.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "clanlib" | #define VERSION "0.8.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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 HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define USE_DYN 1 | #define HAVE_FSTAB_H 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XF86VidModeQueryExtension (); | int | main () | { | XF86VidModeQueryExtension (); | ; | return 0; | } configure:22242: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.cc -lXxf86vm_pic -L/usr/lib64 >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lXxf86vm_pic collect2: error: ld returned 1 exit status configure:22248: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ClanLib" | #define PACKAGE_TARNAME "clanlib" | #define PACKAGE_VERSION "0.8.1" | #define PACKAGE_STRING "ClanLib 0.8.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "clanlib" | #define VERSION "0.8.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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 HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_KD_H 1 | #define HAVE_SYS_VT_H 1 | #define USE_DYN 1 | #define HAVE_FSTAB_H 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XF86VidModeQueryExtension (); | int | main () | { | XF86VidModeQueryExtension (); | ; | return 0; | } configure:22242: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.cc -lXxf86vm -L/usr/lib64 >&5 configure:22248: $? = 0 configure:22251: test -z || test ! -s conftest.err configure:22254: $? = 0 configure:22257: test -s conftest configure:22260: $? = 0 configure:22275: result: -lXxf86vm configure:22781: checking for GL configure:22822: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.cc -lGLU -lpthread -lGL >&5 configure:22825: $? = 0 configure:22827: ./conftest configure:22830: $? = 0 configure:22843: result: yes configure:22861: checking for XListInputDevices in -lXi configure:22891: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.cc -lXi -lz >&5 configure:22897: $? = 0 configure:22900: test -z || test ! -s conftest.err configure:22903: $? = 0 configure:22906: test -s conftest configure:22909: $? = 0 configure:22922: result: yes configure:22940: checking whether glx.h defines glXGetProcAddressARB configure:22959: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:22965: $? = 0 configure:22968: test -z || test ! -s conftest.err configure:22971: $? = 0 configure:22974: test -s conftest.o configure:22977: $? = 0 configure:22987: result: yes configure:23131: checking sys/soundcard.h usability configure:23143: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:23149: $? = 0 configure:23152: test -z || test ! -s conftest.err configure:23155: $? = 0 configure:23158: test -s conftest.o configure:23161: $? = 0 configure:23171: result: yes configure:23175: checking sys/soundcard.h presence configure:23185: x86_64-pc-linux-gnu-g++ -E conftest.cc configure:23191: $? = 0 configure:23211: result: yes configure:23246: checking for sys/soundcard.h configure:23253: result: yes configure:23366: checking for x86_64-pc-linux-gnu-pkg-config configure:23396: result: /usr/bin/pkg-config configure:23453: checking pkg-config is at least version 0.9.0 configure:23456: result: yes configure:23467: checking for clanVorbis configure:23475: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0" configure:23478: $? = 0 configure:23493: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0" configure:23496: $? = 0 configure:23692: result: yes configure:23814: checking for getaddrinfo configure:23871: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -L/usr/lib64 conftest.cc -lz >&5 configure:23877: $? = 0 configure:23880: test -z || test ! -s conftest.err configure:23883: $? = 0 configure:23886: test -s conftest configure:23889: $? = 0 configure:23901: result: yes configure:23908: checking for GetAddr (ipv6) support configure:23921: result: enabled configure:24208: checking if documentation should be generated configure:24209: result: no configure:24235: checking for debug mode configure:24250: result: disabled configure:24255: checking for profile mode configure:24270: result: disabled configure:24275: checking for maintainer mode configure:24290: result: disabled configure:24458: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ClanLib config.status 0.8.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on mr-fox config.status:854: creating Sources/Core/Makefile config.status:854: creating pkgconfig/clanCore.pc config.status:854: creating Sources/Signals/Makefile config.status:854: creating pkgconfig/clanSignals.pc config.status:854: creating Sources/Display/Makefile config.status:854: creating pkgconfig/clanDisplay.pc config.status:854: creating Sources/Sound/Makefile config.status:854: creating pkgconfig/clanSound.pc config.status:854: creating Sources/GL/Makefile config.status:854: creating pkgconfig/clanGL.pc config.status:854: creating Sources/GUI/Makefile config.status:854: creating pkgconfig/clanGUI.pc config.status:854: creating Sources/GUIStyleSilver/Makefile config.status:854: creating pkgconfig/clanGUIStyleSilver.pc config.status:854: creating Sources/Network/Makefile config.status:854: creating pkgconfig/clanNetwork.pc config.status:854: creating pkgconfig/clanApp.pc config.status:854: creating pkgconfig/Makefile config.status:854: creating Makefile config.status:854: creating Examples/Makefile config.status:854: creating Examples/Makefile.conf config.status:854: creating Setup/Makefile config.status:854: creating Sources/API/Makefile config.status:854: creating Sources/Application/Makefile config.status:854: creating Sources/Makefile config.status:854: creating Tests/Makefile.conf config.status:1005: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_build_alias=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_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='-march=native -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set=set ac_cv_env_FFLAGS_value='-O2 -pipe' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' 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_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_exeext= ac_cv_f77_compiler_gnu=no 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_have_x='have_x=yes ac_x_includes= ac_x_libraries=/usr/lib64' 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_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_kd_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_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_host_alias=x86_64-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xi_XListInputDevices=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_z_main=yes ac_cv_objext=o ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' 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_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_search_XF86VidModeQueryExtension=-lXxf86vm ac_cv_target=x86_64-pc-linux-gnu ac_cv_target_alias=x86_64-pc-linux-gnu am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none 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_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/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' pkg_cv_clanVorbis_CFLAGS= pkg_cv_clanVorbis_LIBS=-lvorbis ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/dev-games/clanlib-0.8.1/work/ClanLib-0.8.1/missing --run aclocal-1.9' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /var/tmp/portage/dev-games/clanlib-0.8.1/work/ClanLib-0.8.1/missing --run tar' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='${SHELL} /var/tmp/portage/dev-games/clanlib-0.8.1/work/ClanLib-0.8.1/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/dev-games/clanlib-0.8.1/work/ClanLib-0.8.1/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/dev-games/clanlib-0.8.1/work/ClanLib-0.8.1/missing --run automake-1.9' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CCAS='x86_64-pc-linux-gnu-gcc' CCASFLAGS='-march=native -O2 -pipe' CCDEPMODE='depmode=none' CFLAGS='-march=native -O2 -pipe' CLANLIB_MAJOR_VERSION='0' CLANLIB_MICRO_VERSION='1' CLANLIB_MINOR_VERSION='8' CLANLIB_VERSION='0.8.1' 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='-march=native -O2 -pipe -I$(top_srcdir)/Sources' CYGPATH_W='echo' ClanLib_API_Modules=' $(clanApp_includes) $(clanCore_includes) $(clanSignals_includes) $(clanDisplay_includes) $(clanSound_includes) $(clanGL_includes) $(clanGUI_includes) $(clanGUIStyleSilver_includes) $(clanNetwork_includes)' ClanLib_Examples='Directory Minimum Resources ResourcesCustom Signals ThreadSync XML Zip SoundFilters SoundBuffer StreamSoundProvider PlayCD AdventureScene Basic2D Canvas DisplayModes Font GLCube GLFog GlyphBuffer InitDisplay Joystick MousePoll MouseSignal Pacman ShadowOfTheBeast Surface SpritesRTS ScreenShot Time GLGUICube GUISimple GUILayout GUITreeView GUIWindow GUIInputDialog GUIScript GUIStyle PilotsPuzzle NetChannel NetFTP IRCBot CTalk UDPTunnel' ClanLib_Modules='Application Core Signals Display Sound GL GUI GUIStyleSilver Network' ClanLib_add_docs='' ClanLib_docs='' ClanLib_pkgconfig='clanApp.pc clanCore.pc clanSignals.pc clanDisplay.pc clanSound.pc clanGL.pc clanGUI.pc clanGUIStyleSilver.pc clanNetwork.pc' DEFS='-DPACKAGE_NAME=\"ClanLib\" -DPACKAGE_TARNAME=\"clanlib\" -DPACKAGE_VERSION=\"0.8.1\" -DPACKAGE_STRING=\"ClanLib\ 0.8.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clanlib\" -DVERSION=\"0.8.1\" -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 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_KD_H=1 -DHAVE_SYS_VT_H=1 -DUSE_DYN=1 -DHAVE_FSTAB_H=1 -DHAVE_LIBZ=1 -DHAVE_GLX_GETPROCADDRESSARB=1 -DUSE_GETADDR=1 ' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='' FFLAGS='-O2 -pipe' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' Kavanek_Tutorial_HTML='' LDFLAGS='-Wl,-O1 -Wl,--as-needed -L/usr/lib64' LIBOBJS='' LIBPTHREAD='-lpthread' LIBS='-lz ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_AGE='0' LT_CURRENT='1' LT_RELEASE='0.8' LT_REVISION='0' MAKEINFO='${SHELL} /var/tmp/portage/dev-games/clanlib-0.8.1/work/ClanLib-0.8.1/missing --run makeinfo' OBJEXT='o' PACKAGE='clanlib' PACKAGE_BUGREPORT='' PACKAGE_NAME='ClanLib' PACKAGE_STRING='ClanLib 0.8.1' PACKAGE_TARNAME='clanlib' PACKAGE_VERSION='0.8.1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' RANLIB='x86_64-pc-linux-gnu-ranlib' SDL_CFLAGS='' SDL_CONFIG='' SDL_LIBS='' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' VERSION='0.8.1' WIN32_FALSE='' WIN32_TRUE='#' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS=' -L/usr/lib64 -lXxf86vm ' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='' ac_ct_RANLIB='' ac_ct_STRIP='' ac_pt_PKG_CONFIG='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} 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' clanSound_extra_objects='' clanVorbis_CFLAGS='' clanVorbis_LIBS='-lvorbis' datadir='/usr/share' directfb_cflags='' directfb_libs='' disp_directfb='' exec_prefix='${prefix}' extra_CFLAGS_clanApp='' extra_CFLAGS_clanCore='' extra_CFLAGS_clanDisplay='' extra_CFLAGS_clanGL='' extra_CFLAGS_clanGUI='' extra_CFLAGS_clanMikMod='' extra_CFLAGS_clanNetwork='' extra_CFLAGS_clanSDL='' extra_CFLAGS_clanSignals='' extra_CFLAGS_clanSound='' extra_CFLAGS_clanVorbis='' extra_LIBS_clanApp='' extra_LIBS_clanCore='' extra_LIBS_clanDisplay='' extra_LIBS_clanGL='' extra_LIBS_clanGUI='' extra_LIBS_clanMikMod='' extra_LIBS_clanNetwork='' extra_LIBS_clanSDL='' extra_LIBS_clanSignals='' extra_LIBS_clanSound='' extra_LIBS_clanVorbis='' extra_includes='' extra_libraries='' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/tmp/portage/dev-games/clanlib-0.8.1/work/ClanLib-0.8.1/install-sh' js_cflags='' js_defs='' js_libs='' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' libs='' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='mkdir -p --' objf_nondyn='' oldincludedir='/usr/include' perl_exec='' prefix='/usr' program_transform_name='s,x,x,' 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' xslt_exec='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FSTAB_H 1 #define HAVE_GLX_GETPROCADDRESSARB 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBZ 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_KD_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_VT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "clanlib" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "ClanLib" #define PACKAGE_STRING "ClanLib 0.8.1" #define PACKAGE_TARNAME "clanlib" #define PACKAGE_VERSION "0.8.1" #define STDC_HEADERS 1 #define USE_DYN 1 #define USE_GETADDR 1 #define VERSION "0.8.1" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0