Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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.16.0, which was
- generated by GNU Autoconf 2.71. Invocation command line was
- $ /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cairo-1.16.0-r4 --htmldir=/usr/share/doc/cairo-1.16.0-r4/html --with-sysroot=/ --libdir=/usr/lib64 --with-x --enable-tee --enable-xlib --enable-xlib-xrender --enable-xcb --enable-xcb-shm --disable-quartz --disable-quartz-image --disable-test-surfaces --disable-glesv2 --enable-gobject --disable-gl --disable-static --enable-svg --disable-trace --disable-valgrind --enable-ft --enable-interpreter --enable-pdf --enable-png --enable-ps --enable-script --disable-drm --disable-directfb --disable-gallium --disable-qt --disable-vg --disable-xlib-xcb
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = localhost
- uname -m = x86_64
- uname -r = 5.9.9-gentoo
- uname -s = Linux
- uname -v = #2 SMP Tue Nov 24 09:13:19 PST 2020
- /usr/bin/uname -p = Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/lib/portage/python3.9/ebuild-helpers/xattr/
- PATH: /usr/lib/portage/python3.9/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/lib/llvm/12/bin/
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:3010: loading site script /usr/share/config.site
- | #!/bin/sh
- | # Copyright 2009-2014 Gentoo Foundation
- | # Distributed under the terms of the GNU General Public License v2
- |
- | # provided by crossdev
- | SITEDIR="/usr/share/crossdev/include/site"
- |
- | # user override
- | ETC_SITEDIR="/etc/crossdev/include/site"
- |
- | config_site_arch() {
- | local host="${CHOST%%-*}"
- |
- | case ${host} in
- | arm*b*) host=armeb ;;
- | arm*) host=arm ;;
- | mips*l*) host=mipsel ;;
- | mips*) host=mips ;;
- | esac
- |
- | echo "${host}"
- | }
- |
- | config_site_names() {
- | local site_arch="$(config_site_arch)"
- | local sites=""
- | local x
- |
- | case ${CHOST} in
- | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
- | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
- | mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;;
- | esac
- |
- | case ${CHOST} in
- | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
- | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
- | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
- | esac
- |
- | case ${CHOST} in
- | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
- | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
- | esac
- |
- | for x in ${sites} ${CHOST}; do
- | [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}"
- | [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}"
- | done
- | }
- |
- | # Only kick in for cross-compiles so we don't break native builds #427184
- | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
- | sites="$(config_site_names)"
- | if [ -n "${sites}" ] ; then
- | for site in ${sites}; do
- | echo "${0##*/}: loading site script ${site}"
- | . "${site}"
- | done
- | fi
- | unset site sites
- | fi
- configure:3587: looking for aux files: config.guess config.sub ltmain.sh ar-lib missing install-sh compile
- configure:3600: trying /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/
- configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/config.guess found
- configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/config.sub found
- configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/ltmain.sh found
- configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/ar-lib found
- configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing found
- configure:3611: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/install-sh found
- configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/compile found
- configure:3764: checking for x86_64-pc-linux-gnu-gcc
- configure:3785: found /usr/bin/x86_64-pc-linux-gnu-gcc
- configure:3796: result: x86_64-pc-linux-gnu-gcc
- configure:4194: checking for C compiler version
- configure:4203: x86_64-pc-linux-gnu-gcc --version >&5
- x86_64-pc-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0
- Copyright (C) 2021 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:4214: $? = 0
- configure:4203: x86_64-pc-linux-gnu-gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=x86_64-pc-linux-gnu-gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
- Thread model: posix
- Supported LTO compression algorithms: zlib
- gcc version 11.2.0 (Gentoo 11.2.0 p1)
- configure:4214: $? = 0
- configure:4203: x86_64-pc-linux-gnu-gcc -V >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V'
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:4214: $? = 1
- configure:4203: x86_64-pc-linux-gnu-gcc -qversion >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:4214: $? = 1
- configure:4203: x86_64-pc-linux-gnu-gcc -version >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version'
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:4214: $? = 1
- configure:4234: checking whether the C compiler works
- configure:4256: x86_64-pc-linux-gnu-gcc -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4260: $? = 0
- configure:4310: result: yes
- configure:4313: checking for C compiler default output file name
- configure:4315: result: a.out
- configure:4321: checking for suffix of executables
- configure:4328: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4332: $? = 0
- configure:4355: result:
- configure:4377: checking whether we are cross compiling
- configure:4385: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4389: $? = 0
- configure:4396: ./conftest
- configure:4400: $? = 0
- configure:4415: result: no
- configure:4420: checking for suffix of object files
- configure:4443: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4447: $? = 0
- configure:4469: result: o
- configure:4473: checking whether the compiler supports GNU C
- configure:4493: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4493: $? = 0
- configure:4503: result: yes
- configure:4514: checking whether x86_64-pc-linux-gnu-gcc accepts -g
- configure:4535: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
- configure:4535: $? = 0
- configure:4579: result: yes
- configure:4599: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features
- configure:4614: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4614: $? = 0
- configure:4632: result: none needed
- configure:4748: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together
- configure:4771: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
- configure:4774: $? = 0
- configure:4771: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
- configure:4774: $? = 0
- configure:4786: result: yes
- configure:4808: checking for stdio.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for stdlib.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for string.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for inttypes.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for stdint.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for strings.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for sys/stat.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for sys/types.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for unistd.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for wchar.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4808: result: yes
- configure:4808: checking for minix/config.h
- configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c:47:10: fatal error: minix/config.h: No such file or directory
- 47 | #include <minix/config.h>
- | ^~~~~~~~~~~~~~~~
- compilation terminated.
- configure:4808: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <minix/config.h>
- configure:4808: result: no
- configure:4839: checking whether it is safe to define __EXTENSIONS__
- configure:4858: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4858: $? = 0
- configure:4866: result: yes
- configure:4869: checking whether _XOPEN_SOURCE should be defined
- configure:4891: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4891: $? = 0
- configure:4918: result: no
- configure:4978: checking for unistd.h
- configure:4978: result: yes
- configure:4984: checking for sys/ioctl.h
- configure:4984: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:4984: $? = 0
- configure:4984: result: yes
- configure:4992: checking for typeof syntax and keyword spelling
- configure:5024: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:5024: $? = 0
- configure:5032: result: typeof
- configure:5063: checking for a BSD-compatible install
- configure:5136: result: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
- configure:5147: checking whether build environment is sane
- configure:5202: result: yes
- configure:5357: checking for a race-free mkdir -p
- configure:5401: result: /bin/mkdir -p
- configure:5408: checking for gawk
- configure:5429: found /usr/bin/gawk
- configure:5440: result: gawk
- configure:5451: checking whether make sets $(MAKE)
- configure:5474: result: yes
- configure:5496: checking whether make supports the include directive
- configure:5511: make -f confmf.GNU && cat confinc.out
- this is the am__doit target
- configure:5514: $? = 0
- configure:5533: result: yes (GNU style)
- configure:5568: checking whether make supports nested variables
- configure:5586: result: yes
- configure:5662: checking dependency style of x86_64-pc-linux-gnu-gcc
- configure:5774: result: none
- configure:5858: checking whether make supports nested variables
- configure:5876: result: yes
- configure:5893: checking for x86_64-pc-linux-gnu-ar
- configure:5914: found /usr/bin/x86_64-pc-linux-gnu-ar
- configure:5925: result: x86_64-pc-linux-gnu-ar
- configure:6000: checking the archiver (x86_64-pc-linux-gnu-ar) interface
- configure:6017: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:6017: $? = 0
- configure:6020: x86_64-pc-linux-gnu-ar cru libconftest.a conftest.o >&5
- configure:6023: $? = 0
- configure:6051: result: ar
- configure:6105: checking build system type
- configure:6120: result: x86_64-pc-linux-gnu
- configure:6140: checking host system type
- configure:6154: result: x86_64-pc-linux-gnu
- configure:6195: checking how to print strings
- configure:6222: result: printf
- configure:6243: checking for a sed that does not truncate output
- configure:6313: result: /bin/sed
- configure:6331: checking for grep that handles long lines and -e
- configure:6395: result: /bin/grep
- configure:6400: checking for egrep
- configure:6468: result: /bin/grep -E
- configure:6473: checking for fgrep
- configure:6541: result: /bin/grep -F
- configure:6577: checking for ld used by x86_64-pc-linux-gnu-gcc
- configure:6645: result: /usr/x86_64-pc-linux-gnu/bin/ld
- configure:6652: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
- configure:6668: result: yes
- configure:6680: checking for BSD- or MS-compatible name lister (nm)
- configure:6735: result: /usr/bin/x86_64-pc-linux-gnu-nm -B
- configure:6875: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface
- configure:6883: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:6886: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o"
- configure:6889: output
- 0000000000000000 B some_variable
- configure:6896: result: BSD nm
- configure:6899: checking whether ln -s works
- configure:6903: result: yes
- configure:6911: checking the maximum length of command line arguments
- configure:7048: result: 1572864
- configure:7096: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
- configure:7137: result: func_convert_file_noop
- configure:7144: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
- configure:7165: result: func_convert_file_noop
- configure:7172: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
- configure:7180: result: -r
- configure:7214: checking for x86_64-pc-linux-gnu-objdump
- configure:7235: found /usr/bin/x86_64-pc-linux-gnu-objdump
- configure:7246: result: x86_64-pc-linux-gnu-objdump
- configure:7320: checking how to recognize dependent libraries
- configure:7521: result: pass_all
- configure:7566: checking for x86_64-pc-linux-gnu-dlltool
- configure:7601: result: no
- configure:7611: checking for dlltool
- configure:7646: result: no
- configure:7673: checking how to associate runtime and link libraries
- configure:7701: result: printf %s\n
- configure:7717: checking for x86_64-pc-linux-gnu-ar
- configure:7749: result: x86_64-pc-linux-gnu-ar
- configure:7835: checking for archiver @FILE support
- configure:7853: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:7853: $? = 0
- configure:7857: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
- configure:7860: $? = 0
- configure:7865: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
- x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory
- configure:7868: $? = 1
- configure:7880: result: @
- configure:7898: checking for x86_64-pc-linux-gnu-strip
- configure:7919: found /usr/bin/x86_64-pc-linux-gnu-strip
- configure:7930: result: x86_64-pc-linux-gnu-strip
- configure:8007: checking for x86_64-pc-linux-gnu-ranlib
- configure:8028: found /usr/bin/x86_64-pc-linux-gnu-ranlib
- configure:8039: result: x86_64-pc-linux-gnu-ranlib
- configure:8186: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object
- configure:8340: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:8343: $? = 0
- configure:8347: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:8350: $? = 0
- configure:8416: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
- configure:8419: $? = 0
- configure:8457: result: ok
- configure:8504: checking for sysroot
- configure:8535: result: /
- configure:8542: checking for a working dd
- configure:8586: result: /bin/dd
- configure:8590: checking how to truncate binary pipes
- configure:8606: result: /bin/dd bs=4096 count=1
- configure:8743: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:8746: $? = 0
- configure:8898: checking for x86_64-pc-linux-gnu-mt
- configure:8933: result: no
- configure:8943: checking for mt
- configure:8978: result: no
- configure:8998: checking if : is a manifest tool
- configure:9005: : '-?'
- configure:9013: result: no
- configure:9739: checking for dlfcn.h
- configure:9739: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:9739: $? = 0
- configure:9739: result: yes
- configure:10326: checking for objdir
- configure:10342: result: .libs
- configure:10606: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
- configure:10625: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
- configure:10629: $? = 0
- configure:10642: result: no
- configure:11000: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
- configure:11008: result: -fPIC -DPIC
- configure:11016: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
- configure:11035: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:11039: $? = 0
- configure:11052: result: yes
- configure:11081: checking if x86_64-pc-linux-gnu-gcc static flag -static works
- configure:11110: result: yes
- configure:11125: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
- configure:11147: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 -o out/conftest2.o conftest.c >&5
- configure:11151: $? = 0
- configure:11173: result: yes
- configure:11181: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
- configure:11229: result: yes
- configure:11262: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
- configure:12528: result: yes
- configure:12565: checking whether -lc should be explicitly linked in
- configure:12574: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:12577: $? = 0
- configure:12592: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:12595: $? = 0
- configure:12609: result: no
- configure:12769: checking dynamic linker characteristics
- configure:13364: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:13364: $? = 0
- configure:13603: result: GNU/Linux ld.so
- configure:13725: checking how to hardcode library paths into programs
- configure:13750: result: immediate
- configure:14302: checking whether stripping libraries is possible
- configure:14307: result: yes
- configure:14342: checking if libtool supports shared libraries
- configure:14344: result: yes
- configure:14347: checking whether to build shared libraries
- configure:14372: result: yes
- configure:14375: checking whether to build static libraries
- configure:14379: result: no
- configure:14424: checking for x86_64-pc-linux-gnu-pkg-config
- configure:14447: found /usr/bin/x86_64-pc-linux-gnu-pkg-config
- configure:14459: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config
- configure:14532: checking pkg-config is at least version 0.9.0
- configure:14535: result: yes
- configure:14548: checking for gtk-doc
- configure:14551: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
- Package gtk-doc was not found in the pkg-config search path.
- Perhaps you should add the directory containing `gtk-doc.pc'
- to the PKG_CONFIG_PATH environment variable
- Package 'gtk-doc', required by 'virtual:world', not found
- configure:14554: $? = 1
- configure:14560: result: no
- configure:14564: WARNING:
- You will not be able to create source packages with 'make dist'
- because gtk-doc >= 1.15 is not found.
- configure:14574: checking for gtkdoc-check
- configure:14609: result: no
- configure:14616: checking for gtkdoc-check
- configure:14654: result: no
- configure:14663: checking for gtkdoc-rebase
- configure:14701: result: no
- configure:14712: checking for gtkdoc-mkpdf
- configure:14750: result: no
- configure:14777: checking whether to build gtk-doc documentation
- configure:14779: result: no
- configure:14792: checking for GTKDOC_DEPS
- configure:14799: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
- configure:14802: $? = 0
- configure:14815: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
- configure:14818: $? = 0
- configure:14853: result: yes
- configure:14943: checking for special C compiler options needed for large files
- configure:14991: result: no
- configure:14997: checking for _FILE_OFFSET_BITS value needed for large files
- configure:15023: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:15023: $? = 0
- configure:15057: result: no
- configure:15167: checking for find
- configure:15190: found /usr/bin/find
- configure:15202: result: /usr/bin/find
- configure:15212: checking for xargs
- configure:15235: found /usr/bin/xargs
- configure:15247: result: /usr/bin/xargs
- configure:15264: checking for x86_64-pc-linux-gnu-gcc
- configure:15296: result: x86_64-pc-linux-gnu-gcc
- configure:15694: checking for C compiler version
- configure:15703: x86_64-pc-linux-gnu-gcc --version >&5
- x86_64-pc-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0
- Copyright (C) 2021 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:15714: $? = 0
- configure:15703: x86_64-pc-linux-gnu-gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=x86_64-pc-linux-gnu-gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
- Thread model: posix
- Supported LTO compression algorithms: zlib
- gcc version 11.2.0 (Gentoo 11.2.0 p1)
- configure:15714: $? = 0
- configure:15703: x86_64-pc-linux-gnu-gcc -V >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V'
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:15714: $? = 1
- configure:15703: x86_64-pc-linux-gnu-gcc -qversion >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:15714: $? = 1
- configure:15703: x86_64-pc-linux-gnu-gcc -version >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version'
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:15714: $? = 1
- configure:15718: checking whether the compiler supports GNU C
- configure:15748: result: yes
- configure:15759: checking whether x86_64-pc-linux-gnu-gcc accepts -g
- configure:15824: result: yes
- configure:15844: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features
- configure:15877: result: none needed
- configure:15993: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together
- configure:16031: result: yes
- configure:16053: checking how to run the C preprocessor
- configure:16079: x86_64-pc-linux-gnu-gcc -E conftest.c
- configure:16079: $? = 0
- configure:16094: x86_64-pc-linux-gnu-gcc -E conftest.c
- conftest.c:41:10: fatal error: ac_nonexistent.h: No such file or directory
- 41 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:16094: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:16121: result: x86_64-pc-linux-gnu-gcc -E
- configure:16135: x86_64-pc-linux-gnu-gcc -E conftest.c
- configure:16135: $? = 0
- configure:16150: x86_64-pc-linux-gnu-gcc -E conftest.c
- conftest.c:41:10: fatal error: ac_nonexistent.h: No such file or directory
- 41 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:16150: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:16200: checking for x86_64-pc-linux-gnu-g++
- configure:16221: found /usr/bin/x86_64-pc-linux-gnu-g++
- configure:16232: result: x86_64-pc-linux-gnu-g++
- configure:16308: checking for C++ compiler version
- configure:16317: x86_64-pc-linux-gnu-g++ --version >&5
- x86_64-pc-linux-gnu-g++ (Gentoo 11.2.0 p1) 11.2.0
- Copyright (C) 2021 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:16328: $? = 0
- configure:16317: x86_64-pc-linux-gnu-g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=x86_64-pc-linux-gnu-g++
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
- Thread model: posix
- Supported LTO compression algorithms: zlib
- gcc version 11.2.0 (Gentoo 11.2.0 p1)
- configure:16328: $? = 0
- configure:16317: x86_64-pc-linux-gnu-g++ -V >&5
- x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-V'
- x86_64-pc-linux-gnu-g++: fatal error: no input files
- compilation terminated.
- configure:16328: $? = 1
- configure:16317: x86_64-pc-linux-gnu-g++ -qversion >&5
- x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- x86_64-pc-linux-gnu-g++: fatal error: no input files
- compilation terminated.
- configure:16328: $? = 1
- configure:16332: checking whether the compiler supports GNU C++
- configure:16352: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 conftest.cpp >&5
- configure:16352: $? = 0
- configure:16362: result: yes
- configure:16373: checking whether x86_64-pc-linux-gnu-g++ accepts -g
- configure:16394: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
- configure:16394: $? = 0
- configure:16438: result: yes
- configure:16458: checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features
- configure:16473: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 conftest.cpp >&5
- conftest.cpp: In function 'int main(int, char**)':
- conftest.cpp:207:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
- 207 | cxx11test::delegate d2();
- | ^~
- conftest.cpp:207:25: note: remove parentheses to default-initialize a variable
- 207 | cxx11test::delegate d2();
- | ^~
- | --
- conftest.cpp:207:25: note: or replace parentheses with braces to value-initialize a variable
- configure:16473: $? = 0
- configure:16491: result: none needed
- configure:16557: checking dependency style of x86_64-pc-linux-gnu-g++
- configure:16669: result: none
- configure:16702: checking how to run the C++ preprocessor
- configure:16724: x86_64-pc-linux-gnu-g++ -E conftest.cpp
- configure:16724: $? = 0
- configure:16739: x86_64-pc-linux-gnu-g++ -E conftest.cpp
- conftest.cpp:41:10: fatal error: ac_nonexistent.h: No such file or directory
- 41 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:16739: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:16766: result: x86_64-pc-linux-gnu-g++ -E
- configure:16780: x86_64-pc-linux-gnu-g++ -E conftest.cpp
- configure:16780: $? = 0
- configure:16795: x86_64-pc-linux-gnu-g++ -E conftest.cpp
- conftest.cpp:41:10: fatal error: ac_nonexistent.h: No such file or directory
- 41 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:16795: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:16960: checking for ld used by x86_64-pc-linux-gnu-g++
- configure:17028: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
- configure:17035: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
- configure:17051: result: yes
- configure:17106: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
- configure:18183: result: yes
- configure:18219: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 conftest.cpp >&5
- configure:18222: $? = 0
- configure:18703: checking for x86_64-pc-linux-gnu-g++ option to produce PIC
- configure:18711: result: -fPIC -DPIC
- configure:18719: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works
- configure:18738: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:18742: $? = 0
- configure:18755: result: yes
- configure:18778: checking if x86_64-pc-linux-gnu-g++ static flag -static works
- configure:18807: result: yes
- configure:18819: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
- configure:18841: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 -o out/conftest2.o conftest.cpp >&5
- configure:18845: $? = 0
- configure:18867: result: yes
- configure:18872: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
- configure:18920: result: yes
- configure:18950: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
- configure:18990: result: yes
- configure:19132: checking dynamic linker characteristics
- configure:19893: result: GNU/Linux ld.so
- configure:19958: checking how to hardcode library paths into programs
- configure:19983: result: immediate
- configure:20023: checking for inline
- configure:20040: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:20040: $? = 0
- configure:20049: result: inline
- configure:20075: checking for x86_64-pc-linux-gnu-pkg-config
- configure:20110: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config
- configure:20183: checking pkg-config is at least version 0.9.0
- configure:20186: result: yes
- configure:20469: checking for supported warning flags
- configure:20495: checking whether x86_64-pc-linux-gnu-gcc supports -Werror
- configure:20513: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20513: $? = 0
- configure:20538: result: yes
- configure:20495: checking whether x86_64-pc-linux-gnu-gcc supports -errwarn
- configure:20513: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -errwarn -Wl,-O1 -Wl,--as-needed conftest.c >&5
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rrwarn; defaulting to 0000000000001040
- configure:20513: $? = 0
- configure:20538: result: no
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wall
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wextra
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wextra -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-declarations
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wmissing-declarations -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Werror-implicit-function-declaration
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wpointer-arith
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wpointer-arith -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wwrite-strings
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wwrite-strings -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wsign-compare
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wsign-compare -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wpacked
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wpacked -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wswitch-enum
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wswitch-enum -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wmissing-format-attribute -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wvolatile-register-var
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wvolatile-register-var -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wstrict-aliasing=2
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wstrict-aliasing=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Winit-self
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Winit-self -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wunsafe-loop-optimizations
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wunsafe-loop-optimizations -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-missing-field-initializers
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-missing-field-initializers -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-unused-parameter
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-unused-parameter -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-attributes
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-attributes -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-long-long
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-long-long -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Winline
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Winline -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_ARG
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -erroff=E_ENUM_TYPE_MISMATCH_ARG -Wl,-O1 -Wl,--as-needed conftest.c >&5
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_ARG; defaulting to 0000000000001040
- configure:20561: $? = 0
- configure:20586: result: no
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_OP
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -erroff=E_ENUM_TYPE_MISMATCH_OP -Wl,-O1 -Wl,--as-needed conftest.c >&5
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_OP; defaulting to 0000000000001040
- configure:20561: $? = 0
- configure:20586: result: no
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -fno-strict-aliasing
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -fno-common
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -fno-common -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wp,-D_FORTIFY_SOURCE=2
- configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wp,-D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20561: $? = 0
- configure:20586: result: yes
- configure:20643: checking whether x86_64-pc-linux-gnu-gcc supports -Wunused-but-set-variable -Wno-unused-but-set-variable
- configure:20661: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wunused-but-set-variable -Wno-unused-but-set-variable -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20661: $? = 0
- configure:20686: result: yes
- configure:20693: checking which warning flags were supported
- configure:20697: result: -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -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 -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable
- configure:20705: checking how to enable unused result warnings
- configure:20732: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wno-attributes -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20732: $? = 0
- configure:20760: result: __attribute__((__warn_unused_result__))
- configure:20766: checking how to allow undefined symbols in shared libraries used by test suite
- configure:20788: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,--allow-shlib-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:20788: $? = 0
- configure:20814: result: -Wl,--allow-shlib-undefined
- configure:20833: checking whether byte ordering is bigendian
- configure:20849: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c:43:16: error: unknown type name 'not'
- 43 | not a universal capable compiler
- | ^~~
- conftest.c:43:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
- 43 | not a universal capable compiler
- | ^~~~~~~~~
- conftest.c:43:22: error: unknown type name 'universal'
- configure:20849: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | /* end confdefs.h. */
- | #ifndef __APPLE_CC__
- | not a universal capable compiler
- | #endif
- | typedef int dummy;
- |
- configure:20895: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:20895: $? = 0
- configure:20914: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:49:18: error: unknown type name 'not'; did you mean 'ino_t'?
- 49 | not big endian
- | ^~~
- | ino_t
- conftest.c:49:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
- 49 | not big endian
- | ^~~~~~
- configure:20914: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <sys/param.h>
- |
- | int
- | main (void)
- | {
- | #if BYTE_ORDER != BIG_ENDIAN
- | not big endian
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:21048: result: no
- configure:21066: checking whether float word ordering is bigendian
- configure:21095: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21095: $? = 0
- configure:21104: checking for x86_64-pc-linux-gnu-strings
- configure:21125: found /usr/bin/x86_64-pc-linux-gnu-strings
- configure:21136: result: x86_64-pc-linux-gnu-strings
- configure:21219: result: no
- configure:21253: checking for native atomic primitives
- configure:21276: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21276: $? = 0
- configure:21298: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21298: $? = 0
- configure:21325: result: cxx11
- configure:21351: checking whether atomic ops require a memory barrier
- configure:21366: result: no
- configure:21380: checking size of void *
- configure:21386: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21386: $? = 0
- configure:21386: ./conftest
- configure:21386: $? = 0
- configure:21401: result: 8
- configure:21413: checking size of int
- configure:21419: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21419: $? = 0
- configure:21419: ./conftest
- configure:21419: $? = 0
- configure:21434: result: 4
- configure:21446: checking size of long
- configure:21452: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21452: $? = 0
- configure:21452: ./conftest
- configure:21452: $? = 0
- configure:21467: result: 8
- configure:21479: checking size of long long
- configure:21485: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21485: $? = 0
- configure:21485: ./conftest
- configure:21485: $? = 0
- configure:21500: result: 8
- configure:21512: checking size of size_t
- configure:21518: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:21518: $? = 0
- configure:21518: ./conftest
- configure:21518: $? = 0
- configure:21533: result: 8
- configure:21542: checking for native Win32
- configure:21552: result: no
- configure:21563: checking for Sun Solaris (non-POSIX ctime_r)
- configure:21574: result: no
- configure:21666: checking for cos in -lm
- configure:21689: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5
- conftest.c:52:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
- 52 | char cos ();
- | ^~~
- conftest.c:1:1: note: 'cos' is declared in header '<math.h>'
- 1 | /* confdefs.h */
- configure:21689: $? = 0
- configure:21699: result: yes
- configure:21712: checking for sched_yield in -lrt
- configure:21735: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:21735: $? = 0
- configure:21745: result: yes
- configure:21757: checking for shm_open in -lrt
- configure:21780: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lrt -lm >&5
- configure:21780: $? = 0
- configure:21790: result: yes
- configure:21812: checking for connect in -lsocket
- configure:21835: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lsocket -lrt -lm >&5
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket
- collect2: error: ld returned 1 exit status
- configure:21835: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #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. */
- | char connect ();
- | int
- | main (void)
- | {
- | return connect ();
- | ;
- | return 0;
- | }
- configure:21845: result: no
- configure:21858: checking for __builtin_return_address(0)
- configure:21871: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21871: $? = 0
- configure:21878: result: yes
- configure:21886: checking for stdint.h
- configure:21886: result: yes
- configure:21892: checking for inttypes.h
- configure:21892: result: yes
- configure:21898: checking for sys/int_types.h
- configure:21898: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c:80:10: fatal error: sys/int_types.h: No such file or directory
- 80 | #include <sys/int_types.h>
- | ^~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:21898: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #define HAVE_LIBRT 1
- | #define HAVE_BUILTIN_RETURN_ADDRESS 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_INTTYPES_H 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <sys/int_types.h>
- configure:21898: result: no
- configure:21905: checking for uint64_t
- configure:21905: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21905: $? = 0
- configure:21905: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:83:23: error: expected expression before ')' token
- 83 | if (sizeof ((uint64_t)))
- | ^
- configure:21905: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #define HAVE_LIBRT 1
- | #define HAVE_BUILTIN_RETURN_ADDRESS 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_INTTYPES_H 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main (void)
- | {
- | if (sizeof ((uint64_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:21905: result: yes
- configure:21913: checking for uint128_t
- configure:21913: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:84:13: error: 'uint128_t' undeclared (first use in this function); did you mean 'uint32_t'?
- 84 | if (sizeof (uint128_t))
- | ^~~~~~~~~
- | uint32_t
- conftest.c:84:13: note: each undeclared identifier is reported only once for each function it appears in
- configure:21913: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #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 <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main (void)
- | {
- | if (sizeof (uint128_t))
- | return 0;
- | ;
- | return 0;
- | }
- configure:21913: result: no
- configure:21921: checking for __uint128_t
- configure:21921: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21921: $? = 0
- configure:21921: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:84:26: error: expected expression before ')' token
- 84 | if (sizeof ((__uint128_t)))
- | ^
- configure:21921: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #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 <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main (void)
- | {
- | if (sizeof ((__uint128_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:21921: result: yes
- configure:21931: checking for fcntl.h
- configure:21931: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21931: $? = 0
- configure:21931: result: yes
- configure:21937: checking for unistd.h
- configure:21937: result: yes
- configure:21943: checking for signal.h
- configure:21943: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21943: $? = 0
- configure:21943: result: yes
- configure:21949: checking for sys/stat.h
- configure:21949: result: yes
- configure:21955: checking for sys/socket.h
- configure:21955: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21955: $? = 0
- configure:21955: result: yes
- configure:21961: checking for sys/poll.h
- configure:21961: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21961: $? = 0
- configure:21961: result: yes
- configure:21967: checking for sys/un.h
- configure:21967: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21967: $? = 0
- configure:21967: result: yes
- configure:21975: checking for alarm
- configure:21975: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:21975: $? = 0
- configure:21975: result: yes
- configure:21985: checking for sched.h
- configure:21985: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:21985: $? = 0
- configure:21985: result: yes
- configure:21989: checking for sched_getaffinity
- configure:21989: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:21989: $? = 0
- configure:21989: result: yes
- configure:22002: checking for sys/mman.h
- configure:22002: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22002: $? = 0
- configure:22002: result: yes
- configure:22006: checking for mmap
- configure:22006: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22006: $? = 0
- configure:22006: result: yes
- configure:22019: checking for time.h
- configure:22019: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22019: $? = 0
- configure:22019: result: yes
- configure:22023: checking for clock_gettime
- configure:22023: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22023: $? = 0
- configure:22023: result: yes
- configure:22034: checking for fenv.h
- configure:22034: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22034: $? = 0
- configure:22034: result: yes
- configure:22037: checking for feenableexcept
- configure:22037: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22037: $? = 0
- configure:22037: result: yes
- configure:22043: checking for fedisableexcept
- configure:22043: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22043: $? = 0
- configure:22043: result: yes
- configure:22049: checking for feclearexcept
- configure:22049: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- conftest.c:86:6: warning: conflicting types for built-in function 'feclearexcept'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
- 86 | char feclearexcept ();
- | ^~~~~~~~~~~~~
- configure:22049: $? = 0
- configure:22049: result: yes
- configure:22059: checking for libgen.h
- configure:22059: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22059: $? = 0
- configure:22059: result: yes
- configure:22065: checking for byteswap.h
- configure:22065: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22065: $? = 0
- configure:22065: result: yes
- configure:22071: checking for signal.h
- configure:22071: result: yes
- configure:22077: checking for setjmp.h
- configure:22077: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22077: $? = 0
- configure:22077: result: yes
- configure:22083: checking for fenv.h
- configure:22083: result: yes
- configure:22089: checking for sys/wait.h
- configure:22089: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22089: $? = 0
- configure:22089: result: yes
- configure:22096: checking for ctime_r
- configure:22096: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22096: $? = 0
- configure:22096: result: yes
- configure:22102: checking for localtime_r
- configure:22102: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22102: $? = 0
- configure:22102: result: yes
- configure:22108: checking for gmtime_r
- configure:22108: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22108: $? = 0
- configure:22108: result: yes
- configure:22114: checking for drand48
- configure:22114: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22114: $? = 0
- configure:22114: result: yes
- configure:22120: checking for flockfile
- configure:22120: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22120: $? = 0
- configure:22120: result: yes
- configure:22126: checking for funlockfile
- configure:22126: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22126: $? = 0
- configure:22126: result: yes
- configure:22132: checking for getline
- configure:22132: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22132: $? = 0
- configure:22132: result: yes
- configure:22138: checking for link
- configure:22138: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22138: $? = 0
- configure:22138: result: yes
- configure:22144: checking for strndup
- configure:22144: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- conftest.c:101:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
- 101 | char strndup ();
- | ^~~~~~~
- configure:22144: $? = 0
- configure:22144: result: yes
- configure:22159: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22159: $? = 0
- configure:22167: checking for sys/stat.h
- configure:22167: result: yes
- configure:22173: checking for io.h
- configure:22173: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c:115:10: fatal error: io.h: No such file or directory
- 115 | #include <io.h>
- | ^~~~~~
- compilation terminated.
- configure:22173: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #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___UINT128_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_LOCALTIME_R 1
- | #define HAVE_GMTIME_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 <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <io.h>
- configure:22173: result: no
- configure:22180: checking for mkdir
- configure:22180: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22180: $? = 0
- configure:22180: result: yes
- configure:22183: checking mkdir variant
- configure:22206: x86_64-pc-linux-gnu-gcc -c -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -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 -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable conftest.c >&5
- In file included from /usr/include/sys/stat.h:25,
- from conftest.c:89:
- /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
- 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
- | ^~~~~~~
- configure:22206: $? = 0
- configure:22235: result: mkdir(path, mode)
- configure:22251: checking for fork
- configure:22251: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- conftest.c:104:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch]
- 104 | char fork ();
- | ^~~~
- configure:22251: $? = 0
- configure:22251: result: yes
- configure:22257: checking for waitpid
- configure:22257: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22257: $? = 0
- configure:22257: result: yes
- configure:22263: checking for raise
- configure:22263: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:22263: $? = 0
- configure:22263: result: yes
- configure:22795: checking for compress in -lz
- configure:22818: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lz -lrt -lm >&5
- configure:22818: $? = 0
- configure:22828: result: yes
- configure:22832: checking for zlib.h
- configure:22832: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22832: $? = 0
- configure:22832: result: yes
- configure:22851: checking for lzo2a_decompress in -llzo2
- configure:22874: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -llzo2 -lrt -lm >&5
- configure:22874: $? = 0
- configure:22884: result: yes
- configure:22888: checking for lzo/lzo2a.h
- configure:22888: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:22888: $? = 0
- configure:22888: result: yes
- configure:22909: checking for dlsym in -ldl
- configure:22932: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -ldl -lrt -lm >&5
- configure:22932: $? = 0
- configure:22942: result: yes
- configure:22963: checking for dlfcn.h
- configure:22963: result: yes
- configure:22995: checking for xlocale.h
- configure:22995: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- conftest.c:131:10: fatal error: xlocale.h: No such file or directory
- 131 | #include <xlocale.h>
- | ^~~~~~~~~~~
- compilation terminated.
- configure:22995: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #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___UINT128_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_LOCALTIME_R 1
- | #define HAVE_GMTIME_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
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <xlocale.h>
- configure:22995: result: no
- configure:23002: checking for newlocale
- configure:23002: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:23002: $? = 0
- configure:23002: result: yes
- configure:23008: checking for strtod_l
- configure:23008: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:23008: $? = 0
- configure:23008: result: yes
- configure:23018: checking for X
- configure:23056: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -lrt -lm >&5
- configure:23056: $? = 0
- configure:23243: result: libraries , headers
- configure:23260: checking for cairo's Xlib surface backend feature
- configure:23278: checking for xlib
- configure:23285: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES"
- configure:23288: $? = 0
- configure:23301: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES"
- configure:23304: $? = 0
- configure:24339: result: yes
- configure:24344: checking for sys/ipc.h
- configure:24344: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:24344: $? = 0
- configure:24344: result: yes
- configure:24350: checking for sys/shm.h
- configure:24350: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:24350: $? = 0
- configure:24350: result: yes
- configure:24358: checking whether shmctl IPC_RMID allowes subsequent attaches
- configure:24388: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- configure:24388: $? = 0
- configure:24388: ./conftest
- configure:24388: $? = 0
- configure:24393: result: yes
- configure:24405: checking for X11/extensions/XShm.h
- configure:24405: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:24405: $? = 0
- configure:24405: result: yes
- configure:24413: checking for X11/extensions/shmproto.h
- configure:24413: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:24413: $? = 0
- configure:24413: result: yes
- configure:24421: checking for X11/extensions/shmstr.h
- configure:24421: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:24421: $? = 0
- configure:24421: result: yes
- configure:24432: checking whether cairo's Xlib surface backend feature could be enabled
- configure:24434: result: yes
- configure:24665: checking for cairo's Xlib Xrender surface backend feature
- configure:24687: checking for xlib_xrender
- configure:24694: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES"
- configure:24697: $? = 0
- configure:24710: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES"
- configure:24713: $? = 0
- configure:24774: result: yes
- configure:24783: checking for XRenderCreateSolidFill
- configure:24783: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
- configure:24783: $? = 0
- configure:24783: result: yes
- configure:24789: checking for XRenderCreateLinearGradient
- configure:24789: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
- configure:24789: $? = 0
- configure:24789: result: yes
- configure:24795: checking for XRenderCreateRadialGradient
- configure:24795: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
- configure:24795: $? = 0
- configure:24795: result: yes
- configure:24801: checking for XRenderCreateConicalGradient
- configure:24801: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
- configure:24801: $? = 0
- configure:24801: result: yes
- configure:24814: checking whether cairo's Xlib Xrender surface backend feature could be enabled
- configure:24816: result: yes
- configure:25048: checking for cairo's XCB surface backend feature
- configure:25066: checking for xcb
- configure:25073: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES"
- configure:25076: $? = 0
- configure:25089: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES"
- configure:25092: $? = 0
- configure:25127: result: yes
- configure:25133: checking whether cairo's XCB surface backend feature could be enabled
- configure:25135: result: yes
- configure:25690: checking for cairo's XCB/SHM functions feature
- configure:25709: checking for xcb_shm
- configure:25716: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES"
- configure:25719: $? = 0
- configure:25732: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES"
- configure:25735: $? = 0
- configure:25770: result: yes
- configure:25779: checking whether cairo's XCB/SHM functions feature could be enabled
- configure:25781: result: yes
- configure:26603: checking for cairo's Quartz font backend feature
- configure:26621: checking whether cairo's Quartz font backend feature could be enabled
- configure:26623: result: no (disabled, use --enable-quartz to enable)
- configure:27108: checking for cairo's Microsoft Windows surface backend feature
- configure:27129: checking whether cairo's Microsoft Windows surface backend feature could be enabled
- configure:27131: result: no (requires a Win32 platform)
- configure:27362: checking for cairo's Microsoft Windows font backend feature
- configure:27380: checking whether cairo's Microsoft Windows font backend feature could be enabled
- configure:27382: result: no (requires a Win32 platform)
- configure:28866: checking for cairo's PNG functions feature
- configure:28899: checking for png
- configure:28906: $PKG_CONFIG --exists --print-errors "$png_REQUIRES"
- configure:28909: $? = 0
- configure:28922: $PKG_CONFIG --exists --print-errors "$png_REQUIRES"
- configure:28925: $? = 0
- configure:28960: result: yes
- configure:28970: checking whether cairo's PNG functions feature could be enabled
- configure:28972: result: yes
- configure:31167: checking for cairo's EGL functions feature
- configure:31474: checking whether cairo's EGL functions feature could be enabled
- configure:31476: result: no (not required by any backend)
- configure:31700: checking for cairo's GLX functions feature
- configure:31734: checking whether cairo's GLX functions feature could be enabled
- configure:31736: result: no (not required by any backend)
- configure:31960: checking for cairo's WGL functions feature
- configure:31989: checking whether cairo's WGL functions feature could be enabled
- configure:31991: result: no (not required by any backend)
- configure:32217: checking for cairo's script surface backend feature
- configure:32238: checking whether cairo's script surface backend feature could be enabled
- configure:32240: result: yes
- configure:32495: checking for cairo's FreeType font backend feature
- configure:32513: checking for FREETYPE
- configure:32520: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION"
- configure:32523: $? = 0
- configure:32536: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION"
- configure:32539: $? = 0
- configure:32574: result: yes
- configure:32684: checking whether cairo's FreeType font backend feature could be enabled
- configure:32686: result: yes
- configure:32918: checking for cairo's Fontconfig font backend feature
- configure:32938: checking for FONTCONFIG
- configure:32945: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES"
- configure:32948: $? = 0
- configure:32961: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES"
- configure:32964: $? = 0
- configure:32999: result: yes
- configure:33008: checking whether cairo's Fontconfig font backend feature could be enabled
- configure:33010: result: yes
- configure:33234: checking for FT_Get_X11_Font_Format
- configure:33234: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33234: $? = 0
- configure:33234: result: yes
- configure:33240: checking for FT_GlyphSlot_Embolden
- configure:33240: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33240: $? = 0
- configure:33240: result: yes
- configure:33246: checking for FT_GlyphSlot_Oblique
- configure:33246: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33246: $? = 0
- configure:33246: result: yes
- configure:33252: checking for FT_Load_Sfnt_Table
- configure:33252: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33252: $? = 0
- configure:33252: result: yes
- configure:33258: checking for FT_Library_SetLcdFilter
- configure:33258: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33258: $? = 0
- configure:33258: result: yes
- configure:33264: checking for FT_Get_Var_Design_Coordinates
- configure:33264: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33264: $? = 0
- configure:33264: result: yes
- configure:33270: checking for FT_Done_MM_Var
- configure:33270: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33270: $? = 0
- configure:33270: result: yes
- configure:33278: checking for FT_HAS_COLOR
- configure:33296: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
- configure:33296: $? = 0
- configure:33298: result: yes
- configure:33321: checking for FcInit
- configure:33321: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfontconfig -lfreetype >&5
- configure:33321: $? = 0
- configure:33321: result: yes
- configure:33327: checking for FcFini
- configure:33327: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfontconfig -lfreetype >&5
- configure:33327: $? = 0
- configure:33327: result: yes
- configure:33353: checking for cairo's PostScript surface backend feature
- configure:33373: checking whether cairo's PostScript surface backend feature could be enabled
- configure:33375: result: yes
- configure:33603: checking for gs
- configure:33624: found /usr/bin/gs
- configure:33635: result: gs
- configure:33657: checking for LIBSPECTRE
- configure:33664: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY"
- configure:33667: $? = 0
- configure:33680: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY"
- configure:33683: $? = 0
- configure:33718: result: yes
- configure:33762: checking for cairo's PDF surface backend feature
- configure:33782: checking whether cairo's PDF surface backend feature could be enabled
- configure:33784: result: yes
- configure:34014: checking for POPPLER
- configure:34021: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY"
- configure:34024: $? = 0
- configure:34037: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY"
- configure:34040: $? = 0
- configure:34075: result: yes
- configure:34084: checking for poppler_page_render
- configure:34084: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/poppler -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo >&5
- configure:34084: $? = 0
- configure:34084: result: yes
- configure:34142: checking for cairo's SVG surface backend feature
- configure:34162: checking whether cairo's SVG surface backend feature could be enabled
- configure:34164: result: yes
- configure:34392: checking for LIBRSVG
- configure:34399: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0"
- configure:34402: $? = 0
- configure:34415: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0"
- configure:34418: $? = 0
- configure:34453: result: yes
- configure:34462: checking for rsvg_pixbuf_from_file
- configure:34462: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 >&5
- configure:34462: $? = 0
- configure:34462: result: yes
- configure:34688: checking for cairo's image surface backend feature
- configure:34706: checking for pixman
- configure:34713: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES"
- configure:34716: $? = 0
- configure:34729: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES"
- configure:34732: $? = 0
- configure:34767: result: yes
- configure:34776: checking whether cairo's image surface backend feature could be enabled
- configure:34778: result: yes
- configure:34937: checking for cairo's mime surface backend feature
- configure:34953: checking whether cairo's mime surface backend feature could be enabled
- configure:34955: result: yes
- configure:35105: checking for cairo's recording surface backend feature
- configure:35121: checking whether cairo's recording surface backend feature could be enabled
- configure:35123: result: yes
- configure:35273: checking for cairo's observer surface backend feature
- configure:35289: checking whether cairo's observer surface backend feature could be enabled
- configure:35291: result: yes
- configure:35448: checking for cairo's tee surface backend feature
- configure:35464: checking whether cairo's tee surface backend feature could be enabled
- configure:35466: result: yes
- configure:35946: checking for cairo's user font backend feature
- configure:35962: checking whether cairo's user font backend feature could be enabled
- configure:35964: result: yes
- configure:36124: checking for cairo's pthread feature
- configure:36235: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -D_REENTRANT -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lpthread >&5
- configure:36235: $? = 0
- configure:36437: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -D_REENTRANT -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/temp/cc2LAmLg.o: in function `test_mutex_attr':
- conftest.c:(.text+0x86): undefined reference to `pthread_mutexattr_init'
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text+0x95): undefined reference to `pthread_mutexattr_settype'
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text+0xca): undefined reference to `pthread_mutexattr_destroy'
- collect2: error: ld returned 1 exit status
- configure:36437: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "cairo"
- | #define PACKAGE_TARNAME "cairo"
- | #define PACKAGE_VERSION "1.16.0"
- | #define PACKAGE_STRING "cairo 1.16.0"
- | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- | #define PACKAGE_URL "https://cairographics.org/"
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define STDC_HEADERS 1
- | #define _ALL_SOURCE 1
- | #define _DARWIN_C_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _HPUX_ALT_XOPEN_SOCKET_API 1
- | #define _NETBSD_SOURCE 1
- | #define _OPENBSD_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- | #define __STDC_WANT_LIB_EXT2__ 1
- | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- | #define _TANDEM_SOURCE 1
- | #define __EXTENSIONS__ 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_IOCTL_H 1
- | #define HAVE_TYPEOF 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- | #define SIZEOF_VOID_P 8
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_SIZE_T 8
- | #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___UINT128_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_LOCALTIME_R 1
- | #define HAVE_GMTIME_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 HAVE_NEWLOCALE 1
- | #define HAVE_STRTOD_L 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_XRENDERCREATESOLIDFILL 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_FT_GET_VAR_DESIGN_COORDINATES 1
- | #define HAVE_FT_DONE_MM_VAR 1
- | #define HAVE_FCINIT 1
- | #define HAVE_FCFINI 1
- | #define CAIRO_CAN_TEST_PS_SURFACE 1
- | #define CAIRO_HAS_SPECTRE 1
- | #define HAVE_POPPLER_PAGE_RENDER 1
- | #define CAIRO_CAN_TEST_PDF_SURFACE 1
- | #define HAVE_RSVG_PIXBUF_FROM_FILE 1
- | #define CAIRO_CAN_TEST_SVG_SURFACE 1
- | #define HAS_PIXMAN_GLYPHS 1
- | /* end confdefs.h. */
- | #ifndef _GNU_SOURCE
- | #define _GNU_SOURCE /* for PTHREAD_MUTEX_INITIALIZER under linux */
- | #endif
- | #include <pthread.h>
- |
- | 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:36493: checking whether cairo's pthread feature could be enabled
- configure:36495: result: yes
- configure:36682: checking for cairo's gobject functions feature
- configure:36700: checking for GOBJECT
- configure:36707: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES"
- configure:36710: $? = 0
- configure:36723: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES"
- configure:36726: $? = 0
- configure:36761: result: yes
- configure:36768: checking whether cairo's gobject functions feature could be enabled
- configure:36770: result: yes
- configure:36983: checking for GOBJECT
- configure:37063: result: yes
- configure:37321: checking for cairo's cairo-script-interpreter feature
- configure:37341: checking whether cairo's cairo-script-interpreter feature could be enabled
- configure:37343: result: yes
- configure:37505: checking for bfd_openr in -lbfd
- configure:37528: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lbfd -lrt -lm >&5
- configure:37528: $? = 0
- configure:37538: result: yes
- configure:37542: checking for bfd.h
- configure:37542: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:37542: $? = 0
- configure:37542: result: yes
- configure:37554: checking for libiberty.h
- configure:37554: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
- configure:37554: $? = 0
- configure:37554: result: yes
- configure:37583: checking for cairo's symbol-lookup feature
- configure:37603: checking whether cairo's symbol-lookup feature could be enabled
- configure:37605: result: yes
- configure:37759: checking for glib
- configure:37766: $PKG_CONFIG --exists --print-errors "glib-2.0"
- configure:37769: $? = 0
- configure:37782: $PKG_CONFIG --exists --print-errors "glib-2.0"
- configure:37785: $? = 0
- configure:37820: result: yes
- configure:37836: checking for shm_open in -lrt
- configure:37869: result: yes
- configure:37933: checking for gtk
- configure:37940: $PKG_CONFIG --exists --print-errors ""gtk+-2.0""
- configure:37943: $? = 0
- configure:37956: $PKG_CONFIG --exists --print-errors ""gtk+-2.0""
- configure:37959: $? = 0
- configure:37994: result: yes
- configure:38113: checking that generated files are newer than configure
- configure:38119: result: done
- configure:38433: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by cairo config.status 1.16.0, which was
- generated by GNU Autoconf 2.71. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on localhost
- config.status:4602: creating src/cairo.pc
- config.status:4602: creating cairo-uninstalled.pc
- config.status:4602: creating src/cairo-xlib.pc
- config.status:4602: creating cairo-xlib-uninstalled.pc
- config.status:4602: creating src/cairo-xlib-xrender.pc
- config.status:4602: creating cairo-xlib-xrender-uninstalled.pc
- config.status:4602: creating src/cairo-xcb.pc
- config.status:4602: creating cairo-xcb-uninstalled.pc
- config.status:4602: creating src/cairo-xcb-shm.pc
- config.status:4602: creating cairo-xcb-shm-uninstalled.pc
- config.status:4602: creating src/cairo-png.pc
- config.status:4602: creating cairo-png-uninstalled.pc
- config.status:4602: creating src/cairo-script.pc
- config.status:4602: creating cairo-script-uninstalled.pc
- config.status:4602: creating src/cairo-ft.pc
- config.status:4602: creating cairo-ft-uninstalled.pc
- config.status:4602: creating src/cairo-fc.pc
- config.status:4602: creating cairo-fc-uninstalled.pc
- config.status:4602: creating src/cairo-ps.pc
- config.status:4602: creating cairo-ps-uninstalled.pc
- config.status:4602: creating src/cairo-pdf.pc
- config.status:4602: creating cairo-pdf-uninstalled.pc
- config.status:4602: creating src/cairo-svg.pc
- config.status:4602: creating cairo-svg-uninstalled.pc
- config.status:4602: creating src/cairo-tee.pc
- config.status:4602: creating cairo-tee-uninstalled.pc
- config.status:4602: creating src/cairo-gobject.pc
- config.status:4602: creating cairo-gobject-uninstalled.pc
- config.status:4602: creating Makefile
- config.status:4602: creating boilerplate/Makefile
- config.status:4602: creating src/Makefile
- config.status:4602: creating test/Makefile
- config.status:4602: creating test/pdiff/Makefile
- config.status:4602: creating perf/Makefile
- config.status:4602: creating perf/micro/Makefile
- config.status:4602: creating util/Makefile
- config.status:4602: creating util/cairo-fdr/Makefile
- config.status:4602: creating util/cairo-gobject/Makefile
- config.status:4602: creating util/cairo-missing/Makefile
- config.status:4602: creating util/cairo-script/Makefile
- config.status:4602: creating util/cairo-script/examples/Makefile
- config.status:4602: creating util/cairo-sphinx/Makefile
- config.status:4602: creating util/cairo-trace/Makefile
- config.status:4602: creating util/cairo-trace/cairo-trace
- config.status:4602: creating doc/Makefile
- config.status:4602: creating doc/public/Makefile
- config.status:4602: creating config.h
- config.status:4816: executing depfiles commands
- config.status:4816: executing libtool commands
- config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features commands
- config.status:5636: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features
- config.status:5644: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features is unchanged
- config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.am.features commands
- config.status:5655: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.am.features
- config.status:5663: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.am.features is unchanged
- config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.win32.features commands
- config.status:5674: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.win32.features
- config.status:5682: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.win32.features is unchanged
- config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.am.features commands
- config.status:5693: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.am.features
- config.status:5701: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.am.features is unchanged
- config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.win32.features commands
- config.status:5712: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.win32.features
- config.status:5720: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.win32.features is unchanged
- config.status:4816: executing src/cairo-features.h commands
- config.status:5731: creating src/cairo-features.h
- config.status:4816: executing src/cairo-supported-features.h commands
- config.status:5763: creating src/cairo-supported-features.h
- config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features-h commands
- config.status:5793: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features-h
- config.status:5801: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features-h is unchanged
- config.status:4816: executing cairo-trace commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-pc-linux-gnu
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_inline=inline
- ac_cv_c_typeof=typeof
- ac_cv_cxx_compiler_gnu=yes
- ac_cv_env_CCC_set=
- ac_cv_env_CCC_value=
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=set
- ac_cv_env_CFLAGS_value='-march=native -pipe -O2'
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_CXXCPP_set=
- ac_cv_env_CXXCPP_value=
- ac_cv_env_CXXFLAGS_set=set
- ac_cv_env_CXXFLAGS_value='-march=native -pipe -O2'
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- 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='-Wl,-O1 -Wl,--as-needed'
- 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_LT_SYS_LIBRARY_PATH_set=
- ac_cv_env_LT_SYS_LIBRARY_PATH_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=x86_64-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_glesv3_CFLAGS_set=
- ac_cv_env_glesv3_CFLAGS_value=
- ac_cv_env_glesv3_LIBS_set=
- ac_cv_env_glesv3_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=x86_64-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_Done_MM_Var=yes
- ac_cv_func_FT_Get_Var_Design_Coordinates=yes
- 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_XRenderCreateSolidFill=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_gmtime_r=yes
- ac_cv_func_link=yes
- ac_cv_func_localtime_r=yes
- ac_cv_func_mkdir=yes
- ac_cv_func_mmap=yes
- ac_cv_func_newlocale=yes
- ac_cv_func_poppler_page_render=yes
- ac_cv_func_raise=yes
- ac_cv_func_rsvg_pixbuf_from_file=yes
- ac_cv_func_sched_getaffinity=yes
- ac_cv_func_strndup=yes
- ac_cv_func_strtod_l=yes
- ac_cv_func_waitpid=yes
- ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
- 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_bfd_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_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_stdint_h=yes
- ac_cv_header_stdio_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_wchar_h=yes
- ac_cv_header_xlocale_h=no
- ac_cv_header_zlib_h=yes
- ac_cv_host=x86_64-pc-linux-gnu
- ac_cv_lib_bfd_bfd_openr=yes
- 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_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config
- ac_cv_path_SED=/bin/sed
- ac_cv_path_XARGS=/usr/bin/xargs
- ac_cv_path_install='/usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c'
- ac_cv_path_lt_DD=/bin/dd
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
- ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
- ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
- ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E'
- ac_cv_prog_GS=gs
- ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
- ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
- ac_cv_prog_STRINGS=x86_64-pc-linux-gnu-strings
- ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
- ac_cv_prog_cc_c11=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_stdc=
- ac_cv_prog_cxx_11=no
- ac_cv_prog_cxx_cxx11=
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_cxx_stdcxx=
- ac_cv_prog_make_make_set=yes
- ac_cv_safe_to_define___extensions__=yes
- ac_cv_should_define__xopen_source=no
- ac_cv_sizeof_int=4
- ac_cv_sizeof_long=8
- ac_cv_sizeof_long_long=8
- ac_cv_sizeof_size_t=8
- ac_cv_sizeof_void_p=8
- ac_cv_sys_file_offset_bits=no
- ac_cv_sys_largefile_CC=no
- ac_cv_type___uint128_t=yes
- 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_ar_interface=ar
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- ax_cv_c_float_words_bigendian=no
- cairo_cv_atomic_op_needs_memory_barrier=no
- cairo_cv_atomic_primitives=cxx11
- cairo_cv_test_undefined_ldflags=-Wl,--allow-shlib-undefined
- cairo_cv_warn_cflags=' -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -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 -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable'
- cairo_cv_warn_maybe='-Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -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 -Wold-style-definition -Wdeclaration-after-statement -Wstrict-prototypes -Wmissing-prototypes -Wbad-function-cast -Wnested-externs'
- 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/x86_64-pc-linux-gnu/bin/ld
- lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
- lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- lt_cv_prog_compiler_pic='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_pic_works_CXX=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_compiler_static_works_CXX=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_prog_gnu_ldcxx=yes
- lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
- lt_cv_shlibpath_overrides_runpath=yes
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_global_symbol_to_import=
- lt_cv_sys_max_cmd_len=1572864
- lt_cv_to_host_file_cmd=func_convert_file_noop
- lt_cv_to_tool_file_cmd=func_convert_file_noop
- lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
- pkg_cv_FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid '
- pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype '
- pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
- pkg_cv_FREETYPE_LIBS='-lfreetype '
- pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/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 -I/usr/lib64/libffi/include '
- pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 '
- pkg_cv_LIBRSVG_CFLAGS='-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -pthread '
- pkg_cv_LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -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/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/poppler '
- pkg_cv_POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo '
- 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='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread '
- 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 -lharfbuzz -lfontconfig -lfreetype '
- 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 -lz '
- pkg_cv_xcb_CFLAGS=
- pkg_cv_xcb_LIBS='-lxcb -lxcb-render '
- pkg_cv_xcb_shm_CFLAGS=
- pkg_cv_xcb_shm_LIBS='-lxcb-shm '
- 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.16.0-r4/work/cairo-1.16.0/build/missing'\'' aclocal-1.16'
- AMDEPBACKSLASH=''
- AMDEP_FALSE=''
- AMDEP_TRUE='#'
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='1'
- AM_V='$(V)'
- AR='x86_64-pc-linux-gnu-ar'
- AS='as'
- AUTOCONF='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' autoconf'
- AUTOHEADER='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' autoheader'
- AUTOMAKE='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' automake-1.16'
- AWK='gawk'
- BFD_LIBS='-lbfd'
- 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/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -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 -Wp,-D_FORTIFY_SOURCE=2 -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_GLESV3_SURFACE_FALSE=''
- CAIRO_HAS_GLESV3_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_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 -lfreetype -lpng16 -lz -lxcb-shm -lxcb -lxcb-render -lXrender -lX11 -lX11 -lXext -lz -lz -lz '
- CAIRO_LIBTOOL_VERSION_INFO='11602:0:11600'
- CAIRO_NONPKGCONFIG_CFLAGS=' '
- CAIRO_NONPKGCONFIG_LIBS=' -lz -lz -lz '
- CAIRO_RELEASE_STATUS='release'
- CAIRO_REQUIRES=' gobject-2.0 glib-2.0 >= 2.14 pixman-1 >= 0.30.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 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='0'
- CAIRO_VERSION_MINOR='16'
- CAIRO_VERSION_SONUM='2'
- CC='x86_64-pc-linux-gnu-gcc'
- CCDEPMODE='depmode=none'
- CFLAGS='-march=native -pipe -O2'
- CPP='x86_64-pc-linux-gnu-gcc -E'
- CPPFLAGS=''
- CROSS_COMPILING_FALSE=''
- CROSS_COMPILING_TRUE='#'
- CSCOPE='cscope'
- CTAGS='ctags'
- CXX='x86_64-pc-linux-gnu-g++'
- CXXCPP='x86_64-pc-linux-gnu-g++ -E'
- CXXDEPMODE='depmode=none'
- CXXFLAGS='-march=native -pipe -O2'
- 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='#'
- ETAGS='etags'
- EXEEXT=''
- FGREP='/bin/grep -F'
- FIND='/usr/bin/find'
- FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid '
- FONTCONFIG_LIBS='-lfontconfig -lfreetype '
- FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
- FREETYPE_CONFIG=''
- FREETYPE_LIBS='-lfreetype '
- GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include '
- GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
- GREP='/bin/grep'
- GS='gs'
- GTKDOC_CHECK=''
- GTKDOC_CHECK_PATH=''
- GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include '
- GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 '
- GTKDOC_MKPDF=''
- GTKDOC_REBASE='true'
- 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/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
- LDFLAGS='-Wl,-O1 -Wl,--as-needed'
- LIBM='-lm'
- LIBOBJS=''
- LIBRSVG_CFLAGS='-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -pthread '
- LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -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=''
- LT_SYS_LIBRARY_PATH=''
- MAKEINFO='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/bin/mkdir -p'
- NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
- NMEDIT=''
- OBJDUMP='x86_64-pc-linux-gnu-objdump'
- OBJEXT='o'
- OS_WIN32_FALSE=''
- OS_WIN32_TRUE='#'
- OTOOL64=''
- OTOOL=''
- PACKAGE='cairo'
- PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=cairo'
- PACKAGE_NAME='cairo'
- PACKAGE_STRING='cairo 1.16.0'
- PACKAGE_TARNAME='cairo'
- PACKAGE_URL='https://cairographics.org/'
- PACKAGE_VERSION='1.16.0'
- PATH_SEPARATOR=':'
- PKGCONFIG_REQUIRES='Requires.private'
- PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config'
- POPPLER_CFLAGS='-I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/poppler '
- POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo '
- RANLIB='x86_64-pc-linux-gnu-ranlib'
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- SHLIB_EXT='so'
- SHM_LIBS='-lrt'
- SHTOOL=''
- STRINGS='x86_64-pc-linux-gnu-strings'
- STRIP='x86_64-pc-linux-gnu-strip'
- VALGRIND_CFLAGS=''
- VALGRIND_LIBS=''
- VERSION='1.16.0'
- 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='x86_64-pc-linux-gnu'
- build_alias='x86_64-pc-linux-gnu'
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='pc'
- cogl_CFLAGS=''
- cogl_LIBS=''
- datadir='/usr/share'
- datarootdir='${prefix}/share'
- directfb_CFLAGS=''
- directfb_LIBS=''
- docdir='/usr/share/doc/cairo-1.16.0-r4'
- drm_CFLAGS=''
- drm_LIBS=''
- dvidir='${docdir}'
- egl_CFLAGS=''
- egl_LIBS=''
- exec_prefix='${prefix}'
- gallium_DIR=''
- gl_CFLAGS=''
- gl_LIBS=''
- glesv2_CFLAGS=''
- glesv2_LIBS=''
- glesv3_CFLAGS=''
- glesv3_LIBS=''
- glib_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
- glib_LIBS='-lglib-2.0 '
- gtk_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread '
- 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 -lharfbuzz -lfontconfig -lfreetype '
- host='x86_64-pc-linux-gnu'
- host_alias='x86_64-pc-linux-gnu'
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='pc'
- htmldir='/usr/share/doc/cairo-1.16.0-r4/html'
- includedir='${prefix}/include'
- infodir='/usr/share/info'
- install_sh='${SHELL} /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/install-sh'
- libdir='/usr/lib64'
- 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 -lz '
- 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'
- runstatedir='${localstatedir}/run'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- shm_LIBS='-lrt'
- sysconfdir='/etc'
- target_alias=''
- xcb_CFLAGS=''
- xcb_LIBS='-lxcb -lxcb-render '
- xcb_shm_CFLAGS=''
- xcb_shm_LIBS='-lxcb-shm '
- 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.16.0"
- #define PACKAGE_STRING "cairo 1.16.0"
- #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
- #define PACKAGE_URL "https://cairographics.org/"
- #define HAVE_STDIO_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_WCHAR_H 1
- #define STDC_HEADERS 1
- #define _ALL_SOURCE 1
- #define _DARWIN_C_SOURCE 1
- #define _GNU_SOURCE 1
- #define _HPUX_ALT_XOPEN_SOCKET_API 1
- #define _NETBSD_SOURCE 1
- #define _OPENBSD_SOURCE 1
- #define _POSIX_PTHREAD_SEMANTICS 1
- #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
- #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
- #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
- #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
- #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
- #define __STDC_WANT_LIB_EXT2__ 1
- #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
- #define _TANDEM_SOURCE 1
- #define __EXTENSIONS__ 1
- #define HAVE_UNISTD_H 1
- #define HAVE_SYS_IOCTL_H 1
- #define HAVE_TYPEOF 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
- #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
- #define SIZEOF_VOID_P 8
- #define SIZEOF_INT 4
- #define SIZEOF_LONG 8
- #define SIZEOF_LONG_LONG 8
- #define SIZEOF_SIZE_T 8
- #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___UINT128_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_LOCALTIME_R 1
- #define HAVE_GMTIME_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 HAVE_NEWLOCALE 1
- #define HAVE_STRTOD_L 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_XRENDERCREATESOLIDFILL 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_FT_GET_VAR_DESIGN_COORDINATES 1
- #define HAVE_FT_DONE_MM_VAR 1
- #define HAVE_FCINIT 1
- #define HAVE_FCFINI 1
- #define CAIRO_CAN_TEST_PS_SURFACE 1
- #define CAIRO_HAS_SPECTRE 1
- #define HAVE_POPPLER_PAGE_RENDER 1
- #define CAIRO_CAN_TEST_PDF_SURFACE 1
- #define HAVE_RSVG_PIXBUF_FROM_FILE 1
- #define CAIRO_CAN_TEST_SVG_SURFACE 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_INTERPRETER 1
- #define HAVE_BFD 1
- #define CAIRO_HAS_SYMBOL_LOOKUP 1
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment