This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cairo configure 1.12.16, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib32 --disable-silent-rules --disable-dependency-tracking --disable-dependency-tracking --with-x --enable-tee --enable-xlib --enable-xlib-xrender --disable-quartz --disable-quartz-image --disable-test-surfaces --disable-drm --disable-directfb --disable-gallium --disable-glesv2 --enable-gobject --disable-lto --disable-vg --enable-gl --disable-qt --disable-static --enable-svg --disable-valgrind --enable-xcb --enable-xcb-shm --disable-xlib-xcb --enable-ft --enable-pdf --enable-png --enable-ps --enable-svg --disable-directfb --disable-qt ## --------- ## ## Platform. ## ## --------- ## hostname = rocky uname -m = x86_64 uname -r = 3.10.17-gentoo-rocky_fglrx uname -s = Linux uname -v = #1 SMP Sun Dec 22 15:02:25 GMT 2013 /usr/bin/uname -p = AMD A8-3850 APU with Radeon(tm) HD Graphics /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.8.2 PATH: /opt/vmware/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3030: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:3164: checking for i686-pc-linux-gnu-gcc configure:3191: result: x86_64-pc-linux-gnu-gcc -m32 configure:3460: checking for C compiler version configure:3469: x86_64-pc-linux-gnu-gcc -m32 --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 Copyright (C) 2013 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:3480: $? = 0 configure:3469: x86_64-pc-linux-gnu-gcc -m32 -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.3r1, pie-0.5.8r1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --disable-isl-version-check Thread model: posix gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) configure:3480: $? = 0 configure:3469: x86_64-pc-linux-gnu-gcc -m32 -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:3480: $? = 1 configure:3469: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3480: $? = 1 configure:3500: checking whether the C compiler works configure:3522: x86_64-pc-linux-gnu-gcc -m32 -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:3526: $? = 0 configure:3574: result: yes configure:3577: checking for C compiler default output file name configure:3579: result: a.out configure:3585: checking for suffix of executables configure:3592: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:3596: $? = 0 configure:3618: result: configure:3640: checking whether we are cross compiling configure:3648: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:3652: $? = 0 configure:3659: ./conftest configure:3663: $? = 0 configure:3678: result: no configure:3683: checking for suffix of object files configure:3705: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:3709: $? = 0 configure:3730: result: o configure:3734: checking whether we are using the GNU C compiler configure:3753: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:3753: $? = 0 configure:3762: result: yes configure:3771: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g configure:3791: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 configure:3791: $? = 0 configure:3832: result: yes configure:3849: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 configure:3912: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:3912: $? = 0 configure:3925: result: none needed configure:3951: checking how to run the C preprocessor configure:3982: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:3982: $? = 0 configure:3996: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3996: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | /* end confdefs.h. */ | #include configure:4021: result: x86_64-pc-linux-gnu-gcc -m32 -E configure:4041: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:4041: $? = 0 configure:4055: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4055: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | /* end confdefs.h. */ | #include configure:4084: checking for grep that handles long lines and -e configure:4142: result: /bin/grep configure:4147: checking for egrep configure:4209: result: /bin/grep -E configure:4214: checking for ANSI C header files configure:4234: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4234: $? = 0 configure:4307: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:4307: $? = 0 configure:4307: ./conftest configure:4307: $? = 0 configure:4318: result: yes configure:4331: checking for sys/types.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for sys/stat.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for stdlib.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for string.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for memory.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for strings.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for inttypes.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for stdint.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4331: checking for unistd.h configure:4331: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4331: $? = 0 configure:4331: result: yes configure:4344: checking minix/config.h usability configure:4344: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4344: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 | /* 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:4344: result: no configure:4344: checking minix/config.h presence configure:4344: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4344: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 | /* end confdefs.h. */ | #include configure:4344: result: no configure:4344: checking for minix/config.h configure:4344: result: no configure:4365: checking whether it is safe to define __EXTENSIONS__ configure:4383: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4383: $? = 0 configure:4390: result: yes configure:4411: checking for unistd.h configure:4411: result: yes configure:4411: checking sys/ioctl.h usability configure:4411: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:4411: $? = 0 configure:4411: result: yes configure:4411: checking sys/ioctl.h presence configure:4411: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:4411: $? = 0 configure:4411: result: yes configure:4411: checking for sys/ioctl.h configure:4411: result: yes configure:4438: checking for a BSD-compatible install configure:4506: result: /usr/bin/install -c configure:4517: checking whether build environment is sane configure:4572: result: yes configure:4723: checking for a thread-safe mkdir -p configure:4762: result: /bin/mkdir -p configure:4769: checking for gawk configure:4785: found /usr/bin/gawk configure:4796: result: gawk configure:4807: checking whether make sets $(MAKE) configure:4829: result: yes configure:4859: checking for style of include used by make configure:4887: result: GNU configure:4921: checking whether make supports nested variables configure:4938: result: yes configure:5014: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 configure:5125: result: none configure:5152: checking whether make supports nested variables configure:5169: result: yes configure:5212: checking build system type configure:5226: result: i686-pc-linux-gnu configure:5246: checking host system type configure:5259: result: i686-pc-linux-gnu configure:5300: checking how to print strings configure:5327: result: printf configure:5348: checking for a sed that does not truncate output configure:5412: result: /bin/sed configure:5430: checking for fgrep configure:5492: result: /bin/grep -F configure:5527: checking for ld used by x86_64-pc-linux-gnu-gcc -m32 configure:5594: result: /usr/bin/ld.bfd -m elf_i386 configure:5601: checking if the linker (/usr/bin/ld.bfd -m elf_i386) is GNU ld configure:5616: result: yes configure:5628: checking for BSD- or MS-compatible name lister (nm) configure:5677: result: /usr/bin/i686-pc-linux-gnu-nm -B configure:5807: checking the name lister (/usr/bin/i686-pc-linux-gnu-nm -B) interface configure:5814: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:5817: /usr/bin/i686-pc-linux-gnu-nm -B "conftest.o" configure:5820: output 00000001 C __gnu_lto_v1 00000000 B some_variable configure:5827: result: BSD nm configure:5830: checking whether ln -s works configure:5834: result: yes configure:5842: checking the maximum length of command line arguments configure:5972: result: 1572864 configure:5989: checking whether the shell understands some XSI constructs configure:5999: result: yes configure:6003: checking whether the shell understands "+=" configure:6009: result: yes configure:6044: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format configure:6084: result: func_convert_file_noop configure:6091: checking how to convert i686-pc-linux-gnu file names to toolchain format configure:6111: result: func_convert_file_noop configure:6118: checking for /usr/bin/ld.bfd -m elf_i386 option to reload object files configure:6125: result: -r configure:6159: checking for i686-pc-linux-gnu-objdump configure:6175: found /usr/bin/i686-pc-linux-gnu-objdump configure:6186: result: i686-pc-linux-gnu-objdump configure:6255: checking how to recognize dependent libraries configure:6457: result: pass_all configure:6502: checking for i686-pc-linux-gnu-dlltool configure:6532: result: no configure:6542: checking for dlltool configure:6572: result: no configure:6599: checking how to associate runtime and link libraries configure:6626: result: printf %s\n configure:6642: checking for i686-pc-linux-gnu-ar configure:6658: found /usr/bin/i686-pc-linux-gnu-ar configure:6669: result: i686-pc-linux-gnu-ar configure:6750: checking for archiver @FILE support configure:6767: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:6767: $? = 0 configure:6770: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:6773: $? = 0 configure:6778: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 i686-pc-linux-gnu-ar: conftest.o: No such file or directory configure:6781: $? = 1 configure:6793: result: @ configure:6811: checking for i686-pc-linux-gnu-strip configure:6827: found /usr/bin/i686-pc-linux-gnu-strip configure:6838: result: i686-pc-linux-gnu-strip configure:6910: checking for i686-pc-linux-gnu-ranlib configure:6926: found /usr/bin/i686-pc-linux-gnu-ranlib configure:6937: result: i686-pc-linux-gnu-ranlib configure:7079: checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc -m32 object configure:7199: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:7202: $? = 0 configure:7206: /usr/bin/i686-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:7209: $? = 0 configure:7275: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c conftstm.o >&5 configure:7278: $? = 0 configure:7316: result: ok configure:7353: checking for sysroot configure:7383: result: no configure:7599: checking for i686-pc-linux-gnu-mt configure:7629: result: no configure:7639: checking for mt configure:7669: result: no configure:7689: checking if : is a manifest tool configure:7695: : '-?' configure:7703: result: no configure:8342: checking for dlfcn.h configure:8342: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:8342: $? = 0 configure:8342: result: yes configure:8846: checking for objdir configure:8861: result: .libs configure:9132: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions configure:9150: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:9154: $? = 0 configure:9167: result: no configure:9494: checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC configure:9501: result: -fPIC -DPIC configure:9509: checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works configure:9527: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fPIC -DPIC -DPIC conftest.c >&5 configure:9531: $? = 0 configure:9544: result: yes configure:9573: checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works configure:9601: result: yes configure:9616: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o configure:9637: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -o out/conftest2.o conftest.c >&5 configure:9641: $? = 0 configure:9663: result: yes configure:9671: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o configure:9718: result: yes configure:9751: checking whether the x86_64-pc-linux-gnu-gcc -m32 linker (/usr/bin/ld.bfd -m elf_i386) supports shared libraries configure:10904: result: yes configure:10941: checking whether -lc should be explicitly linked in configure:10949: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:10952: $? = 0 configure:10967: x86_64-pc-linux-gnu-gcc -m32 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10970: $? = 0 configure:10984: result: no configure:11144: checking dynamic linker characteristics configure:11668: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11668: $? = 0 configure:11890: result: GNU/Linux ld.so configure:11997: checking how to hardcode library paths into programs configure:12022: result: immediate configure:12562: checking whether stripping libraries is possible configure:12567: result: yes configure:12602: checking if libtool supports shared libraries configure:12604: result: yes configure:12607: checking whether to build shared libraries configure:12628: result: yes configure:12631: checking whether to build static libraries configure:12635: result: no configure:12680: checking for i686-pc-linux-gnu-pkg-config configure:12698: found /usr/bin/i686-pc-linux-gnu-pkg-config configure:12710: result: /usr/bin/i686-pc-linux-gnu-pkg-config configure:12778: checking pkg-config is at least version 0.9.0 configure:12781: result: yes configure:12794: checking for gtk-doc configure:12797: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" configure:12800: $? = 0 configure:12806: result: yes configure:12820: checking for gtkdoc-check configure:12836: found /usr/bin/gtkdoc-check configure:12847: result: gtkdoc-check.test configure:12857: checking for gtkdoc-check configure:12875: found /usr/bin/gtkdoc-check configure:12887: result: /usr/bin/gtkdoc-check configure:12899: checking for gtkdoc-rebase configure:12917: found /usr/bin/gtkdoc-rebase configure:12929: result: /usr/bin/gtkdoc-rebase configure:12943: checking for gtkdoc-mkpdf configure:12961: found /usr/bin/gtkdoc-mkpdf configure:12973: result: /usr/bin/gtkdoc-mkpdf configure:13001: checking whether to build gtk-doc documentation configure:13003: result: no configure:13016: checking for GTKDOC_DEPS configure:13023: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" configure:13026: $? = 0 configure:13039: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" configure:13042: $? = 0 configure:13077: result: yes configure:13164: checking for special C compiler options needed for large files configure:13209: result: no configure:13215: checking for _FILE_OFFSET_BITS value needed for large files configure:13240: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c:34:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:34:3: warning: left shift count >= width of type [enabled by default] conftest.c:35:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:35:10: warning: left shift count >= width of type [enabled by default] conftest.c:34:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:13240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:13264: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:13264: $? = 0 configure:13272: result: 64 configure:13385: checking for find configure:13403: found /usr/bin/find configure:13415: result: /usr/bin/find configure:13425: checking for xargs configure:13443: found /usr/bin/xargs configure:13455: result: /usr/bin/xargs configure:13472: checking for i686-pc-linux-gnu-gcc configure:13499: result: x86_64-pc-linux-gnu-gcc -m32 configure:13768: checking for C compiler version configure:13777: x86_64-pc-linux-gnu-gcc -m32 --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 Copyright (C) 2013 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:13788: $? = 0 configure:13777: x86_64-pc-linux-gnu-gcc -m32 -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.3r1, pie-0.5.8r1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --disable-isl-version-check Thread model: posix gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) configure:13788: $? = 0 configure:13777: x86_64-pc-linux-gnu-gcc -m32 -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:13788: $? = 1 configure:13777: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:13788: $? = 1 configure:13792: checking whether we are using the GNU C compiler configure:13820: result: yes configure:13829: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g configure:13890: result: yes configure:13907: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 configure:13983: result: none needed configure:14008: checking how to run the C preprocessor configure:14078: result: x86_64-pc-linux-gnu-gcc -m32 -E configure:14098: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:14098: $? = 0 configure:14112: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:29:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:14112: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:14252: checking for C++ compiler version configure:14261: x86_64-pc-linux-gnu-g++ -m32 --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) 4.8.2 Copyright (C) 2013 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:14272: $? = 0 configure:14261: x86_64-pc-linux-gnu-g++ -m32 -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.3r1, pie-0.5.8r1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --disable-isl-version-check Thread model: posix gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1) configure:14272: $? = 0 configure:14261: x86_64-pc-linux-gnu-g++ -m32 -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:14272: $? = 1 configure:14261: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:14272: $? = 1 configure:14276: checking whether we are using the GNU C++ compiler configure:14295: x86_64-pc-linux-gnu-g++ -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.cpp >&5 configure:14295: $? = 0 configure:14304: result: yes configure:14313: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g configure:14333: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5 configure:14333: $? = 0 configure:14374: result: yes configure:14399: checking dependency style of x86_64-pc-linux-gnu-g++ -m32 configure:14510: result: none configure:14543: checking how to run the C++ preprocessor configure:14570: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp configure:14570: $? = 0 configure:14584: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:14584: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:14609: result: x86_64-pc-linux-gnu-g++ -m32 -E configure:14629: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp configure:14629: $? = 0 configure:14643: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:14643: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:14812: checking for ld used by x86_64-pc-linux-gnu-g++ -m32 configure:14879: result: /usr/bin/ld.bfd -m elf_i386 configure:14886: checking if the linker (/usr/bin/ld.bfd -m elf_i386) is GNU ld configure:14901: result: yes configure:14956: checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (/usr/bin/ld.bfd -m elf_i386) supports shared libraries configure:15961: result: yes configure:15997: x86_64-pc-linux-gnu-g++ -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.cpp >&5 configure:16000: $? = 0 configure:16520: checking for x86_64-pc-linux-gnu-g++ -m32 option to produce PIC configure:16527: result: -fPIC -DPIC configure:16535: checking if x86_64-pc-linux-gnu-g++ -m32 PIC flag -fPIC -DPIC works configure:16553: x86_64-pc-linux-gnu-g++ -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fPIC -DPIC -DPIC conftest.cpp >&5 configure:16557: $? = 0 configure:16570: result: yes configure:16593: checking if x86_64-pc-linux-gnu-g++ -m32 static flag -static works configure:16621: result: yes configure:16633: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o configure:16654: x86_64-pc-linux-gnu-g++ -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -o out/conftest2.o conftest.cpp >&5 configure:16658: $? = 0 configure:16680: result: yes configure:16685: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o configure:16732: result: yes configure:16762: checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (/usr/bin/ld.bfd -m elf_i386) supports shared libraries configure:16798: result: yes configure:16939: checking dynamic linker characteristics configure:17619: result: GNU/Linux ld.so configure:17672: checking how to hardcode library paths into programs configure:17697: result: immediate configure:17737: checking whether x86_64-pc-linux-gnu-gcc -m32 and cc understand -c and -o together configure:17768: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >&5 configure:17772: $? = 0 configure:17778: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >&5 configure:17782: $? = 0 configure:17793: cc -c conftest.c >&5 configure:17797: $? = 0 configure:17805: cc -c conftest.c -o conftest2.o >&5 configure:17809: $? = 0 configure:17815: cc -c conftest.c -o conftest2.o >&5 configure:17819: $? = 0 configure:17837: result: yes configure:17862: checking for inline configure:17878: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:17878: $? = 0 configure:17886: result: inline configure:17912: checking for i686-pc-linux-gnu-pkg-config configure:17942: result: /usr/bin/i686-pc-linux-gnu-pkg-config configure:18010: checking pkg-config is at least version 0.9.0 configure:18013: result: yes configure:18333: checking for supported warning flags configure:18358: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Werror configure:18376: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -fuse-ld=bfd conftest.c >&5 configure:18376: $? = 0 configure:18400: result: yes configure:18358: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -errwarn configure:18376: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -errwarn -fuse-ld=bfd conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: warning: cannot find entry symbol rrwarn; defaulting to 00000000080483a0 configure:18376: $? = 0 configure:18400: result: no configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wall configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wall -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wextra configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wextra -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wold-style-definition configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wold-style-definition -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wdeclaration-after-statement configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wdeclaration-after-statement -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wmissing-declarations configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wmissing-declarations -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Werror-implicit-function-declaration configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Werror-implicit-function-declaration -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wnested-externs configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wnested-externs -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wpointer-arith configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wpointer-arith -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wwrite-strings configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wwrite-strings -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wsign-compare configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wsign-compare -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wstrict-prototypes configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wstrict-prototypes -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wmissing-prototypes configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wmissing-prototypes -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wpacked configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wpacked -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wswitch-enum configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wswitch-enum -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wmissing-format-attribute configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wmissing-format-attribute -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wbad-function-cast configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wbad-function-cast -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wvolatile-register-var configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wvolatile-register-var -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wstrict-aliasing=2 configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wstrict-aliasing=2 -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Winit-self configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Winit-self -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wunsafe-loop-optimizations configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wunsafe-loop-optimizations -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wno-missing-field-initializers configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wno-missing-field-initializers -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wno-unused-parameter configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wno-unused-parameter -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wno-attributes configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wno-attributes -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wno-long-long configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wno-long-long -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Winline configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Winline -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -erroff=E_ENUM_TYPE_MISMATCH_ARG configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -erroff=E_ENUM_TYPE_MISMATCH_ARG -fuse-ld=bfd conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_ARG; defaulting to 00000000080483a0 configure:18423: $? = 0 configure:18447: result: no configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -erroff=E_ENUM_TYPE_MISMATCH_OP configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -erroff=E_ENUM_TYPE_MISMATCH_OP -fuse-ld=bfd conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_OP; defaulting to 00000000080483a0 configure:18423: $? = 0 configure:18447: result: no configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -fno-strict-aliasing configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -fno-strict-aliasing -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -fno-common configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -fno-common -fuse-ld=bfd conftest.c >&5 configure:18423: $? = 0 configure:18447: result: yes configure:18405: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wp,-D_FORTIFY_SOURCE=2 configure:18423: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wp,-D_FORTIFY_SOURCE=2 -fuse-ld=bfd conftest.c >&5 :0:0: error: "_FORTIFY_SOURCE" redefined [-Werror] conftest.c:1:0: note: this is the location of the previous definition /* confdefs.h */ ^ cc1: all warnings being treated as errors configure:18423: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | | int main(int c, char **v) { (void)c; (void)v; return 0; } configure:18447: result: no configure:18503: checking whether x86_64-pc-linux-gnu-gcc -m32 supports -Wunused-but-set-variable -Wno-unused-but-set-variable configure:18521: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Werror -Wunused-but-set-variable -Wno-unused-but-set-variable -fuse-ld=bfd conftest.c >&5 configure:18521: $? = 0 configure:18545: result: yes configure:18552: checking which warning flags were supported configure:18556: result: -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wno-unused-but-set-variable configure:18564: checking how to enable unused result warnings configure:18590: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Wno-attributes -fuse-ld=bfd conftest.c >&5 configure:18590: $? = 0 configure:18617: result: __attribute__((__warn_unused_result__)) configure:18625: checking how to allow undefined symbols in shared libraries used by test suite configure:18646: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -Wl,--allow-shlib-undefined -fuse-ld=bfd conftest.c >&5 configure:18646: $? = 0 configure:18671: result: -Wl,--allow-shlib-undefined configure:18690: checking whether byte ordering is bigendian configure:18705: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c:31:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:31:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:31:15: error: unknown type name 'universal' configure:18705: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:18750: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:18750: $? = 0 configure:18768: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c: In function 'main': conftest.c:37:4: error: unknown type name 'not' not big endian ^ conftest.c:37:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:18768: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:18896: result: no configure:18914: checking whether float word ordering is bigendian configure:18941: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:18941: $? = 0 configure:18959: result: no configure:18991: checking for native atomic primitives configure:19013: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:19013: $? = 0 configure:19039: result: Intel configure:19059: checking whether atomic ops require a memory barrier configure:19073: result: no configure:19089: checking size of void * configure:19094: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:19094: $? = 0 configure:19094: ./conftest configure:19094: $? = 0 configure:19108: result: 4 configure:19122: checking size of int configure:19127: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:19127: $? = 0 configure:19127: ./conftest configure:19127: $? = 0 configure:19141: result: 4 configure:19155: checking size of long configure:19160: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:19160: $? = 0 configure:19160: ./conftest configure:19160: $? = 0 configure:19174: result: 4 configure:19188: checking size of long long configure:19193: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:19193: $? = 0 configure:19193: ./conftest configure:19193: $? = 0 configure:19207: result: 8 configure:19221: checking size of size_t configure:19226: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c >&5 configure:19226: $? = 0 configure:19226: ./conftest configure:19226: $? = 0 configure:19240: result: 4 configure:19251: checking for native Win32 configure:19261: result: no configure:19272: checking for Sun Solaris (non-POSIX ctime_r) configure:19283: result: no configure:19375: checking for cos in -lm configure:19400: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lm >&5 conftest.c:43:6: warning: conflicting types for built-in function 'cos' [enabled by default] char cos (); ^ configure:19400: $? = 0 configure:19409: result: yes configure:19421: checking for sched_yield in -lrt configure:19446: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19446: $? = 0 configure:19455: result: yes configure:19468: checking for shm_open in -lrt configure:19493: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lrt -lm >&5 configure:19493: $? = 0 configure:19502: result: yes configure:19523: checking for connect in -lsocket configure:19548: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lsocket -lrt -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lsocket collect2: error: ld returned 1 exit status configure:19548: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 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 connect (); | int | main () | { | return connect (); | ; | return 0; | } configure:19557: result: no configure:19569: checking for __builtin_return_address(0) configure:19582: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19582: $? = 0 configure:19588: result: yes configure:19599: checking for stdint.h configure:19599: result: yes configure:19599: checking for inttypes.h configure:19599: result: yes configure:19599: checking sys/int_types.h usability configure:19599: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c:73:27: fatal error: sys/int_types.h: No such file or directory #include ^ compilation terminated. configure:19599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_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:19599: result: no configure:19599: checking sys/int_types.h presence configure:19599: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:40:27: fatal error: sys/int_types.h: No such file or directory #include ^ compilation terminated. configure:19599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include configure:19599: result: no configure:19599: checking for sys/int_types.h configure:19599: result: no configure:19609: checking for uint64_t configure:19609: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19609: $? = 0 configure:19609: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c: In function 'main': conftest.c:76:23: error: expected expression before ')' token if (sizeof ((uint64_t))) ^ configure:19609: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_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 | int | main () | { | if (sizeof ((uint64_t))) | return 0; | ; | return 0; | } configure:19609: result: yes configure:19618: checking for uint128_t configure:19618: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c: In function 'main': conftest.c:77:13: error: 'uint128_t' undeclared (first use in this function) if (sizeof (uint128_t)) ^ conftest.c:77:13: note: each undeclared identifier is reported only once for each function it appears in configure:19618: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 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 (uint128_t)) | return 0; | ; | return 0; | } configure:19618: result: no configure:19627: checking for __uint128_t configure:19627: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c: In function 'main': conftest.c:77:13: error: '__uint128_t' undeclared (first use in this function) if (sizeof (__uint128_t)) ^ conftest.c:77:13: note: each undeclared identifier is reported only once for each function it appears in configure:19627: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 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 (__uint128_t)) | return 0; | ; | return 0; | } configure:19627: result: no configure:19641: checking fcntl.h usability configure:19641: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking fcntl.h presence configure:19641: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking for fcntl.h configure:19641: result: yes configure:19641: checking for unistd.h configure:19641: result: yes configure:19641: checking signal.h usability configure:19641: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking signal.h presence configure:19641: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking for signal.h configure:19641: result: yes configure:19641: checking for sys/stat.h configure:19641: result: yes configure:19641: checking sys/socket.h usability configure:19641: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking sys/socket.h presence configure:19641: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking for sys/socket.h configure:19641: result: yes configure:19641: checking sys/poll.h usability configure:19641: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking sys/poll.h presence configure:19641: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking for sys/poll.h configure:19641: result: yes configure:19641: checking sys/un.h usability configure:19641: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking sys/un.h presence configure:19641: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19641: $? = 0 configure:19641: result: yes configure:19641: checking for sys/un.h configure:19641: result: yes configure:19654: checking for alarm configure:19654: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19654: $? = 0 configure:19654: result: yes configure:19666: checking sched.h usability configure:19666: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19666: $? = 0 configure:19666: result: yes configure:19666: checking sched.h presence configure:19666: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19666: $? = 0 configure:19666: result: yes configure:19666: checking for sched.h configure:19666: result: yes configure:19673: checking for sched_getaffinity configure:19673: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19673: $? = 0 configure:19673: result: yes configure:19689: checking sys/mman.h usability configure:19689: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19689: $? = 0 configure:19689: result: yes configure:19689: checking sys/mman.h presence configure:19689: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19689: $? = 0 configure:19689: result: yes configure:19689: checking for sys/mman.h configure:19689: result: yes configure:19696: checking for mmap configure:19696: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19696: $? = 0 configure:19696: result: yes configure:19712: checking time.h usability configure:19712: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19712: $? = 0 configure:19712: result: yes configure:19712: checking time.h presence configure:19712: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19712: $? = 0 configure:19712: result: yes configure:19712: checking for time.h configure:19712: result: yes configure:19719: checking for clock_gettime configure:19719: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19719: $? = 0 configure:19719: result: yes configure:19733: checking fenv.h usability configure:19733: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19733: $? = 0 configure:19733: result: yes configure:19733: checking fenv.h presence configure:19733: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19733: $? = 0 configure:19733: result: yes configure:19733: checking for fenv.h configure:19733: result: yes configure:19738: checking for feenableexcept configure:19738: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19738: $? = 0 configure:19738: result: yes configure:19738: checking for fedisableexcept configure:19738: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19738: $? = 0 configure:19738: result: yes configure:19738: checking for feclearexcept configure:19738: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19738: $? = 0 configure:19738: result: yes configure:19754: checking libgen.h usability configure:19754: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking libgen.h presence configure:19754: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking for libgen.h configure:19754: result: yes configure:19754: checking byteswap.h usability configure:19754: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking byteswap.h presence configure:19754: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking for byteswap.h configure:19754: result: yes configure:19754: checking for signal.h configure:19754: result: yes configure:19754: checking setjmp.h usability configure:19754: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking setjmp.h presence configure:19754: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking for setjmp.h configure:19754: result: yes configure:19754: checking for fenv.h configure:19754: result: yes configure:19754: checking sys/wait.h usability configure:19754: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking sys/wait.h presence configure:19754: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:19754: $? = 0 configure:19754: result: yes configure:19754: checking for sys/wait.h configure:19754: result: yes configure:19767: checking for ctime_r configure:19767: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19767: $? = 0 configure:19767: result: yes configure:19767: checking for drand48 configure:19767: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19767: $? = 0 configure:19767: result: yes configure:19767: checking for flockfile configure:19767: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19767: $? = 0 configure:19767: result: yes configure:19767: checking for funlockfile configure:19767: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19767: $? = 0 configure:19767: result: yes configure:19767: checking for getline configure:19767: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19767: $? = 0 configure:19767: result: yes configure:19767: checking for link configure:19767: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19767: $? = 0 configure:19767: result: yes configure:19767: checking for strndup configure:19767: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 conftest.c:93:6: warning: conflicting types for built-in function 'strndup' [enabled by default] char strndup (); ^ configure:19767: $? = 0 configure:19767: result: yes configure:19779: checking windows.h usability configure:19779: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c:104:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:19779: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 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:19779: result: no configure:19779: checking windows.h presence configure:19779: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:71:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:19779: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 1 | /* end confdefs.h. */ | #include configure:19779: result: no configure:19779: checking for windows.h configure:19779: result: no configure:19796: checking for sys/stat.h configure:19796: result: yes configure:19796: checking io.h usability configure:19796: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 conftest.c:105:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. configure:19796: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYS_STAT_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:19796: result: no configure:19796: checking io.h presence configure:19796: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c conftest.c:72:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. configure:19796: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYS_STAT_H 1 | /* end confdefs.h. */ | #include configure:19796: result: no configure:19796: checking for io.h configure:19796: result: no configure:19806: checking for mkdir configure:19806: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19806: $? = 0 configure:19806: result: yes configure:19808: checking mkdir variant configure:19831: x86_64-pc-linux-gnu-gcc -m32 -c -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wno-unused-but-set-variable conftest.c >&5 conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:81:1: warning: old-style function definition [-Wold-style-definition] configure:19831: $? = 0 configure:19858: result: mkdir(path, mode) configure:19877: checking for fork configure:19877: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 conftest.c:96:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:19877: $? = 0 configure:19877: result: yes configure:19877: checking for waitpid configure:19877: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19877: $? = 0 configure:19877: result: yes configure:19877: checking for raise configure:19877: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:19877: $? = 0 configure:19877: result: yes configure:20399: checking for compress in -lz configure:20424: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lz -lrt -lm >&5 configure:20424: $? = 0 configure:20433: result: yes configure:20436: checking zlib.h usability configure:20436: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:20436: $? = 0 configure:20436: result: yes configure:20436: checking zlib.h presence configure:20436: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:20436: $? = 0 configure:20436: result: yes configure:20436: checking for zlib.h configure:20436: result: yes configure:20455: checking for lzo2a_decompress in -llzo2 configure:20480: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -llzo2 -lrt -lm >&5 configure:20480: $? = 0 configure:20489: result: yes configure:20492: checking lzo/lzo2a.h usability configure:20492: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:20492: $? = 0 configure:20492: result: yes configure:20492: checking lzo/lzo2a.h presence configure:20492: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:20492: $? = 0 configure:20492: result: yes configure:20492: checking for lzo/lzo2a.h configure:20492: result: yes configure:20513: checking for dlsym in -ldl configure:20538: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -ldl -lrt -lm >&5 configure:20538: $? = 0 configure:20547: result: yes configure:20566: checking for dlfcn.h configure:20566: result: yes configure:20601: checking for X configure:20740: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lX11 -lrt -lm >&5 configure:20740: $? = 0 configure:20790: result: libraries , headers configure:20806: checking for cairo's Xlib surface backend feature configure:20824: checking for xlib configure:20831: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES" configure:20834: $? = 0 configure:20847: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES" configure:20850: $? = 0 configure:21877: result: yes configure:21882: checking sys/ipc.h usability configure:21882: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:21882: $? = 0 configure:21882: result: yes configure:21882: checking sys/ipc.h presence configure:21882: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:21882: $? = 0 configure:21882: result: yes configure:21882: checking for sys/ipc.h configure:21882: result: yes configure:21888: checking sys/shm.h usability configure:21888: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:21888: $? = 0 configure:21888: result: yes configure:21888: checking sys/shm.h presence configure:21888: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:21888: $? = 0 configure:21888: result: yes configure:21888: checking for sys/shm.h configure:21888: result: yes configure:21896: checking whether shmctl IPC_RMID allowes subsequent attaches configure:21925: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm >&5 configure:21925: $? = 0 configure:21925: ./conftest configure:21925: $? = 0 configure:21929: result: yes configure:21944: checking for X11/extensions/XShm.h configure:21944: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:21944: $? = 0 configure:21944: result: yes configure:21944: checking for X11/extensions/shmproto.h configure:21944: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:21944: $? = 0 configure:21944: result: yes configure:21944: checking for X11/extensions/shmstr.h configure:21944: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:21944: $? = 0 configure:21944: result: yes configure:21958: checking whether cairo's Xlib surface backend feature could be enabled configure:21960: result: yes configure:22183: checking for cairo's Xlib Xrender surface backend feature configure:22205: checking for xlib_xrender configure:22212: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES" configure:22215: $? = 0 configure:22228: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES" configure:22231: $? = 0 configure:22292: result: yes configure:22304: checking for XRenderCreateLinearGradient configure:22304: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5 configure:22304: $? = 0 configure:22304: result: yes configure:22304: checking for XRenderCreateRadialGradient configure:22304: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5 configure:22304: $? = 0 configure:22304: result: yes configure:22304: checking for XRenderCreateConicalGradient configure:22304: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5 configure:22304: $? = 0 configure:22304: result: yes configure:22319: checking whether cairo's Xlib Xrender surface backend feature could be enabled configure:22321: result: yes configure:22545: checking for cairo's XCB surface backend feature configure:22563: checking for xcb configure:22570: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES" configure:22573: $? = 0 configure:22586: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES" configure:22589: $? = 0 configure:22624: result: yes configure:22630: checking whether cairo's XCB surface backend feature could be enabled configure:22632: result: yes configure:23165: checking for cairo's XCB/SHM functions feature configure:23184: checking for xcb_shm configure:23191: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES" configure:23194: $? = 0 configure:23207: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES" configure:23210: $? = 0 configure:23245: result: yes configure:23254: checking whether cairo's XCB/SHM functions feature could be enabled configure:23256: result: yes configure:24048: checking for cairo's Quartz font backend feature configure:24066: checking whether cairo's Quartz font backend feature could be enabled configure:24068: result: no (disabled, use --enable-quartz to enable) configure:24531: checking for cairo's Microsoft Windows surface backend feature configure:24552: checking whether cairo's Microsoft Windows surface backend feature could be enabled configure:24554: result: no (requires a Win32 platform) configure:24777: checking for cairo's Microsoft Windows font backend feature configure:24795: checking whether cairo's Microsoft Windows font backend feature could be enabled configure:24797: result: no (requires a Win32 platform) configure:26466: checking for cairo's PNG functions feature configure:26499: checking for png configure:26506: $PKG_CONFIG --exists --print-errors "$png_REQUIRES" configure:26509: $? = 0 configure:26522: $PKG_CONFIG --exists --print-errors "$png_REQUIRES" configure:26525: $? = 0 configure:26560: result: yes configure:26570: checking whether cairo's PNG functions feature could be enabled configure:26572: result: yes configure:26798: checking for cairo's OpenGL surface backend feature configure:26816: checking for gl configure:26823: $PKG_CONFIG --exists --print-errors "$gl_REQUIRES" configure:26826: $? = 0 configure:26839: $PKG_CONFIG --exists --print-errors "$gl_REQUIRES" configure:26842: $? = 0 configure:26901: result: yes configure:26915: checking whether cairo's OpenGL surface backend feature could be enabled configure:26917: result: yes configure:28338: checking for cairo's EGL functions feature configure:28357: checking for egl configure:28364: $PKG_CONFIG --exists --print-errors "$egl_REQUIRES" configure:28367: $? = 0 configure:28380: $PKG_CONFIG --exists --print-errors "$egl_REQUIRES" configure:28383: $? = 0 configure:28636: result: yes configure:28645: checking whether cairo's EGL functions feature could be enabled configure:28647: result: yes configure:28864: checking for cairo's GLX functions feature configure:28882: checking GL/glx.h usability configure:28882: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -I//usr/include/libdrm conftest.c >&5 configure:28882: $? = 0 configure:28882: result: yes configure:28882: checking GL/glx.h presence configure:28882: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:28882: $? = 0 configure:28882: result: yes configure:28882: checking for GL/glx.h configure:28882: result: yes configure:28898: checking whether cairo's GLX functions feature could be enabled configure:28900: result: yes configure:29117: checking for cairo's WGL functions feature configure:29133: checking for windows.h configure:29133: result: no configure:29146: checking whether cairo's WGL functions feature could be enabled configure:29148: result: no (WGL headers not found) configure:29367: checking for cairo's script surface backend feature configure:29385: checking whether cairo's script surface backend feature could be enabled configure:29387: result: yes configure:29634: checking for cairo's FreeType font backend feature configure:29652: checking for FREETYPE configure:29659: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION" configure:29662: $? = 0 configure:29675: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION" configure:29678: $? = 0 configure:29713: result: yes configure:29818: checking whether cairo's FreeType font backend feature could be enabled configure:29820: result: yes configure:30044: checking for cairo's Fontconfig font backend feature configure:30064: checking for FONTCONFIG configure:30071: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES" configure:30074: $? = 0 configure:30087: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES" configure:30090: $? = 0 configure:30125: result: yes configure:30134: checking whether cairo's Fontconfig font backend feature could be enabled configure:30136: result: yes configure:30356: checking for FT_Get_X11_Font_Format configure:30356: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -I//usr/include/freetype2 -I//usr/include/libpng16 -fuse-ld=bfd conftest.c -lrt -lm -lfreetype >&5 configure:30356: $? = 0 configure:30356: result: yes configure:30356: checking for FT_GlyphSlot_Embolden configure:30356: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -I//usr/include/freetype2 -I//usr/include/libpng16 -fuse-ld=bfd conftest.c -lrt -lm -lfreetype >&5 configure:30356: $? = 0 configure:30356: result: yes configure:30356: checking for FT_GlyphSlot_Oblique configure:30356: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -I//usr/include/freetype2 -I//usr/include/libpng16 -fuse-ld=bfd conftest.c -lrt -lm -lfreetype >&5 configure:30356: $? = 0 configure:30356: result: yes configure:30356: checking for FT_Load_Sfnt_Table configure:30356: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -I//usr/include/freetype2 -I//usr/include/libpng16 -fuse-ld=bfd conftest.c -lrt -lm -lfreetype >&5 configure:30356: $? = 0 configure:30356: result: yes configure:30356: checking for FT_Library_SetLcdFilter configure:30356: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -I//usr/include/freetype2 -I//usr/include/libpng16 -fuse-ld=bfd conftest.c -lrt -lm -lfreetype >&5 configure:30356: $? = 0 configure:30356: result: yes configure:30378: checking for FcInit configure:30378: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm -lfontconfig >&5 configure:30378: $? = 0 configure:30378: result: yes configure:30378: checking for FcFini configure:30378: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lrt -lm -lfontconfig >&5 configure:30378: $? = 0 configure:30378: result: yes configure:30405: checking for cairo's PostScript surface backend feature configure:30425: checking whether cairo's PostScript surface backend feature could be enabled configure:30427: result: yes configure:30648: checking for gs configure:30664: found /usr/bin/gs configure:30675: result: gs configure:30697: checking for LIBSPECTRE configure:30704: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY" configure:30707: $? = 0 configure:30720: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY" configure:30723: $? = 0 configure:30758: result: yes configure:30801: checking for cairo's PDF surface backend feature configure:30821: checking whether cairo's PDF surface backend feature could be enabled configure:30823: result: yes configure:31046: checking for POPPLER configure:31053: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY" configure:31056: $? = 0 configure:31069: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY" configure:31072: $? = 0 configure:31107: result: yes configure:31115: checking for poppler_page_render configure:31115: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -I//usr/include/poppler/glib -I//usr/include/poppler -I//usr/include/cairo -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include -I//usr/include/pixman-1 -I//usr/include/freetype2 -I//usr/include/libdrm -I//usr/include/libpng16 -fuse-ld=bfd conftest.c -lrt -lm -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../libpoppler-glib.so when searching for -lpoppler-glib /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/libpoppler-glib.so when searching for -lpoppler-glib /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lpoppler-glib /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../lib32/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/../lib32/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib32/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lcairo collect2: error: ld returned 1 exit status configure:31115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_MKDIR 2 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_RAISE 1 | #undef PACKAGE_VERSION | #undef PACKAGE_STRING | #undef PACKAGE_NAME | #undef PACKAGE_TARNAME | #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_NAME USE_cairo_INSTEAD | #define PACKAGE_TARNAME USE_cairo_INSTEAD | #define HAVE_ZLIB 1 | #define HAVE_LZO 1 | #define HAVE_DLFCN_H 1 | #define CAIRO_HAS_DLSYM 1 | #define IPC_RMID_DEFERRED_RELEASE 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | #define HAVE_XRENDERCREATELINEARGRADIENT 1 | #define HAVE_XRENDERCREATERADIALGRADIENT 1 | #define HAVE_XRENDERCREATECONICALGRADIENT 1 | #define HAVE_FT_GET_X11_FONT_FORMAT 1 | #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | #define HAVE_FT_LOAD_SFNT_TABLE 1 | #define HAVE_FT_LIBRARY_SETLCDFILTER 1 | #define HAVE_FCINIT 1 | #define HAVE_FCFINI 1 | #define CAIRO_CAN_TEST_PS_SURFACE 1 | #define CAIRO_HAS_SPECTRE 1 | /* end confdefs.h. */ | /* Define poppler_page_render to an innocuous variant, in case declares poppler_page_render. | For example, HP-UX 11i declares gettimeofday. */ | #define poppler_page_render innocuous_poppler_page_render | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char poppler_page_render (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef poppler_page_render | | /* 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 poppler_page_render (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_poppler_page_render || defined __stub___poppler_page_render | choke me | #endif | | int | main () | { | return poppler_page_render (); | ; | return 0; | } configure:31115: result: no configure:31135: WARNING: PDF backend will not be tested since poppler >= 0.17.4 is not available configure:31173: checking for cairo's SVG surface backend feature configure:31193: checking whether cairo's SVG surface backend feature could be enabled configure:31195: result: yes configure:31416: checking for LIBRSVG configure:31423: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0" configure:31426: $? = 0 configure:31439: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0" configure:31442: $? = 0 configure:31477: result: yes configure:31485: checking for rsvg_pixbuf_from_file configure:31485: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -pthread -I//usr/include/librsvg-2.0 -I//usr/include/gtk-2.0 -I//usr/lib64/gtk-2.0/include -I//usr/include/pango-1.0 -I//usr/include/cairo -I//usr/include/pixman-1 -I//usr/include/freetype2 -I//usr/include/libdrm -I//usr/include/gdk-pixbuf-2.0 -I//usr/include/libpng16 -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include -fuse-ld=bfd conftest.c -lrt -lm -lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../librsvg-2.so when searching for -lrsvg-2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/librsvg-2.so when searching for -lrsvg-2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lrsvg-2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../lib32/libpangocairo-1.0.so when searching for -lpangocairo-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/../lib32/libpangocairo-1.0.so when searching for -lpangocairo-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../libpangocairo-1.0.so when searching for -lpangocairo-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib32/libpangocairo-1.0.so when searching for -lpangocairo-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/libpangocairo-1.0.so when searching for -lpangocairo-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lpangocairo-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../lib32/libpango-1.0.so when searching for -lpango-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/../lib32/libpango-1.0.so when searching for -lpango-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../libpango-1.0.so when searching for -lpango-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib32/libpango-1.0.so when searching for -lpango-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/libpango-1.0.so when searching for -lpango-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lpango-1.0 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../lib32/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/../lib32/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib32/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/libcairo.so when searching for -lcairo /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lcairo collect2: error: ld returned 1 exit status configure:31485: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_MKDIR 2 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_RAISE 1 | #undef PACKAGE_VERSION | #undef PACKAGE_STRING | #undef PACKAGE_NAME | #undef PACKAGE_TARNAME | #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_NAME USE_cairo_INSTEAD | #define PACKAGE_TARNAME USE_cairo_INSTEAD | #define HAVE_ZLIB 1 | #define HAVE_LZO 1 | #define HAVE_DLFCN_H 1 | #define CAIRO_HAS_DLSYM 1 | #define IPC_RMID_DEFERRED_RELEASE 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | #define HAVE_XRENDERCREATELINEARGRADIENT 1 | #define HAVE_XRENDERCREATERADIALGRADIENT 1 | #define HAVE_XRENDERCREATECONICALGRADIENT 1 | #define HAVE_FT_GET_X11_FONT_FORMAT 1 | #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | #define HAVE_FT_LOAD_SFNT_TABLE 1 | #define HAVE_FT_LIBRARY_SETLCDFILTER 1 | #define HAVE_FCINIT 1 | #define HAVE_FCFINI 1 | #define CAIRO_CAN_TEST_PS_SURFACE 1 | #define CAIRO_HAS_SPECTRE 1 | /* end confdefs.h. */ | /* Define rsvg_pixbuf_from_file to an innocuous variant, in case declares rsvg_pixbuf_from_file. | For example, HP-UX 11i declares gettimeofday. */ | #define rsvg_pixbuf_from_file innocuous_rsvg_pixbuf_from_file | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char rsvg_pixbuf_from_file (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef rsvg_pixbuf_from_file | | /* 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 rsvg_pixbuf_from_file (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_rsvg_pixbuf_from_file || defined __stub___rsvg_pixbuf_from_file | choke me | #endif | | int | main () | { | return rsvg_pixbuf_from_file (); | ; | return 0; | } configure:31485: result: no configure:31505: WARNING: SVG backend will not be tested since librsvg >= 2.15.0 is not available configure:31708: checking for cairo's image surface backend feature configure:31726: checking for pixman configure:31733: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES" configure:31736: $? = 0 configure:31749: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES" configure:31752: $? = 0 configure:31787: result: yes configure:31796: checking whether cairo's image surface backend feature could be enabled configure:31798: result: yes configure:31953: checking for cairo's mime surface backend feature configure:31969: checking whether cairo's mime surface backend feature could be enabled configure:31971: result: yes configure:32117: checking for cairo's recording surface backend feature configure:32133: checking whether cairo's recording surface backend feature could be enabled configure:32135: result: yes configure:32281: checking for cairo's observer surface backend feature configure:32297: checking whether cairo's observer surface backend feature could be enabled configure:32299: result: yes configure:32451: checking for cairo's tee surface backend feature configure:32467: checking whether cairo's tee surface backend feature could be enabled configure:32469: result: yes configure:32922: checking for cairo's user font backend feature configure:32938: checking whether cairo's user font backend feature could be enabled configure:32940: result: yes configure:33095: checking for cairo's pthread feature configure:33206: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -D_REENTRANT -fuse-ld=bfd conftest.c -lrt -lm -lpthread >&5 configure:33206: $? = 0 configure:33406: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -D_REENTRANT -fuse-ld=bfd conftest.c -lrt -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/x11-libs/cairo-1.12.16-r3/temp/cc5ZiofN.o (symbol from plugin): undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.1' /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: note: 'pthread_mutexattr_settype@@GLIBC_2.1' is defined in DSO /lib32/libpthread.so.0 so try adding it to the linker command line /lib32/libpthread.so.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status configure:33406: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_MKDIR 2 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_RAISE 1 | #undef PACKAGE_VERSION | #undef PACKAGE_STRING | #undef PACKAGE_NAME | #undef PACKAGE_TARNAME | #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_NAME USE_cairo_INSTEAD | #define PACKAGE_TARNAME USE_cairo_INSTEAD | #define HAVE_ZLIB 1 | #define HAVE_LZO 1 | #define HAVE_DLFCN_H 1 | #define CAIRO_HAS_DLSYM 1 | #define IPC_RMID_DEFERRED_RELEASE 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | #define HAVE_XRENDERCREATELINEARGRADIENT 1 | #define HAVE_XRENDERCREATERADIALGRADIENT 1 | #define HAVE_XRENDERCREATECONICALGRADIENT 1 | #define HAVE_FT_GET_X11_FONT_FORMAT 1 | #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | #define HAVE_FT_LOAD_SFNT_TABLE 1 | #define HAVE_FT_LIBRARY_SETLCDFILTER 1 | #define HAVE_FCINIT 1 | #define HAVE_FCFINI 1 | #define CAIRO_CAN_TEST_PS_SURFACE 1 | #define CAIRO_HAS_SPECTRE 1 | #define HAS_PIXMAN_GLYPHS 1 | /* end confdefs.h. */ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE /* for PTHREAD_MUTEX_INITIALIZER under linux */ | #endif | #include | | pthread_mutex_t test_mutex_initializer = PTHREAD_MUTEX_INITIALIZER; | int test_mutex (void) | { | int x = 0; | pthread_mutex_t mutex; | x |= pthread_mutex_init (&mutex, NULL); | x |= pthread_mutex_lock (&mutex); | x |= pthread_mutex_unlock (&mutex); | x |= pthread_mutex_destroy (&mutex); | return 0; | } | | int test_mutex_attr (void) | { | int x = 0; | pthread_mutexattr_t attr; | pthread_mutex_t mutex; | x |= pthread_mutexattr_init (&attr); | x |= pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE); | x |= pthread_mutex_init (&mutex, &attr); | x |= pthread_mutex_lock (&mutex); | x |= pthread_mutex_unlock (&mutex); | x |= pthread_mutex_destroy (&mutex); | x |= pthread_mutexattr_destroy (&attr); | return x; | } | int main(int c, char **v) { (void)c; (void)v; return 0; } configure:33461: checking whether cairo's pthread feature could be enabled configure:33463: result: yes configure:33646: checking for cairo's gobject functions feature configure:33664: checking for GOBJECT configure:33671: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES" configure:33674: $? = 0 configure:33687: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES" configure:33690: $? = 0 configure:33725: result: yes configure:33732: checking whether cairo's gobject functions feature could be enabled configure:33734: result: yes configure:33941: checking for GOBJECT configure:34021: result: yes configure:34089: checking for cairo's cairo-trace feature configure:34112: checking whether cairo's cairo-trace feature could be enabled configure:34114: result: yes configure:34275: checking for cairo's cairo-script-interpreter feature configure:34295: checking whether cairo's cairo-script-interpreter feature could be enabled configure:34297: result: yes configure:34455: checking for bfd_openr in -lbfd configure:34480: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize -fuse-ld=bfd conftest.c -lbfd -lrt -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/lib/libbfd.so when searching for -lbfd /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: skipping incompatible /usr/lib64/binutils/x86_64-pc-linux-gnu/2.23.2/libbfd.so when searching for -lbfd /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lbfd collect2: error: ld returned 1 exit status configure:34480: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.12.16" | #define PACKAGE_STRING "cairo 1.12.16" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" | #define PACKAGE_URL "http://cairographics.org/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 | #define SIZEOF_VOID_P 4 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 4 | #define HAVE_LIBRT 1 | #define HAVE_BUILTIN_RETURN_ADDRESS 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UINT64_T 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_ALARM 1 | #define HAVE_SCHED_H 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_FEDISABLEEXCEPT 1 | #define HAVE_FECLEAREXCEPT 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_FENV_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_CTIME_R 1 | #define HAVE_DRAND48 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLINE 1 | #define HAVE_LINK 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_MKDIR 2 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_RAISE 1 | #undef PACKAGE_VERSION | #undef PACKAGE_STRING | #undef PACKAGE_NAME | #undef PACKAGE_TARNAME | #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD | #define PACKAGE_NAME USE_cairo_INSTEAD | #define PACKAGE_TARNAME USE_cairo_INSTEAD | #define HAVE_ZLIB 1 | #define HAVE_LZO 1 | #define HAVE_DLFCN_H 1 | #define CAIRO_HAS_DLSYM 1 | #define IPC_RMID_DEFERRED_RELEASE 1 | #define HAVE_X11_EXTENSIONS_XSHM_H 1 | #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 | #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 | #define HAVE_XRENDERCREATELINEARGRADIENT 1 | #define HAVE_XRENDERCREATERADIALGRADIENT 1 | #define HAVE_XRENDERCREATECONICALGRADIENT 1 | #define HAVE_FT_GET_X11_FONT_FORMAT 1 | #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 | #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 | #define HAVE_FT_LOAD_SFNT_TABLE 1 | #define HAVE_FT_LIBRARY_SETLCDFILTER 1 | #define HAVE_FCINIT 1 | #define HAVE_FCFINI 1 | #define CAIRO_CAN_TEST_PS_SURFACE 1 | #define CAIRO_HAS_SPECTRE 1 | #define HAS_PIXMAN_GLYPHS 1 | #define CAIRO_HAS_REAL_PTHREAD 1 | #define CAIRO_HAS_PTHREAD 1 | #define CAIRO_HAS_PTHREAD 1 | #define SHARED_LIB_EXT "so" | #define CAIRO_HAS_TRACE 1 | #define CAIRO_HAS_INTERPRETER 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 bfd_openr (); | int | main () | { | return bfd_openr (); | ; | return 0; | } configure:34489: result: no configure:34504: checking libiberty.h usability configure:34504: x86_64-pc-linux-gnu-gcc -m32 -c -march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize conftest.c >&5 configure:34504: $? = 0 configure:34504: result: yes configure:34504: checking libiberty.h presence configure:34504: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c configure:34504: $? = 0 configure:34504: result: yes configure:34504: checking for libiberty.h configure:34504: result: yes configure:34532: checking for cairo's symbol-lookup feature configure:34552: checking whether cairo's symbol-lookup feature could be enabled configure:34554: result: no (requires bfd) configure:34705: checking for glib configure:34712: $PKG_CONFIG --exists --print-errors "glib-2.0" configure:34715: $? = 0 configure:34728: $PKG_CONFIG --exists --print-errors "glib-2.0" configure:34731: $? = 0 configure:34766: result: yes configure:34782: checking for shm_open in -lrt configure:34816: result: yes configure:34879: checking for gtk configure:34886: $PKG_CONFIG --exists --print-errors ""gtk+-2.0"" configure:34889: $? = 0 configure:34902: $PKG_CONFIG --exists --print-errors ""gtk+-2.0"" configure:34905: $? = 0 configure:34940: result: yes configure:35065: checking that generated files are newer than configure configure:35071: result: done configure:35383: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by cairo config.status 1.12.16, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on rocky config.status:4574: creating src/cairo.pc config.status:4574: creating cairo-uninstalled.pc config.status:4574: creating src/cairo-xlib.pc config.status:4574: creating cairo-xlib-uninstalled.pc config.status:4574: creating src/cairo-xlib-xrender.pc config.status:4574: creating cairo-xlib-xrender-uninstalled.pc config.status:4574: creating src/cairo-xcb.pc config.status:4574: creating cairo-xcb-uninstalled.pc config.status:4574: creating src/cairo-xcb-shm.pc config.status:4574: creating cairo-xcb-shm-uninstalled.pc config.status:4574: creating src/cairo-png.pc config.status:4574: creating cairo-png-uninstalled.pc config.status:4574: creating src/cairo-gl.pc config.status:4574: creating cairo-gl-uninstalled.pc config.status:4574: creating src/cairo-egl.pc config.status:4574: creating cairo-egl-uninstalled.pc config.status:4574: creating src/cairo-glx.pc config.status:4574: creating cairo-glx-uninstalled.pc config.status:4574: creating src/cairo-script.pc config.status:4574: creating cairo-script-uninstalled.pc config.status:4574: creating src/cairo-ft.pc config.status:4574: creating cairo-ft-uninstalled.pc config.status:4574: creating src/cairo-fc.pc config.status:4574: creating cairo-fc-uninstalled.pc config.status:4574: creating src/cairo-ps.pc config.status:4574: creating cairo-ps-uninstalled.pc config.status:4574: creating src/cairo-pdf.pc config.status:4574: creating cairo-pdf-uninstalled.pc config.status:4574: creating src/cairo-svg.pc config.status:4574: creating cairo-svg-uninstalled.pc config.status:4574: creating src/cairo-tee.pc config.status:4574: creating cairo-tee-uninstalled.pc config.status:4574: creating src/cairo-gobject.pc config.status:4574: creating cairo-gobject-uninstalled.pc config.status:4574: creating Makefile config.status:4574: creating boilerplate/Makefile config.status:4574: creating src/Makefile config.status:4574: creating test/Makefile config.status:4574: creating test/pdiff/Makefile config.status:4574: creating perf/Makefile config.status:4574: creating perf/micro/Makefile config.status:4574: creating util/Makefile config.status:4574: creating util/cairo-fdr/Makefile config.status:4574: creating util/cairo-gobject/Makefile config.status:4574: creating util/cairo-missing/Makefile config.status:4574: creating util/cairo-script/Makefile config.status:4574: creating util/cairo-script/examples/Makefile config.status:4574: creating util/cairo-sphinx/Makefile config.status:4574: creating util/cairo-trace/Makefile config.status:4574: creating util/cairo-trace/cairo-trace config.status:4574: creating doc/Makefile config.status:4574: creating doc/public/Makefile config.status:4574: creating config.h config.status:4788: executing depfiles commands config.status:4788: executing libtool commands config.status:4788: executing /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/Makefile.win32.features commands config.status:5691: creating /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/Makefile.win32.features config.status:5699: /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/Makefile.win32.features is unchanged config.status:4788: executing /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/src/Makefile.am.features commands config.status:5710: creating /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/src/Makefile.am.features config.status:5718: /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/src/Makefile.am.features is unchanged config.status:4788: executing /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/src/Makefile.win32.features commands config.status:5729: creating /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/src/Makefile.win32.features config.status:5737: /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/src/Makefile.win32.features is unchanged config.status:4788: executing /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/boilerplate/Makefile.am.features commands config.status:5748: creating /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/boilerplate/Makefile.am.features config.status:5756: /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/boilerplate/Makefile.am.features is unchanged config.status:4788: executing /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/boilerplate/Makefile.win32.features commands config.status:5767: creating /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/boilerplate/Makefile.win32.features config.status:5775: /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/boilerplate/Makefile.win32.features is unchanged config.status:4788: executing src/cairo-features.h commands config.status:5786: creating src/cairo-features.h config.status:4788: executing src/cairo-supported-features.h commands config.status:5818: creating src/cairo-supported-features.h config.status:4788: executing /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/Makefile.win32.features-h commands config.status:5848: creating /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/Makefile.win32.features-h config.status:5856: /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/Makefile.win32.features-h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize' ac_cv_env_CXX_set=set ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32' ac_cv_env_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= ac_cv_env_FREETYPE_CFLAGS_set= ac_cv_env_FREETYPE_CFLAGS_value= ac_cv_env_FREETYPE_LIBS_set= ac_cv_env_FREETYPE_LIBS_value= ac_cv_env_GOBJECT_CFLAGS_set= ac_cv_env_GOBJECT_CFLAGS_value= ac_cv_env_GOBJECT_LIBS_set= ac_cv_env_GOBJECT_LIBS_value= ac_cv_env_GTKDOC_DEPS_CFLAGS_set= ac_cv_env_GTKDOC_DEPS_CFLAGS_value= ac_cv_env_GTKDOC_DEPS_LIBS_set= ac_cv_env_GTKDOC_DEPS_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -fuse-ld=bfd' ac_cv_env_LIBRSVG_CFLAGS_set= ac_cv_env_LIBRSVG_CFLAGS_value= ac_cv_env_LIBRSVG_LIBS_set= ac_cv_env_LIBRSVG_LIBS_value= ac_cv_env_LIBSPECTRE_CFLAGS_set= ac_cv_env_LIBSPECTRE_CFLAGS_value= ac_cv_env_LIBSPECTRE_LIBS_set= ac_cv_env_LIBSPECTRE_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_POPPLER_CFLAGS_set= ac_cv_env_POPPLER_CFLAGS_value= ac_cv_env_POPPLER_LIBS_set= ac_cv_env_POPPLER_LIBS_value= ac_cv_env_VALGRIND_CFLAGS_set= ac_cv_env_VALGRIND_CFLAGS_value= ac_cv_env_VALGRIND_LIBS_set= ac_cv_env_VALGRIND_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_cogl_CFLAGS_set= ac_cv_env_cogl_CFLAGS_value= ac_cv_env_cogl_LIBS_set= ac_cv_env_cogl_LIBS_value= ac_cv_env_directfb_CFLAGS_set= ac_cv_env_directfb_CFLAGS_value= ac_cv_env_directfb_LIBS_set= ac_cv_env_directfb_LIBS_value= ac_cv_env_drm_CFLAGS_set= ac_cv_env_drm_CFLAGS_value= ac_cv_env_drm_LIBS_set= ac_cv_env_drm_LIBS_value= ac_cv_env_egl_CFLAGS_set= ac_cv_env_egl_CFLAGS_value= ac_cv_env_egl_LIBS_set= ac_cv_env_egl_LIBS_value= ac_cv_env_gl_CFLAGS_set= ac_cv_env_gl_CFLAGS_value= ac_cv_env_gl_LIBS_set= ac_cv_env_gl_LIBS_value= ac_cv_env_glesv2_CFLAGS_set= ac_cv_env_glesv2_CFLAGS_value= ac_cv_env_glesv2_LIBS_set= ac_cv_env_glesv2_LIBS_value= ac_cv_env_glib_CFLAGS_set= ac_cv_env_glib_CFLAGS_value= ac_cv_env_glib_LIBS_set= ac_cv_env_glib_LIBS_value= ac_cv_env_gtk_CFLAGS_set= ac_cv_env_gtk_CFLAGS_value= ac_cv_env_gtk_LIBS_set= ac_cv_env_gtk_LIBS_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_pixman_CFLAGS_set= ac_cv_env_pixman_CFLAGS_value= ac_cv_env_pixman_LIBS_set= ac_cv_env_pixman_LIBS_value= ac_cv_env_png_CFLAGS_set= ac_cv_env_png_CFLAGS_value= ac_cv_env_png_LIBS_set= ac_cv_env_png_LIBS_value= ac_cv_env_png_REQUIRES_set= ac_cv_env_png_REQUIRES_value= ac_cv_env_qt_CFLAGS_set= ac_cv_env_qt_CFLAGS_value= ac_cv_env_qt_LIBS_set= ac_cv_env_qt_LIBS_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_env_xcb_CFLAGS_set= ac_cv_env_xcb_CFLAGS_value= ac_cv_env_xcb_LIBS_set= ac_cv_env_xcb_LIBS_value= ac_cv_env_xcb_shm_CFLAGS_set= ac_cv_env_xcb_shm_CFLAGS_value= ac_cv_env_xcb_shm_LIBS_set= ac_cv_env_xcb_shm_LIBS_value= ac_cv_env_xlib_CFLAGS_set= ac_cv_env_xlib_CFLAGS_value= ac_cv_env_xlib_LIBS_set= ac_cv_env_xlib_LIBS_value= ac_cv_env_xlib_xcb_CFLAGS_set= ac_cv_env_xlib_xcb_CFLAGS_value= ac_cv_env_xlib_xcb_LIBS_set= ac_cv_env_xlib_xcb_LIBS_value= ac_cv_env_xlib_xrender_CFLAGS_set= ac_cv_env_xlib_xrender_CFLAGS_value= ac_cv_env_xlib_xrender_LIBS_set= ac_cv_env_xlib_xrender_LIBS_value= ac_cv_func_FT_Get_X11_Font_Format=yes ac_cv_func_FT_GlyphSlot_Embolden=yes ac_cv_func_FT_GlyphSlot_Oblique=yes ac_cv_func_FT_Library_SetLcdFilter=yes ac_cv_func_FT_Load_Sfnt_Table=yes ac_cv_func_FcFini=yes ac_cv_func_FcInit=yes ac_cv_func_XRenderCreateConicalGradient=yes ac_cv_func_XRenderCreateLinearGradient=yes ac_cv_func_XRenderCreateRadialGradient=yes ac_cv_func_alarm=yes ac_cv_func_clock_gettime=yes ac_cv_func_ctime_r=yes ac_cv_func_drand48=yes ac_cv_func_feclearexcept=yes ac_cv_func_fedisableexcept=yes ac_cv_func_feenableexcept=yes ac_cv_func_flockfile=yes ac_cv_func_fork=yes ac_cv_func_funlockfile=yes ac_cv_func_getline=yes ac_cv_func_link=yes ac_cv_func_mkdir=yes ac_cv_func_mmap=yes ac_cv_func_poppler_page_render=no ac_cv_func_raise=yes ac_cv_func_rsvg_pixbuf_from_file=no ac_cv_func_sched_getaffinity=yes ac_cv_func_strndup=yes ac_cv_func_waitpid=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_GL_glx_h=yes ac_cv_header_X11_extensions_XShm_h=yes ac_cv_header_X11_extensions_shmproto_h=yes ac_cv_header_X11_extensions_shmstr_h=yes ac_cv_header_byteswap_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_fenv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_libgen_h=yes ac_cv_header_libiberty_h=yes ac_cv_header_lzo_lzo2a_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_sched_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_signal_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_int_types_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_windows_h=no ac_cv_header_zlib_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_bfd_bfd_openr=no ac_cv_lib_dl_dlsym=yes ac_cv_lib_lzo2_lzo2a_decompress=yes ac_cv_lib_m_cos=yes ac_cv_lib_rt_sched_yield=yes ac_cv_lib_rt_shm_open=yes ac_cv_lib_socket_connect=no ac_cv_lib_z_compress=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_FIND=/usr/bin/find ac_cv_path_GREP=/bin/grep ac_cv_path_GTKDOC_CHECK_PATH=/usr/bin/gtkdoc-check ac_cv_path_GTKDOC_MKPDF=/usr/bin/gtkdoc-mkpdf ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase ac_cv_path_PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_XARGS=/usr/bin/xargs ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' ac_cv_prog_GS=gs ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test ac_cv_prog_OBJDUMP=i686-pc-linux-gnu-objdump ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib ac_cv_prog_STRIP=i686-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_size_t=4 ac_cv_sizeof_void_p=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_type___uint128_t=no ac_cv_type_uint128_t=no ac_cv_type_uint64_t=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes ax_cv_c_float_words_bigendian=no cairo_cv_atomic_op_needs_memory_barrier=no cairo_cv_atomic_primitives=Intel cairo_cv_test_undefined_ldflags=-Wl,--allow-shlib-undefined cairo_cv_warn_cflags=' -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wno-unused-but-set-variable' cairo_cv_warn_maybe='-Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2' cairo_cv_warn_unused_result='__attribute__((__warn_unused_result__))' 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/bin/ld.bfd -m elf_i386' lt_cv_path_LDCXX='/usr/bin/ld.bfd -m elf_i386' lt_cv_path_NM='/usr/bin/i686-pc-linux-gnu-nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_FONTCONFIG_CFLAGS= pkg_cv_FONTCONFIG_LIBS='-lfontconfig ' pkg_cv_FREETYPE_CFLAGS='-I//usr/include/freetype2 -I//usr/include/libpng16 ' pkg_cv_FREETYPE_LIBS='-lfreetype ' pkg_cv_GOBJECT_CFLAGS='-I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 ' pkg_cv_GTKDOC_DEPS_CFLAGS='-I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' pkg_cv_LIBRSVG_CFLAGS='-pthread -I//usr/include/librsvg-2.0 -I//usr/include/gtk-2.0 -I//usr/lib64/gtk-2.0/include -I//usr/include/pango-1.0 -I//usr/include/cairo -I//usr/include/pixman-1 -I//usr/include/freetype2 -I//usr/include/libdrm -I//usr/include/gdk-pixbuf-2.0 -I//usr/include/libpng16 -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' pkg_cv_LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' pkg_cv_LIBSPECTRE_CFLAGS= pkg_cv_LIBSPECTRE_LIBS='-lspectre ' pkg_cv_POPPLER_CFLAGS='-I//usr/include/poppler/glib -I//usr/include/poppler -I//usr/include/cairo -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include -I//usr/include/pixman-1 -I//usr/include/freetype2 -I//usr/include/libdrm -I//usr/include/libpng16 ' pkg_cv_POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo ' pkg_cv_egl_CFLAGS='-I//usr/include/libdrm ' pkg_cv_egl_LIBS='-lEGL ' pkg_cv_gl_CFLAGS='-I//usr/include/libdrm ' pkg_cv_gl_LIBS='-lGL ' pkg_cv_glib_CFLAGS='-I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' pkg_cv_glib_LIBS='-lglib-2.0 ' pkg_cv_gtk_CFLAGS='-pthread -I//usr/include/gtk-2.0 -I//usr/lib64/gtk-2.0/include -I//usr/include/pango-1.0 -I//usr/include/atk-1.0 -I//usr/include/cairo -I//usr/include/pixman-1 -I//usr/include/libdrm -I//usr/include/gdk-pixbuf-2.0 -I//usr/include/pango-1.0 -I//usr/include/harfbuzz -I//usr/include/pango-1.0 -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include -I//usr/include/freetype2 -I//usr/include/libpng16 ' pkg_cv_gtk_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfreetype -lfontconfig ' pkg_cv_pixman_CFLAGS='-I//usr/include/pixman-1 ' pkg_cv_pixman_LIBS='-lpixman-1 ' pkg_cv_png_CFLAGS='-I//usr/include/libpng16 ' pkg_cv_png_LIBS='-lpng16 ' pkg_cv_xcb_CFLAGS= pkg_cv_xcb_LIBS='-lxcb-render -lxcb ' pkg_cv_xcb_shm_CFLAGS= pkg_cv_xcb_shm_LIBS='-lxcb-shm -lxcb ' pkg_cv_xlib_CFLAGS= pkg_cv_xlib_LIBS='-lX11 -lXext ' pkg_cv_xlib_xrender_CFLAGS= pkg_cv_xlib_xrender_LIBS='-lXrender -lX11 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/missing aclocal-1.13' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='i686-pc-linux-gnu-ar' AS='as' AUTOCONF='${SHELL} /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/missing automake-1.13' AWK='gawk' BFD_LIBS='' BUILD_ANY2PPM_FALSE='#' BUILD_ANY2PPM_TRUE='' BUILD_CXX_FALSE='' BUILD_CXX_TRUE='#' BUILD_SPHINX_FALSE='#' BUILD_SPHINX_TRUE='' CAIROBOILERPLATE_LIBS='' CAIRO_CAN_TEST_PDF_SURFACE_FALSE='' CAIRO_CAN_TEST_PDF_SURFACE_TRUE='#' CAIRO_CAN_TEST_PS_SURFACE_FALSE='#' CAIRO_CAN_TEST_PS_SURFACE_TRUE='' CAIRO_CAN_TEST_SVG_SURFACE_FALSE='' CAIRO_CAN_TEST_SVG_SURFACE_TRUE='#' CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE='' CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE='#' CAIRO_CFLAGS=' -D_REENTRANT -I//usr/include/pixman-1 -I//usr/include/freetype2 -I//usr/include/libpng16 -I//usr/include/libdrm -I//usr/include/libdrm -I//usr/include/libpng16 -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wno-unused-but-set-variable ' CAIRO_HAS_BEOS_SURFACE_FALSE='' CAIRO_HAS_BEOS_SURFACE_TRUE='#' CAIRO_HAS_COGL_SURFACE_FALSE='' CAIRO_HAS_COGL_SURFACE_TRUE='#' CAIRO_HAS_DIRECTFB_SURFACE_FALSE='' CAIRO_HAS_DIRECTFB_SURFACE_TRUE='#' CAIRO_HAS_DLSYM_FALSE='#' CAIRO_HAS_DLSYM_TRUE='' CAIRO_HAS_DL_FALSE='#' CAIRO_HAS_DL_TRUE='' CAIRO_HAS_DRM_SURFACE_FALSE='' CAIRO_HAS_DRM_SURFACE_TRUE='#' CAIRO_HAS_EGL_FUNCTIONS_FALSE='#' CAIRO_HAS_EGL_FUNCTIONS_TRUE='' CAIRO_HAS_FC_FONT_FALSE='#' CAIRO_HAS_FC_FONT_TRUE='' CAIRO_HAS_FT_FONT_FALSE='#' CAIRO_HAS_FT_FONT_TRUE='' CAIRO_HAS_GALLIUM_SURFACE_FALSE='' CAIRO_HAS_GALLIUM_SURFACE_TRUE='#' CAIRO_HAS_GLESV2_SURFACE_FALSE='' CAIRO_HAS_GLESV2_SURFACE_TRUE='#' CAIRO_HAS_GLX_FUNCTIONS_FALSE='#' CAIRO_HAS_GLX_FUNCTIONS_TRUE='' CAIRO_HAS_GL_SURFACE_FALSE='#' CAIRO_HAS_GL_SURFACE_TRUE='' CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE='#' CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE='' CAIRO_HAS_INTERPRETER_FALSE='#' CAIRO_HAS_INTERPRETER_TRUE='' CAIRO_HAS_LCOV_FALSE='' CAIRO_HAS_LCOV_TRUE='#' CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE='#' CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE='' CAIRO_HAS_OS2_SURFACE_FALSE='' CAIRO_HAS_OS2_SURFACE_TRUE='#' CAIRO_HAS_PDF_SURFACE_FALSE='#' CAIRO_HAS_PDF_SURFACE_TRUE='' CAIRO_HAS_PNG_FUNCTIONS_FALSE='#' CAIRO_HAS_PNG_FUNCTIONS_TRUE='' CAIRO_HAS_PS_SURFACE_FALSE='#' CAIRO_HAS_PS_SURFACE_TRUE='' CAIRO_HAS_PTHREAD_FALSE='#' CAIRO_HAS_PTHREAD_TRUE='' CAIRO_HAS_QT_SURFACE_FALSE='' CAIRO_HAS_QT_SURFACE_TRUE='#' CAIRO_HAS_QUARTZ_FONT_FALSE='' CAIRO_HAS_QUARTZ_FONT_TRUE='#' CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE='' CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE='#' CAIRO_HAS_QUARTZ_SURFACE_FALSE='' CAIRO_HAS_QUARTZ_SURFACE_TRUE='#' CAIRO_HAS_SCRIPT_SURFACE_FALSE='#' CAIRO_HAS_SCRIPT_SURFACE_TRUE='' CAIRO_HAS_SKIA_SURFACE_FALSE='' CAIRO_HAS_SKIA_SURFACE_TRUE='#' CAIRO_HAS_SPECTRE_FALSE='#' CAIRO_HAS_SPECTRE_TRUE='' CAIRO_HAS_SVG_SURFACE_FALSE='#' CAIRO_HAS_SVG_SURFACE_TRUE='' CAIRO_HAS_SYMBOL_LOOKUP_FALSE='' CAIRO_HAS_SYMBOL_LOOKUP_TRUE='#' CAIRO_HAS_TEE_SURFACE_FALSE='#' CAIRO_HAS_TEE_SURFACE_TRUE='' CAIRO_HAS_TEST_SURFACES_FALSE='' CAIRO_HAS_TEST_SURFACES_TRUE='#' CAIRO_HAS_TRACE_FALSE='#' CAIRO_HAS_TRACE_TRUE='' CAIRO_HAS_VG_SURFACE_FALSE='' CAIRO_HAS_VG_SURFACE_TRUE='#' CAIRO_HAS_WGL_FUNCTIONS_FALSE='' CAIRO_HAS_WGL_FUNCTIONS_TRUE='#' CAIRO_HAS_WIN32_FONT_FALSE='' CAIRO_HAS_WIN32_FONT_TRUE='#' CAIRO_HAS_WIN32_SURFACE_FALSE='' CAIRO_HAS_WIN32_SURFACE_TRUE='#' CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE='#' CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE='' CAIRO_HAS_XCB_SURFACE_FALSE='#' CAIRO_HAS_XCB_SURFACE_TRUE='' CAIRO_HAS_XLIB_SURFACE_FALSE='#' CAIRO_HAS_XLIB_SURFACE_TRUE='' CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE='' CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE='#' CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE='#' CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE='' CAIRO_HAS_XML_SURFACE_FALSE='' CAIRO_HAS_XML_SURFACE_TRUE='#' CAIRO_LDFLAGS='' CAIRO_LIBS=' -lpthread -lpixman-1 -lfontconfig -lfreetype -lEGL -lGL -ldl -lpng16 -lxcb-shm -lxcb -lxcb-render -lxcb -lXrender -lX11 -lX11 -lXext -lz -lz -lGL ' CAIRO_LIBTOOL_VERSION_INFO='11202:16:11200' CAIRO_NONPKGCONFIG_CFLAGS=' ' CAIRO_NONPKGCONFIG_LIBS=' -lz -lz -lGL ' CAIRO_RELEASE_STATUS='release' CAIRO_REQUIRES=' gobject-2.0 glib-2.0 pixman-1 >= 0.16.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 egl gl libpng xcb-shm xcb >= 1.6 xcb-render >= 1.6 xrender >= 0.6 x11 xext ' CAIRO_TEST_MODE='' CAIRO_TEST_UNDEFINED_LDFLAGS='-Wl,--allow-shlib-undefined' CAIRO_VERSION_MAJOR='1' CAIRO_VERSION_MICRO='16' CAIRO_VERSION_MINOR='12' CAIRO_VERSION_SONUM='2' CC='x86_64-pc-linux-gnu-gcc -m32' CCDEPMODE='depmode=none' CFLAGS='-march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize' CPP='x86_64-pc-linux-gnu-gcc -m32 -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='#' CXX='x86_64-pc-linux-gnu-g++ -m32' CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' CXXDEPMODE='depmode=none' CXXFLAGS='-march=amdfam10 -O3 -pipe -fomit-frame-pointer -flto=8 -ftree-vectorize' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DISABLE_SOME_FLOATING_POINT_FALSE='' DISABLE_SOME_FLOATING_POINT_TRUE='#' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' EXEEXT='' FGREP='/bin/grep -F' FIND='/usr/bin/find' FONTCONFIG_CFLAGS='' FONTCONFIG_LIBS='-lfontconfig ' FREETYPE_CFLAGS='-I//usr/include/freetype2 -I//usr/include/libpng16 ' FREETYPE_CONFIG='' FREETYPE_LIBS='-lfreetype ' GOBJECT_CFLAGS='-I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 ' GREP='/bin/grep' GS='gs' GTKDOC_CHECK='gtkdoc-check.test' GTKDOC_CHECK_PATH='/usr/bin/gtkdoc-check' GTKDOC_DEPS_CFLAGS='-I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' GTKDOC_MKPDF='/usr/bin/gtkdoc-mkpdf' GTKDOC_REBASE='/usr/bin/gtkdoc-rebase' GTK_DOC_BUILD_HTML_FALSE='#' GTK_DOC_BUILD_HTML_TRUE='' GTK_DOC_BUILD_PDF_FALSE='' GTK_DOC_BUILD_PDF_TRUE='#' GTK_DOC_USE_LIBTOOL_FALSE='#' GTK_DOC_USE_LIBTOOL_TRUE='' GTK_DOC_USE_REBASE_FALSE='#' GTK_DOC_USE_REBASE_TRUE='' HAVE_GTK_DOC_FALSE='#' HAVE_GTK_DOC_TRUE='' HAVE_GTK_FALSE='#' HAVE_GTK_TRUE='' HAVE_PTHREAD_FALSE='#' HAVE_PTHREAD_TRUE='' HAVE_REAL_PTHREAD_FALSE='#' HAVE_REAL_PTHREAD_TRUE='' HAVE_SHM_FALSE='#' HAVE_SHM_TRUE='' HTML_DIR='${datadir}/gtk-doc/html' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld.bfd -m elf_i386' LDFLAGS=' -fuse-ld=bfd' LIBM='-lm' LIBOBJS='' LIBRSVG_CFLAGS='-pthread -I//usr/include/librsvg-2.0 -I//usr/include/gtk-2.0 -I//usr/lib64/gtk-2.0/include -I//usr/include/pango-1.0 -I//usr/include/cairo -I//usr/include/pixman-1 -I//usr/include/freetype2 -I//usr/include/libdrm -I//usr/include/gdk-pixbuf-2.0 -I//usr/include/libpng16 -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' LIBS='-lrt -lm' LIBSPECTRE_CFLAGS='' LIBSPECTRE_LIBS='-lspectre ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LTP='' LTP_GENHTML='' MAKEINFO='${SHELL} /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/i686-pc-linux-gnu-nm -B' NMEDIT='' OBJDUMP='i686-pc-linux-gnu-objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' OTOOL64='' OTOOL='' PACKAGE='cairo' PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=cairo' PACKAGE_NAME='cairo' PACKAGE_STRING='cairo 1.12.16' PACKAGE_TARNAME='cairo' PACKAGE_URL='http://cairographics.org/' PACKAGE_VERSION='1.12.16' PATH_SEPARATOR=':' PKGCONFIG_REQUIRES='Requires.private' PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config' POPPLER_CFLAGS='-I//usr/include/poppler/glib -I//usr/include/poppler -I//usr/include/cairo -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include -I//usr/include/pixman-1 -I//usr/include/freetype2 -I//usr/include/libdrm -I//usr/include/libpng16 ' POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo ' RANLIB='i686-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SHLIB_EXT='so' SHM_LIBS='-lrt' SHTOOL='' STRIP='i686-pc-linux-gnu-strip' VALGRIND_CFLAGS='' VALGRIND_LIBS='' VERSION='1.12.16' XARGS='/usr/bin/xargs' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' 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=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' cogl_CFLAGS='' cogl_LIBS='' datadir='/usr/share' datarootdir='${prefix}/share' directfb_CFLAGS='' directfb_LIBS='' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' drm_CFLAGS='' drm_LIBS='' dvidir='${docdir}' egl_CFLAGS='-I//usr/include/libdrm ' egl_LIBS='-lEGL ' exec_prefix='${prefix}' gallium_DIR='' gl_CFLAGS='-I//usr/include/libdrm ' gl_LIBS='-lGL -ldl' glesv2_CFLAGS='' glesv2_LIBS='' glib_CFLAGS='-I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' glib_LIBS='-lglib-2.0 ' gtk_CFLAGS='-pthread -I//usr/include/gtk-2.0 -I//usr/lib64/gtk-2.0/include -I//usr/include/pango-1.0 -I//usr/include/atk-1.0 -I//usr/include/cairo -I//usr/include/pixman-1 -I//usr/include/libdrm -I//usr/include/gdk-pixbuf-2.0 -I//usr/include/pango-1.0 -I//usr/include/harfbuzz -I//usr/include/pango-1.0 -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include -I//usr/include/freetype2 -I//usr/include/libpng16 ' gtk_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfreetype -lfontconfig ' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/x11-libs/cairo-1.12.16-r3/work/cairo-1.12.16/build/install-sh' libdir='/usr/lib32' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' lzo_LIBS='-llzo2' mandir='/usr/share/man' mesa_DIR='' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pixman_CFLAGS='-I//usr/include/pixman-1 ' pixman_LIBS='-lpixman-1 ' png_CFLAGS='-I//usr/include/libpng16 ' png_LIBS='-lpng16 ' png_REQUIRES='libpng' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pthread_CFLAGS='-D_REENTRANT' pthread_LIBS='-lpthread' qt_CFLAGS='' qt_LIBS='' real_pthread_CFLAGS='-D_REENTRANT' real_pthread_LIBS='-lpthread' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shm_LIBS='-lrt' skia_DIR='' sysconfdir='/etc' target_alias='' xcb_CFLAGS='' xcb_LIBS='-lxcb-render -lxcb ' xcb_shm_CFLAGS='' xcb_shm_LIBS='-lxcb-shm -lxcb ' xlib_CFLAGS='' xlib_LIBS='-lX11 -lXext ' xlib_xcb_CFLAGS='' xlib_xcb_LIBS='' xlib_xrender_CFLAGS='' xlib_xrender_LIBS='-lXrender -lX11 ' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "cairo" #define PACKAGE_TARNAME "cairo" #define PACKAGE_VERSION "1.12.16" #define PACKAGE_STRING "cairo 1.12.16" #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" #define PACKAGE_URL "http://cairographics.org/" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define _FILE_OFFSET_BITS 64 #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 #define SIZEOF_VOID_P 4 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SIZE_T 4 #define HAVE_LIBRT 1 #define HAVE_BUILTIN_RETURN_ADDRESS 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_UINT64_T 1 #define HAVE_FCNTL_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_ALARM 1 #define HAVE_SCHED_H 1 #define HAVE_SCHED_GETAFFINITY 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_MMAP 1 #define HAVE_TIME_H 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_FEENABLEEXCEPT 1 #define HAVE_FEDISABLEEXCEPT 1 #define HAVE_FECLEAREXCEPT 1 #define HAVE_LIBGEN_H 1 #define HAVE_BYTESWAP_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_SETJMP_H 1 #define HAVE_FENV_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_CTIME_R 1 #define HAVE_DRAND48 1 #define HAVE_FLOCKFILE 1 #define HAVE_FUNLOCKFILE 1 #define HAVE_GETLINE 1 #define HAVE_LINK 1 #define HAVE_STRNDUP 1 #define HAVE_SYS_STAT_H 1 #define HAVE_MKDIR 2 #define HAVE_FORK 1 #define HAVE_WAITPID 1 #define HAVE_RAISE 1 #undef PACKAGE_VERSION #undef PACKAGE_STRING #undef PACKAGE_NAME #undef PACKAGE_TARNAME #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD #define PACKAGE_NAME USE_cairo_INSTEAD #define PACKAGE_TARNAME USE_cairo_INSTEAD #define HAVE_ZLIB 1 #define HAVE_LZO 1 #define HAVE_DLFCN_H 1 #define CAIRO_HAS_DLSYM 1 #define IPC_RMID_DEFERRED_RELEASE 1 #define HAVE_X11_EXTENSIONS_XSHM_H 1 #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 #define HAVE_XRENDERCREATELINEARGRADIENT 1 #define HAVE_XRENDERCREATERADIALGRADIENT 1 #define HAVE_XRENDERCREATECONICALGRADIENT 1 #define HAVE_FT_GET_X11_FONT_FORMAT 1 #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 #define HAVE_FT_LOAD_SFNT_TABLE 1 #define HAVE_FT_LIBRARY_SETLCDFILTER 1 #define HAVE_FCINIT 1 #define HAVE_FCFINI 1 #define CAIRO_CAN_TEST_PS_SURFACE 1 #define CAIRO_HAS_SPECTRE 1 #define HAS_PIXMAN_GLYPHS 1 #define CAIRO_HAS_REAL_PTHREAD 1 #define CAIRO_HAS_PTHREAD 1 #define CAIRO_HAS_PTHREAD 1 #define SHARED_LIB_EXT "so" #define CAIRO_HAS_TRACE 1 #define CAIRO_HAS_INTERPRETER 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by cairo config.status 1.12.16, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on rocky config.status:4574: creating config.h config.status:4740: config.h is unchanged