This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cdecl configure 13.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cdecl-13.0 --htmldir=/usr/share/doc/cdecl-13.0/html --libdir=/usr/lib64 --with-readline --enable-term-size --disable-bison-debug --disable-flex-debug ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 5.15.76-gentoo-dist-hardened uname -s = Linux uname -v = #1 SMP Sun Oct 30 15:54:34 GMT 2022 /usr/bin/uname -p = AMD Ryzen 9 3950X 16-Core Processor /bin/uname -X = unknown /bin/arch = x86_64 /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/ccache/bin/ PATH: /usr/lib/portage/python3.11/ebuild-helpers/xattr/ PATH: /usr/lib/portage/python3.11/ebuild-helpers/ PATH: /usr/sbin/ PATH: /sbin/ PATH: /bin/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/bin/ PATH: /opt/bin/ PATH: /usr/lib/llvm/16/bin/ PATH: /usr/lib/llvm/15/bin/ PATH: /usr/lib/llvm/14/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3349: 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:3735: looking for aux files: config.guess config.sub compile missing install-sh configure:3748: trying ./ configure:3777: ./config.guess found configure:3777: ./config.sub found configure:3777: ./compile found configure:3777: ./missing found configure:3759: ./install-sh found configure:3907: checking for a BSD-compatible install configure:3980: result: /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c configure:3991: checking whether build environment is sane configure:4046: result: yes configure:4205: checking for a race-free mkdir -p configure:4249: result: /usr/sbin/mkdir -p configure:4256: checking for gawk configure:4277: found /usr/sbin/gawk configure:4288: result: gawk configure:4299: checking whether make sets $(MAKE) configure:4322: result: yes configure:4352: checking whether make supports nested variables configure:4370: result: yes configure:4561: checking for x86_64-pc-linux-gnu-gcc configure:4582: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc configure:4593: result: x86_64-pc-linux-gnu-gcc configure:4991: checking for C compiler version configure:5000: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo Hardened 12.2.1_p20221029 p1) 12.2.1 20221029 Copyright (C) 2022 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:5011: $? = 0 configure:5000: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/sbin/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20221029/work/gcc-12-20221029/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/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 Hardened 12.2.1_p20221029 p1' --with-gcc-major-version-only --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --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 --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp --with-build-config='bootstrap-lto bootstrap-cet' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.2.1 20221029 (Gentoo Hardened 12.2.1_p20221029 p1) configure:5011: $? = 0 configure:5000: 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:5011: $? = 1 configure:5000: 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:5011: $? = 1 configure:5000: 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:5011: $? = 1 configure:5031: checking whether the C compiler works configure:5053: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs conftest.c >&5 configure:5057: $? = 0 configure:5107: result: yes configure:5110: checking for C compiler default output file name configure:5112: result: a.out configure:5118: checking for suffix of executables configure:5125: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs conftest.c >&5 configure:5129: $? = 0 configure:5152: result: configure:5174: checking whether we are cross compiling configure:5182: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs conftest.c >&5 configure:5186: $? = 0 configure:5193: ./conftest configure:5197: $? = 0 configure:5212: result: no configure:5217: checking for suffix of object files configure:5240: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5244: $? = 0 configure:5266: result: o configure:5270: checking whether the compiler supports GNU C configure:5290: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5290: $? = 0 configure:5300: result: yes configure:5311: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:5332: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:5332: $? = 0 configure:5376: result: yes configure:5396: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features configure:5411: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5411: $? = 0 configure:5429: result: none needed configure:5545: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:5568: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:5571: $? = 0 configure:5568: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:5571: $? = 0 configure:5583: result: yes configure:5601: checking whether the compiler is clang configure:5623: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5623: $? = 0 configure:5632: result: no configure:5636: checking for compiler option needed when checking for declarations configure:5669: result: none configure:5681: checking whether make supports the include directive configure:5696: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:5699: $? = 0 configure:5718: result: yes (GNU style) configure:5744: checking dependency style of x86_64-pc-linux-gnu-gcc configure:5856: result: none configure:5876: checking for stdio.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for stdlib.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for string.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for inttypes.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for stdint.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for strings.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for sys/stat.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for sys/types.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for unistd.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for wchar.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for minix/config.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 conftest.c:49:10: fatal error: minix/config.h: No such file or directory 49 | #include  | ^~~~~~~~~~~~~~~~ compilation terminated. configure:5876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cdecl" | #define PACKAGE_TARNAME "cdecl" | #define PACKAGE_VERSION "13.0" | #define PACKAGE_STRING "cdecl 13.0" | #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" | #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" | #define PACKAGE "cdecl" | #define VERSION "13.0" | #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 | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5876: result: no configure:5876: checking for fnmatch.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for getopt.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for sys/cdefs.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for threads.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for limits.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for xlocale.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 conftest.c:54:10: fatal error: xlocale.h: No such file or directory 54 | #include  | ^~~~~~~~~~~ compilation terminated. configure:5876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cdecl" | #define PACKAGE_TARNAME "cdecl" | #define PACKAGE_VERSION "13.0" | #define PACKAGE_STRING "cdecl 13.0" | #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" | #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" | #define PACKAGE "cdecl" | #define VERSION "13.0" | #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 HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5876: result: no configure:5876: checking for sys/mman.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for stdbool.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for stdckdint.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 conftest.c:56:10: fatal error: stdckdint.h: No such file or directory 56 | #include  | ^~~~~~~~~~~~~ compilation terminated. configure:5876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cdecl" | #define PACKAGE_TARNAME "cdecl" | #define PACKAGE_VERSION "13.0" | #define PACKAGE_STRING "cdecl 13.0" | #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" | #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" | #define PACKAGE "cdecl" | #define VERSION "13.0" | #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 HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5876: result: no configure:5876: checking for sysexits.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for features.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5876: checking for crtdefs.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 conftest.c:58:10: fatal error: crtdefs.h: No such file or directory 58 | #include  | ^~~~~~~~~~~ compilation terminated. configure:5876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cdecl" | #define PACKAGE_TARNAME "cdecl" | #define PACKAGE_VERSION "13.0" | #define PACKAGE_STRING "cdecl 13.0" | #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" | #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" | #define PACKAGE "cdecl" | #define VERSION "13.0" | #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 HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_FEATURES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5876: result: no configure:5876: checking for wctype.h configure:5876: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5876: $? = 0 configure:5876: result: yes configure:5907: checking whether it is safe to define __EXTENSIONS__ configure:5926: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5926: $? = 0 configure:5934: result: yes configure:5937: checking whether _XOPEN_SOURCE should be defined configure:5959: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:5959: $? = 0 configure:5986: result: no configure:6048: checking build system type configure:6063: result: x86_64-pc-linux-gnu configure:6083: checking host system type configure:6097: result: x86_64-pc-linux-gnu configure:6134: checking how to run the C preprocessor configure:6160: x86_64-pc-linux-gnu-gcc -E conftest.c configure:6160: $? = 0 configure:6175: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:48:10: fatal error: ac_nonexistent.h: No such file or directory 48 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6175: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cdecl" | #define PACKAGE_TARNAME "cdecl" | #define PACKAGE_VERSION "13.0" | #define PACKAGE_STRING "cdecl 13.0" | #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" | #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" | #define PACKAGE "cdecl" | #define VERSION "13.0" | #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 HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_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 | /* end confdefs.h. */ | #include configure:6202: result: x86_64-pc-linux-gnu-gcc -E configure:6216: x86_64-pc-linux-gnu-gcc -E conftest.c configure:6216: $? = 0 configure:6231: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:48:10: fatal error: ac_nonexistent.h: No such file or directory 48 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6231: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cdecl" | #define PACKAGE_TARNAME "cdecl" | #define PACKAGE_VERSION "13.0" | #define PACKAGE_STRING "cdecl 13.0" | #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" | #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" | #define PACKAGE "cdecl" | #define VERSION "13.0" | #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 HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_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 | /* end confdefs.h. */ | #include configure:6262: checking for grep that handles long lines and -e configure:6326: result: /usr/sbin/grep configure:6331: checking for egrep configure:6399: result: /usr/sbin/grep -E configure:6407: checking for Minix Amsterdam compiler configure:6433: result: no configure:6450: checking for x86_64-pc-linux-gnu-ar configure:6471: found /usr/sbin/x86_64-pc-linux-gnu-ar configure:6482: result: x86_64-pc-linux-gnu-ar configure:6562: checking for x86_64-pc-linux-gnu-ranlib configure:6583: found /usr/sbin/x86_64-pc-linux-gnu-ranlib configure:6594: result: x86_64-pc-linux-gnu-ranlib configure:6745: checking for flex configure:6777: result: reflex configure:6826: checking for lex output file root configure:6839: reflex conftest.l configure:6843: $? = 0 configure:6851: result: lex.yy configure:6866: checking for lex library configure:6891: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs conftest.c >&5 configure:6891: $? = 0 configure:6904: result: none needed configure:6919: checking for library containing yywrap configure:6955: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-util/cdecl-13.0/temp/ccaPMaWF.o: in function `main': /var/tmp/portage/dev-util/cdecl-13.0/work/cdecl-cdecl-13.0/conftest.c:62: undefined reference to `yywrap' collect2: error: ld returned 1 exit status configure:6955: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cdecl" | #define PACKAGE_TARNAME "cdecl" | #define PACKAGE_VERSION "13.0" | #define PACKAGE_STRING "cdecl 13.0" | #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" | #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" | #define PACKAGE "cdecl" | #define VERSION "13.0" | #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 HAVE_FNMATCH_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_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 | /* 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. | The 'extern "C"' is for builds by C++ compilers; | although this is not generally supported in C code supporting it here | has little cost and some practical benefit (sr 110532). */ | #ifdef __cplusplus | extern "C" | #endif | char yywrap (void); | int | main (void) | { | return yywrap (); | ; | return 0; | } configure:6955: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs conftest.c -lfl >&5 configure:6955: $? = 0 configure:6975: result: -lfl configure:6991: checking whether yytext is a pointer configure:7007: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat conftest.c >&5 configure:7007: $? = 0 configure:7014: result: yes configure:7033: checking if flex is the lexer generator configure:7048: result: no configure:7058: error: required program "flex" not found ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build='x86_64-pc-linux-gnu' ac_cv_c_compiler_gnu='yes' ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='set' ac_cv_env_CFLAGS_value='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_LDFLAGS_set='set' ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_YACC_set='set' ac_cv_env_YACC_value='byacc' ac_cv_env_YFLAGS_set='' ac_cv_env_YFLAGS_value='' ac_cv_env_build_alias_set='set' ac_cv_env_build_alias_value='x86_64-pc-linux-gnu' ac_cv_env_host_alias_set='set' ac_cv_env_host_alias_value='x86_64-pc-linux-gnu' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_header_crtdefs_h='no' ac_cv_header_features_h='yes' ac_cv_header_fnmatch_h='yes' ac_cv_header_getopt_h='yes' ac_cv_header_inttypes_h='yes' ac_cv_header_limits_h='yes' ac_cv_header_minix_config_h='no' ac_cv_header_stdbool_h='yes' ac_cv_header_stdckdint_h='no' 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_cdefs_h='yes' ac_cv_header_sys_mman_h='yes' ac_cv_header_sys_stat_h='yes' ac_cv_header_sys_types_h='yes' ac_cv_header_sysexits_h='yes' ac_cv_header_threads_h='yes' ac_cv_header_unistd_h='yes' ac_cv_header_wchar_h='yes' ac_cv_header_wctype_h='yes' ac_cv_header_xlocale_h='no' ac_cv_host='x86_64-pc-linux-gnu' ac_cv_lib_lex='none needed' ac_cv_objext='o' ac_cv_path_EGREP='/usr/sbin/grep -E' ac_cv_path_GREP='/usr/sbin/grep' ac_cv_path_GZIP_PROG='/usr/sbin/pigz' ac_cv_path_install='/usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c' ac_cv_path_mkdir='/usr/sbin/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_LEX='reflex' ac_cv_prog_RANLIB='x86_64-pc-linux-gnu-ranlib' ac_cv_prog_cc_c11='' ac_cv_prog_cc_g='yes' ac_cv_prog_cc_stdc='' ac_cv_prog_lex_root='lex.yy' ac_cv_prog_lex_yytext_pointer='yes' ac_cv_prog_make_make_set='yes' ac_cv_safe_to_define___extensions__='yes' ac_cv_search_yywrap='-lfl' ac_cv_should_define__xopen_source='no' am_cv_CC_dependencies_compiler_type='none' am_cv_make_support_nested_variables='yes' am_cv_prog_cc_c_o='yes' ax_cv_prog_flex='no' gl_cv_c_amsterdam_compiler='no' gl_cv_compiler_check_decl_option='none' gl_cv_compiler_clang='no' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/var/tmp/portage/dev-util/cdecl-13.0/work/cdecl-cdecl-13.0/missing'\'' aclocal-1.16' ALLOCA='' ALLOCA_H='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='' AR='x86_64-pc-linux-gnu-ar' ARFLAGS='cr' ASSERT_H='' AUTOCONF='${SHELL} '\''/var/tmp/portage/dev-util/cdecl-13.0/work/cdecl-cdecl-13.0/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/var/tmp/portage/dev-util/cdecl-13.0/work/cdecl-cdecl-13.0/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/var/tmp/portage/dev-util/cdecl-13.0/work/cdecl-cdecl-13.0/missing'\'' automake-1.16' AWK='gawk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=format-security -Werror=implicit-function-declaration -Wimplicit-int -Wformat' CFLAG_VISIBILITY='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/sbin/grep -E' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENABLE_ASAN_FALSE='' ENABLE_ASAN_TRUE='' ENABLE_BISON_DEBUG_FALSE='' ENABLE_BISON_DEBUG_TRUE='' ENABLE_CDECL_DEBUG_FALSE='' ENABLE_CDECL_DEBUG_TRUE='' ENABLE_COVERAGE_FALSE='' ENABLE_COVERAGE_TRUE='' ENABLE_FLEX_DEBUG_FALSE='' ENABLE_FLEX_DEBUG_TRUE='' ENABLE_MSAN_FALSE='' ENABLE_MSAN_TRUE='' ENABLE_UBSAN_FALSE='' ENABLE_UBSAN_TRUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' ETAGS='etags' EXEEXT='' EXPECT='' FNMATCH_H='' GCOV='' GENHTML='' GETOPT_CDEFS_H='' GETOPT_H='' GL_CFLAG_ALLOW_WARNINGS='' GL_CFLAG_GNULIB_WARNINGS='' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='' GL_COND_OBJ_BTOWC_FALSE='' GL_COND_OBJ_BTOWC_TRUE='' GL_COND_OBJ_GETDELIM_FALSE='' GL_COND_OBJ_GETDELIM_TRUE='' GL_COND_OBJ_GETLINE_FALSE='' GL_COND_OBJ_GETLINE_TRUE='' GL_COND_OBJ_GETOPT_FALSE='' GL_COND_OBJ_GETOPT_TRUE='' GL_COND_OBJ_ISBLANK_FALSE='' GL_COND_OBJ_ISBLANK_TRUE='' GL_COND_OBJ_MBRTOWC_FALSE='' GL_COND_OBJ_MBRTOWC_TRUE='' GL_COND_OBJ_MBSINIT_FALSE='' GL_COND_OBJ_MBSINIT_TRUE='' GL_COND_OBJ_MBSRTOWCS_FALSE='' GL_COND_OBJ_MBSRTOWCS_TRUE='' GL_COND_OBJ_MBTOWC_FALSE='' GL_COND_OBJ_MBTOWC_TRUE='' GL_COND_OBJ_MEMCHR_FALSE='' GL_COND_OBJ_MEMCHR_TRUE='' GL_COND_OBJ_MEMPCPY_FALSE='' GL_COND_OBJ_MEMPCPY_TRUE='' GL_COND_OBJ_SETLOCALE_LOCK_FALSE='' GL_COND_OBJ_SETLOCALE_LOCK_TRUE='' GL_COND_OBJ_STDIO_READ_FALSE='' GL_COND_OBJ_STDIO_READ_TRUE='' GL_COND_OBJ_STDIO_WRITE_FALSE='' GL_COND_OBJ_STDIO_WRITE_TRUE='' GL_COND_OBJ_STRNDUP_FALSE='' GL_COND_OBJ_STRNDUP_TRUE='' GL_COND_OBJ_STRNLEN_FALSE='' GL_COND_OBJ_STRNLEN_TRUE='' GL_COND_OBJ_STRSEP_FALSE='' GL_COND_OBJ_STRSEP_TRUE='' GL_COND_OBJ_WMEMCHR_FALSE='' GL_COND_OBJ_WMEMCHR_TRUE='' GL_COND_OBJ_WMEMPCPY_FALSE='' GL_COND_OBJ_WMEMPCPY_TRUE='' GL_GENERATE_ALLOCA_H_FALSE='' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_ASSERT_H_FALSE='' GL_GENERATE_ASSERT_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='' GL_GENERATE_FNMATCH_H_FALSE='' GL_GENERATE_FNMATCH_H_TRUE='' GL_GENERATE_GETOPT_CDEFS_H_FALSE='' GL_GENERATE_GETOPT_CDEFS_H_TRUE='' GL_GENERATE_GETOPT_H_FALSE='' GL_GENERATE_GETOPT_H_TRUE='' GL_GENERATE_LIMITS_H_FALSE='' GL_GENERATE_LIMITS_H_TRUE='' GL_GENERATE_STDARG_H_FALSE='' GL_GENERATE_STDARG_H_TRUE='' GL_GENERATE_STDCKDINT_H_FALSE='' GL_GENERATE_STDCKDINT_H_TRUE='' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='' GL_GENERATE_STDINT_H_FALSE='' GL_GENERATE_STDINT_H_TRUE='' GL_GENERATE_STDNORETURN_H_FALSE='' GL_GENERATE_STDNORETURN_H_TRUE='' GL_GENERATE_SYSEXITS_H_FALSE='' GL_GENERATE_SYSEXITS_H_TRUE='' GL_GNULIB_ACCESS='' GL_GNULIB_ALIGNED_ALLOC='' GL_GNULIB_ATOLL='' GL_GNULIB_BTOWC='' GL_GNULIB_CALLOC_GNU='' GL_GNULIB_CALLOC_POSIX='' GL_GNULIB_CANONICALIZE_FILE_NAME='' GL_GNULIB_CHDIR='' GL_GNULIB_CHOWN='' GL_GNULIB_CLOSE='' GL_GNULIB_COPY_FILE_RANGE='' GL_GNULIB_DPRINTF='' GL_GNULIB_DUP2='' GL_GNULIB_DUP3='' GL_GNULIB_DUP='' GL_GNULIB_DUPLOCALE='' GL_GNULIB_ENVIRON='' GL_GNULIB_EUIDACCESS='' GL_GNULIB_EXECL='' GL_GNULIB_EXECLE='' GL_GNULIB_EXECLP='' GL_GNULIB_EXECV='' GL_GNULIB_EXECVE='' GL_GNULIB_EXECVP='' GL_GNULIB_EXECVPE='' GL_GNULIB_EXPLICIT_BZERO='' GL_GNULIB_FACCESSAT='' GL_GNULIB_FCHDIR='' GL_GNULIB_FCHOWNAT='' GL_GNULIB_FCLOSE='' GL_GNULIB_FDATASYNC='' GL_GNULIB_FDOPEN='' GL_GNULIB_FFLUSH='' GL_GNULIB_FFSL='' GL_GNULIB_FFSLL='' GL_GNULIB_FGETC='' GL_GNULIB_FGETS='' GL_GNULIB_FNMATCH='' GL_GNULIB_FOPEN='' GL_GNULIB_FOPEN_GNU='' GL_GNULIB_FPRINTF='' GL_GNULIB_FPRINTF_POSIX='' GL_GNULIB_FPURGE='' GL_GNULIB_FPUTC='' GL_GNULIB_FPUTS='' GL_GNULIB_FREAD='' GL_GNULIB_FREE_POSIX='' GL_GNULIB_FREOPEN='' GL_GNULIB_FSCANF='' GL_GNULIB_FSEEK='' GL_GNULIB_FSEEKO='' GL_GNULIB_FSYNC='' GL_GNULIB_FTELL='' GL_GNULIB_FTELLO='' GL_GNULIB_FTRUNCATE='' GL_GNULIB_FWRITE='' GL_GNULIB_GETC='' GL_GNULIB_GETCHAR='' GL_GNULIB_GETCWD='' GL_GNULIB_GETDELIM='' GL_GNULIB_GETDOMAINNAME='' GL_GNULIB_GETDTABLESIZE='' GL_GNULIB_GETENTROPY='' GL_GNULIB_GETGROUPS='' GL_GNULIB_GETHOSTNAME='' GL_GNULIB_GETLINE='' GL_GNULIB_GETLOADAVG='' GL_GNULIB_GETLOGIN='' GL_GNULIB_GETLOGIN_R='' GL_GNULIB_GETOPT_POSIX='' GL_GNULIB_GETPAGESIZE='' GL_GNULIB_GETPASS='' GL_GNULIB_GETPASS_GNU='' GL_GNULIB_GETSUBOPT='' GL_GNULIB_GETUSERSHELL='' GL_GNULIB_GRANTPT='' GL_GNULIB_GROUP_MEMBER='' GL_GNULIB_IMAXABS='' GL_GNULIB_IMAXDIV='' GL_GNULIB_ISATTY='' GL_GNULIB_ISBLANK='' GL_GNULIB_ISWBLANK='' GL_GNULIB_ISWCTYPE='' GL_GNULIB_ISWDIGIT='' GL_GNULIB_ISWXDIGIT='' GL_GNULIB_LCHOWN='' GL_GNULIB_LINK='' GL_GNULIB_LINKAT='' GL_GNULIB_LOCALECONV='' GL_GNULIB_LOCALENAME='' GL_GNULIB_LSEEK='' GL_GNULIB_MALLOC_GNU='' GL_GNULIB_MALLOC_POSIX='' GL_GNULIB_MBRLEN='' GL_GNULIB_MBRTOWC='' GL_GNULIB_MBSCASECMP='' GL_GNULIB_MBSCASESTR='' GL_GNULIB_MBSCHR='' GL_GNULIB_MBSCSPN='' GL_GNULIB_MBSINIT='' GL_GNULIB_MBSLEN='' GL_GNULIB_MBSNCASECMP='' GL_GNULIB_MBSNLEN='' GL_GNULIB_MBSNRTOWCS='' GL_GNULIB_MBSPBRK='' GL_GNULIB_MBSPCASECMP='' GL_GNULIB_MBSRCHR='' GL_GNULIB_MBSRTOWCS='' GL_GNULIB_MBSSEP='' GL_GNULIB_MBSSPN='' GL_GNULIB_MBSSTR='' GL_GNULIB_MBSTOK_R='' GL_GNULIB_MBTOWC='' GL_GNULIB_MDA_ACCESS='' GL_GNULIB_MDA_CHDIR='' GL_GNULIB_MDA_CLOSE='' GL_GNULIB_MDA_DUP2='' GL_GNULIB_MDA_DUP='' GL_GNULIB_MDA_ECVT='' GL_GNULIB_MDA_EXECL='' GL_GNULIB_MDA_EXECLE='' GL_GNULIB_MDA_EXECLP='' GL_GNULIB_MDA_EXECV='' GL_GNULIB_MDA_EXECVE='' GL_GNULIB_MDA_EXECVP='' GL_GNULIB_MDA_EXECVPE='' GL_GNULIB_MDA_FCLOSEALL='' GL_GNULIB_MDA_FCVT='' GL_GNULIB_MDA_FDOPEN='' GL_GNULIB_MDA_FILENO='' GL_GNULIB_MDA_GCVT='' GL_GNULIB_MDA_GETCWD='' GL_GNULIB_MDA_GETPID='' GL_GNULIB_MDA_GETW='' GL_GNULIB_MDA_ISATTY='' GL_GNULIB_MDA_LSEEK='' GL_GNULIB_MDA_MEMCCPY='' GL_GNULIB_MDA_MKTEMP='' GL_GNULIB_MDA_PUTENV='' GL_GNULIB_MDA_PUTW='' GL_GNULIB_MDA_READ='' GL_GNULIB_MDA_RMDIR='' GL_GNULIB_MDA_STRDUP='' GL_GNULIB_MDA_SWAB='' GL_GNULIB_MDA_TEMPNAM='' GL_GNULIB_MDA_UNLINK='' GL_GNULIB_MDA_WCSDUP='' GL_GNULIB_MDA_WRITE='' GL_GNULIB_MEMCHR='' GL_GNULIB_MEMMEM='' GL_GNULIB_MEMPCPY='' GL_GNULIB_MEMRCHR='' GL_GNULIB_MKDTEMP='' GL_GNULIB_MKOSTEMP='' GL_GNULIB_MKOSTEMPS='' GL_GNULIB_MKSTEMP='' GL_GNULIB_MKSTEMPS='' GL_GNULIB_OBSTACK_PRINTF='' GL_GNULIB_OBSTACK_PRINTF_POSIX='' GL_GNULIB_PCLOSE='' GL_GNULIB_PERROR='' GL_GNULIB_PIPE2='' GL_GNULIB_PIPE='' GL_GNULIB_POPEN='' GL_GNULIB_POSIX_MEMALIGN='' GL_GNULIB_POSIX_OPENPT='' GL_GNULIB_PREAD='' GL_GNULIB_PRINTF='' GL_GNULIB_PRINTF_POSIX='' GL_GNULIB_PTSNAME='' GL_GNULIB_PTSNAME_R='' GL_GNULIB_PUTC='' GL_GNULIB_PUTCHAR='' GL_GNULIB_PUTENV='' GL_GNULIB_PUTS='' GL_GNULIB_PWRITE='' GL_GNULIB_QSORT_R='' GL_GNULIB_RANDOM='' GL_GNULIB_RANDOM_R='' GL_GNULIB_RAWMEMCHR='' GL_GNULIB_READ='' GL_GNULIB_READLINK='' GL_GNULIB_READLINKAT='' GL_GNULIB_REALLOCARRAY='' GL_GNULIB_REALLOC_GNU='' GL_GNULIB_REALLOC_POSIX='' GL_GNULIB_REALPATH='' GL_GNULIB_REMOVE='' GL_GNULIB_RENAME='' GL_GNULIB_RENAMEAT='' GL_GNULIB_RMDIR='' GL_GNULIB_RPMATCH='' GL_GNULIB_SCANF='' GL_GNULIB_SECURE_GETENV='' GL_GNULIB_SETENV='' GL_GNULIB_SETHOSTNAME='' GL_GNULIB_SETLOCALE='' GL_GNULIB_SETLOCALE_NULL='' GL_GNULIB_SIGABBREV_NP='' GL_GNULIB_SIGDESCR_NP='' GL_GNULIB_SLEEP='' GL_GNULIB_SNPRINTF='' GL_GNULIB_SPRINTF_POSIX='' GL_GNULIB_STDIO_H_NONBLOCKING='' GL_GNULIB_STDIO_H_SIGPIPE='' GL_GNULIB_STPCPY='' GL_GNULIB_STPNCPY='' GL_GNULIB_STRCASESTR='' GL_GNULIB_STRCHRNUL='' GL_GNULIB_STRDUP='' GL_GNULIB_STRERROR='' GL_GNULIB_STRERRORNAME_NP='' GL_GNULIB_STRERROR_R='' GL_GNULIB_STRNCAT='' GL_GNULIB_STRNDUP='' GL_GNULIB_STRNLEN='' GL_GNULIB_STRPBRK='' GL_GNULIB_STRSEP='' GL_GNULIB_STRSIGNAL='' GL_GNULIB_STRSTR='' GL_GNULIB_STRTOD='' GL_GNULIB_STRTOIMAX='' GL_GNULIB_STRTOK_R='' GL_GNULIB_STRTOL='' GL_GNULIB_STRTOLD='' GL_GNULIB_STRTOLL='' GL_GNULIB_STRTOUL='' GL_GNULIB_STRTOULL='' GL_GNULIB_STRTOUMAX='' GL_GNULIB_STRVERSCMP='' GL_GNULIB_SYMLINK='' GL_GNULIB_SYMLINKAT='' GL_GNULIB_SYSTEM_POSIX='' GL_GNULIB_TMPFILE='' GL_GNULIB_TOWCTRANS='' GL_GNULIB_TRUNCATE='' GL_GNULIB_TTYNAME_R='' GL_GNULIB_UNISTD_H_GETOPT='' GL_GNULIB_UNISTD_H_NONBLOCKING='' GL_GNULIB_UNISTD_H_SIGPIPE='' GL_GNULIB_UNLINK='' GL_GNULIB_UNLINKAT='' GL_GNULIB_UNLOCKPT='' GL_GNULIB_UNSETENV='' GL_GNULIB_USLEEP='' GL_GNULIB_VASPRINTF='' GL_GNULIB_VDPRINTF='' GL_GNULIB_VFPRINTF='' GL_GNULIB_VFPRINTF_POSIX='' GL_GNULIB_VFSCANF='' GL_GNULIB_VPRINTF='' GL_GNULIB_VPRINTF_POSIX='' GL_GNULIB_VSCANF='' GL_GNULIB_VSNPRINTF='' GL_GNULIB_VSPRINTF_POSIX='' GL_GNULIB_WCPCPY='' GL_GNULIB_WCPNCPY='' GL_GNULIB_WCRTOMB='' GL_GNULIB_WCSCASECMP='' GL_GNULIB_WCSCAT='' GL_GNULIB_WCSCHR='' GL_GNULIB_WCSCMP='' GL_GNULIB_WCSCOLL='' GL_GNULIB_WCSCPY='' GL_GNULIB_WCSCSPN='' GL_GNULIB_WCSDUP='' GL_GNULIB_WCSFTIME='' GL_GNULIB_WCSLEN='' GL_GNULIB_WCSNCASECMP='' GL_GNULIB_WCSNCAT='' GL_GNULIB_WCSNCMP='' GL_GNULIB_WCSNCPY='' GL_GNULIB_WCSNLEN='' GL_GNULIB_WCSNRTOMBS='' GL_GNULIB_WCSPBRK='' GL_GNULIB_WCSRCHR='' GL_GNULIB_WCSRTOMBS='' GL_GNULIB_WCSSPN='' GL_GNULIB_WCSSTR='' GL_GNULIB_WCSTOK='' GL_GNULIB_WCSWIDTH='' GL_GNULIB_WCSXFRM='' GL_GNULIB_WCTOB='' GL_GNULIB_WCTOMB='' GL_GNULIB_WCTRANS='' GL_GNULIB_WCTYPE='' GL_GNULIB_WCWIDTH='' GL_GNULIB_WMEMCHR='' GL_GNULIB_WMEMCMP='' GL_GNULIB_WMEMCPY='' GL_GNULIB_WMEMMOVE='' GL_GNULIB_WMEMPCPY='' GL_GNULIB_WMEMSET='' GL_GNULIB_WRITE='' GL_GNULIB__EXIT='' GNULIBHEADERS_OVERRIDE_WINT_T='' GREP='/usr/sbin/grep' HAVE_ALIGNED_ALLOC='' HAVE_ALLOCA_H='' HAVE_ATOLL='' HAVE_BTOWC='' HAVE_C99_STDINT_H='' HAVE_CANONICALIZE_FILE_NAME='' HAVE_CHOWN='' HAVE_COPY_FILE_RANGE='' HAVE_CRTDEFS_H='' HAVE_DECL_ECVT='' HAVE_DECL_ENVIRON='' HAVE_DECL_EXECVPE='' HAVE_DECL_FCHDIR='' HAVE_DECL_FCLOSEALL='' HAVE_DECL_FCVT='' HAVE_DECL_FDATASYNC='' HAVE_DECL_FPURGE='' HAVE_DECL_FSEEKO='' HAVE_DECL_FTELLO='' HAVE_DECL_GCVT='' HAVE_DECL_GETDELIM='' HAVE_DECL_GETDOMAINNAME='' HAVE_DECL_GETLINE='' HAVE_DECL_GETLOADAVG='' HAVE_DECL_GETLOGIN='' HAVE_DECL_GETLOGIN_R='' HAVE_DECL_GETPAGESIZE='' HAVE_DECL_GETUSERSHELL='' HAVE_DECL_IMAXABS='' HAVE_DECL_IMAXDIV='' HAVE_DECL_INITSTATE='' HAVE_DECL_MEMMEM='' HAVE_DECL_MEMRCHR='' HAVE_DECL_OBSTACK_PRINTF='' HAVE_DECL_SETENV='' HAVE_DECL_SETHOSTNAME='' HAVE_DECL_SETSTATE='' HAVE_DECL_SNPRINTF='' HAVE_DECL_STRDUP='' HAVE_DECL_STRERROR_R='' HAVE_DECL_STRNDUP='' HAVE_DECL_STRNLEN='' HAVE_DECL_STRSIGNAL='' HAVE_DECL_STRTOIMAX='' HAVE_DECL_STRTOK_R='' HAVE_DECL_STRTOUMAX='' HAVE_DECL_TRUNCATE='' HAVE_DECL_TTYNAME_R='' HAVE_DECL_UNSETENV='' HAVE_DECL_VSNPRINTF='' HAVE_DECL_WCSDUP='' HAVE_DECL_WCTOB='' HAVE_DECL_WCWIDTH='' HAVE_DPRINTF='' HAVE_DUP3='' HAVE_DUPLOCALE='' HAVE_EUIDACCESS='' HAVE_EXECVPE='' HAVE_EXPLICIT_BZERO='' HAVE_FACCESSAT='' HAVE_FCHDIR='' HAVE_FCHOWNAT='' HAVE_FDATASYNC='' HAVE_FEATURES_H='' HAVE_FFSL='' HAVE_FFSLL='' HAVE_FNMATCH='' HAVE_FNMATCH_H='' HAVE_FREELOCALE='' HAVE_FSEEKO='' HAVE_FSYNC='' HAVE_FTELLO='' HAVE_FTRUNCATE='' HAVE_GETDTABLESIZE='' HAVE_GETENTROPY='' HAVE_GETGROUPS='' HAVE_GETHOSTNAME='' HAVE_GETLOGIN='' HAVE_GETOPT_H='' HAVE_GETPAGESIZE='' HAVE_GETPASS='' HAVE_GETSUBOPT='' HAVE_GRANTPT='' HAVE_GROUP_MEMBER='' HAVE_IMAXDIV_T='' HAVE_INITSTATE='' HAVE_INTTYPES_H='' HAVE_ISBLANK='' HAVE_ISWBLANK='' HAVE_ISWCNTRL='' HAVE_LCHOWN='' HAVE_LINK='' HAVE_LINKAT='' HAVE_MAX_ALIGN_T='' HAVE_MBRLEN='' HAVE_MBRTOWC='' HAVE_MBSINIT='' HAVE_MBSLEN='' HAVE_MBSNRTOWCS='' HAVE_MBSRTOWCS='' HAVE_MBTOWC='' HAVE_MEMPCPY='' HAVE_MKDTEMP='' HAVE_MKOSTEMP='' HAVE_MKOSTEMPS='' HAVE_MKSTEMP='' HAVE_MKSTEMPS='' HAVE_NEWLOCALE='' HAVE_OS_H='' HAVE_PCLOSE='' HAVE_PIPE2='' HAVE_PIPE='' HAVE_POPEN='' HAVE_POSIX_MEMALIGN='' HAVE_POSIX_OPENPT='' HAVE_PREAD='' HAVE_PTSNAME='' HAVE_PTSNAME_R='' HAVE_PWRITE='' HAVE_QSORT_R='' HAVE_RANDOM='' HAVE_RANDOM_H='' HAVE_RANDOM_R='' HAVE_RAWMEMCHR='' HAVE_READLINK='' HAVE_READLINKAT='' HAVE_REALLOCARRAY='' HAVE_REALPATH='' HAVE_RENAMEAT='' HAVE_RPMATCH='' HAVE_SECURE_GETENV='' HAVE_SETENV='' HAVE_SETHOSTNAME='' HAVE_SETSTATE='' HAVE_SIGABBREV_NP='' HAVE_SIGDESCR_NP='' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SLEEP='' HAVE_STDINT_H='' HAVE_STPCPY='' HAVE_STPNCPY='' HAVE_STRCASESTR='' HAVE_STRCHRNUL='' HAVE_STRERRORNAME_NP='' HAVE_STRPBRK='' HAVE_STRSEP='' HAVE_STRTOD='' HAVE_STRTOL='' HAVE_STRTOLD='' HAVE_STRTOLL='' HAVE_STRTOUL='' HAVE_STRTOULL='' HAVE_STRUCT_RANDOM_DATA='' HAVE_STRVERSCMP='' HAVE_SYMLINK='' HAVE_SYMLINKAT='' HAVE_SYSEXITS_H='' HAVE_SYS_BITYPES_H='' HAVE_SYS_CDEFS_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='' HAVE_SYS_PARAM_H='' HAVE_SYS_TYPES_H='' HAVE_UNISTD_H='' HAVE_UNLINKAT='' HAVE_UNLOCKPT='' HAVE_USLEEP='' HAVE_VASPRINTF='' HAVE_VDPRINTF='' HAVE_VISIBILITY='' HAVE_WCHAR_H='' HAVE_WCHAR_T='' HAVE_WCPCPY='' HAVE_WCPNCPY='' HAVE_WCRTOMB='' HAVE_WCSCASECMP='' HAVE_WCSCAT='' HAVE_WCSCHR='' HAVE_WCSCMP='' HAVE_WCSCOLL='' HAVE_WCSCPY='' HAVE_WCSCSPN='' HAVE_WCSDUP='' HAVE_WCSFTIME='' HAVE_WCSLEN='' HAVE_WCSNCASECMP='' HAVE_WCSNCAT='' HAVE_WCSNCMP='' HAVE_WCSNCPY='' HAVE_WCSNLEN='' HAVE_WCSNRTOMBS='' HAVE_WCSPBRK='' HAVE_WCSRCHR='' HAVE_WCSRTOMBS='' HAVE_WCSSPN='' HAVE_WCSSTR='' HAVE_WCSTOK='' HAVE_WCSWIDTH='' HAVE_WCSXFRM='' HAVE_WCTRANS_T='' HAVE_WCTYPE_H='' HAVE_WCTYPE_T='' HAVE_WINT_T='' HAVE_WMEMCHR='' HAVE_WMEMCMP='' HAVE_WMEMCPY='' HAVE_WMEMMOVE='' HAVE_WMEMPCPY='' HAVE_WMEMSET='' HAVE_XLOCALE_H='' HAVE__EXIT='' INCLUDE_NEXT='' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INT32_MAX_LT_INTMAX_MAX='' INT64_MAX_EQ_LONG_MAX='' LCOV='' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs' LEX='reflex' LEXLIB='-lfl ' LEX_OUTPUT_ROOT='lex.yy' LIBGNU_LIBDEPS='' LIBGNU_LTLIBDEPS='' LIBINTL='' LIBOBJS='' LIBPMULTITHREAD='' LIBPTHREAD='' LIBS='' LIB_HARD_LOCALE='' LIB_MBRTOWC='' LIB_SCHED_YIELD='' LIB_SETLOCALE_NULL='' LIMITS_H='' LN_S='' LOCALCHARSET_TESTS_ENVIRONMENT='' LOCALENAME_ENHANCE_LOCALE_FUNCS='' LOCALE_FR='' LOCALE_FR_UTF8='' LOCALE_JA='' LOCALE_ZH_CN='' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} '\''/var/tmp/portage/dev-util/cdecl-13.0/work/cdecl-cdecl-13.0/missing'\'' makeinfo' MKDIR_P='/usr/sbin/mkdir -p' NEXT_ASSERT_H='' NEXT_AS_FIRST_DIRECTIVE_ASSERT_H='' NEXT_AS_FIRST_DIRECTIVE_CTYPE_H='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' NEXT_CTYPE_H='' NEXT_ERRNO_H='' NEXT_FNMATCH_H='' NEXT_GETOPT_H='' NEXT_INTTYPES_H='' NEXT_LIMITS_H='' NEXT_LOCALE_H='' NEXT_STDARG_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_SYSEXITS_H='' NEXT_SYS_TYPES_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' OBJEXT='o' PACKAGE='cdecl' PACKAGE_BUGREPORT='https://github.com/paul-j-lucas/cdecl/issues' PACKAGE_NAME='cdecl' PACKAGE_STRING='cdecl 13.0' PACKAGE_TARNAME='cdecl' PACKAGE_URL='https://github.com/paul-j-lucas/cdecl' PACKAGE_VERSION='13.0' PATH_SEPARATOR=':' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='' PRIPTR_PREFIX='' PTRDIFF_T_SUFFIX='' RANLIB='x86_64-pc-linux-gnu-ranlib' REPLACE_ACCESS='' REPLACE_ALIGNED_ALLOC='' REPLACE_BTOWC='' REPLACE_CALLOC_FOR_CALLOC_GNU='' REPLACE_CALLOC_FOR_CALLOC_POSIX='' REPLACE_CANONICALIZE_FILE_NAME='' REPLACE_CHOWN='' REPLACE_CLOSE='' REPLACE_COPY_FILE_RANGE='' REPLACE_DPRINTF='' REPLACE_DUP2='' REPLACE_DUP='' REPLACE_DUPLOCALE='' REPLACE_EXECL='' REPLACE_EXECLE='' REPLACE_EXECLP='' REPLACE_EXECV='' REPLACE_EXECVE='' REPLACE_EXECVP='' REPLACE_EXECVPE='' REPLACE_FACCESSAT='' REPLACE_FCHOWNAT='' REPLACE_FCLOSE='' REPLACE_FDOPEN='' REPLACE_FFLUSH='' REPLACE_FFSLL='' REPLACE_FNMATCH='' REPLACE_FOPEN='' REPLACE_FOPEN_FOR_FOPEN_GNU='' REPLACE_FPRINTF='' REPLACE_FPURGE='' REPLACE_FREE='' REPLACE_FREELOCALE='' REPLACE_FREOPEN='' REPLACE_FSEEK='' REPLACE_FSEEKO='' REPLACE_FTELL='' REPLACE_FTELLO='' REPLACE_FTRUNCATE='' REPLACE_GETCWD='' REPLACE_GETDELIM='' REPLACE_GETDOMAINNAME='' REPLACE_GETDTABLESIZE='' REPLACE_GETGROUPS='' REPLACE_GETLINE='' REPLACE_GETLOGIN_R='' REPLACE_GETPAGESIZE='' REPLACE_GETPASS='' REPLACE_GETPASS_FOR_GETPASS_GNU='' REPLACE_INITSTATE='' REPLACE_ISATTY='' REPLACE_ISWBLANK='' REPLACE_ISWCNTRL='' REPLACE_ISWDIGIT='' REPLACE_ISWXDIGIT='' REPLACE_LCHOWN='' REPLACE_LINK='' REPLACE_LINKAT='' REPLACE_LOCALECONV='' REPLACE_LSEEK='' REPLACE_MALLOC_FOR_MALLOC_GNU='' REPLACE_MALLOC_FOR_MALLOC_POSIX='' REPLACE_MBRLEN='' REPLACE_MBRTOWC='' REPLACE_MBSINIT='' REPLACE_MBSNRTOWCS='' REPLACE_MBSRTOWCS='' REPLACE_MBSTATE_T='' REPLACE_MBTOWC='' REPLACE_MEMCHR='' REPLACE_MEMMEM='' REPLACE_MKSTEMP='' REPLACE_NEWLOCALE='' REPLACE_NULL='' REPLACE_OBSTACK_PRINTF='' REPLACE_PERROR='' REPLACE_POPEN='' REPLACE_POSIX_MEMALIGN='' REPLACE_PREAD='' REPLACE_PRINTF='' REPLACE_PTSNAME='' REPLACE_PTSNAME_R='' REPLACE_PUTENV='' REPLACE_PWRITE='' REPLACE_QSORT_R='' REPLACE_RANDOM='' REPLACE_RANDOM_R='' REPLACE_READ='' REPLACE_READLINK='' REPLACE_READLINKAT='' REPLACE_REALLOCARRAY='' REPLACE_REALLOC_FOR_REALLOC_GNU='' REPLACE_REALLOC_FOR_REALLOC_POSIX='' REPLACE_REALPATH='' REPLACE_REMOVE='' REPLACE_RENAME='' REPLACE_RENAMEAT='' REPLACE_RMDIR='' REPLACE_SETENV='' REPLACE_SETLOCALE='' REPLACE_SETSTATE='' REPLACE_SLEEP='' REPLACE_SNPRINTF='' REPLACE_SPRINTF='' REPLACE_STDIO_READ_FUNCS='' REPLACE_STDIO_WRITE_FUNCS='' REPLACE_STPNCPY='' REPLACE_STRCASESTR='' REPLACE_STRCHRNUL='' REPLACE_STRDUP='' REPLACE_STRERROR='' REPLACE_STRERRORNAME_NP='' REPLACE_STRERROR_R='' REPLACE_STRNCAT='' REPLACE_STRNDUP='' REPLACE_STRNLEN='' REPLACE_STRSIGNAL='' REPLACE_STRSTR='' REPLACE_STRTOD='' REPLACE_STRTOIMAX='' REPLACE_STRTOK_R='' REPLACE_STRTOL='' REPLACE_STRTOLD='' REPLACE_STRTOLL='' REPLACE_STRTOUL='' REPLACE_STRTOULL='' REPLACE_STRTOUMAX='' REPLACE_STRUCT_LCONV='' REPLACE_SYMLINK='' REPLACE_SYMLINKAT='' REPLACE_TMPFILE='' REPLACE_TOWLOWER='' REPLACE_TRUNCATE='' REPLACE_TTYNAME_R='' REPLACE_UNLINK='' REPLACE_UNLINKAT='' REPLACE_UNSETENV='' REPLACE_USLEEP='' REPLACE_VASPRINTF='' REPLACE_VDPRINTF='' REPLACE_VFPRINTF='' REPLACE_VPRINTF='' REPLACE_VSNPRINTF='' REPLACE_VSPRINTF='' REPLACE_WCRTOMB='' REPLACE_WCSFTIME='' REPLACE_WCSNRTOMBS='' REPLACE_WCSRTOMBS='' REPLACE_WCSTOK='' REPLACE_WCSWIDTH='' REPLACE_WCTOB='' REPLACE_WCTOMB='' REPLACE_WCWIDTH='' REPLACE_WRITE='' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' STDARG_H='' STDCKDINT_H='' STDDEF_H='' STDINT_H='' STDNORETURN_H='' STRIP='' SYSEXITS_H='' UINT32_MAX_LT_UINTMAX_MAX='' UINT64_MAX_EQ_ULONG_MAX='' UNDEFINE_STRTOK_R='' UNISTD_H_HAVE_SYS_RANDOM_H='' UNISTD_H_HAVE_WINSOCK2_H='' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' VERSION='13.0' WCHAR_T_SUFFIX='' WINDOWS_64_BIT_OFF_T='' WINDOWS_STAT_INODES='' WINT_T_SUFFIX='' WITH_EXPECT_FALSE='' WITH_EXPECT_TRUE='' WITH_READLINE_FALSE='' WITH_READLINE_TRUE='' YACC='byacc' YFLAGS='' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='/usr/share' docdir='/usr/share/doc/cdecl-13.0' dvidir='${docdir}' exec_prefix='NONE' gl_LIBOBJDEPS='' gl_LIBOBJS='' gl_LTLIBOBJS='' gltests_LIBOBJDEPS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='' 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/cdecl-13.0/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/dev-util/cdecl-13.0/work/cdecl-cdecl-13.0/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "cdecl" #define PACKAGE_TARNAME "cdecl" #define PACKAGE_VERSION "13.0" #define PACKAGE_STRING "cdecl 13.0" #define PACKAGE_BUGREPORT "https://github.com/paul-j-lucas/cdecl/issues" #define PACKAGE_URL "https://github.com/paul-j-lucas/cdecl" #define PACKAGE "cdecl" #define VERSION "13.0" #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 HAVE_FNMATCH_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_THREADS_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_SYSEXITS_H 1 #define HAVE_FEATURES_H 1 #define HAVE_WCTYPE_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 YYTEXT_POINTER 1 configure: exit 1