This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Libidn configure 1.38, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/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/libidn-1.38-r1 --htmldir=/usr/share/doc/libidn-1.38-r1/html --with-sysroot=/ --libdir=/usr/lib64 --enable-java --disable-csharp --enable-nls --disable-static --disable-valgrind-tests --with-lispdir=/usr/share/emacs/site-lisp/libidn --with-packager-bug-reports=https://bugs.gentoo.org --with-packager-version=rr1 --with-packager=Gentoo Linux ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 5.13.1-gentoo-x86_64 uname -s = Linux uname -v = #1 SMP Wed Jul 7 15:29:11 EDT 2021 /usr/bin/uname -p = Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /usr/lib/ccache/bin 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:3492: 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:3628: GNU Libidn 1.38 libidn 18:3:6 12 configure:3680: checking for a BSD-compatible install configure:3748: result: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c configure:3759: checking whether build environment is sane configure:3814: result: yes configure:3960: checking for a thread-safe mkdir -p configure:3999: result: /bin/mkdir -p configure:4006: checking for gawk configure:4022: found /usr/bin/gawk configure:4033: result: gawk configure:4044: checking whether make sets $(MAKE) configure:4066: result: yes configure:4095: checking whether make supports nested variables configure:4112: result: yes configure:4249: checking whether make supports nested variables configure:4266: result: yes configure:4286: checking for x86_64-pc-linux-gnu-gcc configure:4302: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc configure:4313: result: x86_64-pc-linux-gnu-gcc configure:4676: checking for C compiler version configure:4685: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 11.1.0-r2 p3) 11.1.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:4696: $? = 0 configure:4685: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-11.1.0-r2/work/gcc-11.1.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.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.1.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.1.0-r2 p3' --disable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --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 --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.1.0 (Gentoo 11.1.0-r2 p3) configure:4696: $? = 0 configure:4685: 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:4696: $? = 1 configure:4685: 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:4696: $? = 1 configure:4685: 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:4696: $? = 1 configure:4716: checking whether the C compiler works configure:4738: x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:4742: $? = 0 configure:4790: result: yes configure:4793: checking for C compiler default output file name configure:4795: result: a.out configure:4801: checking for suffix of executables configure:4808: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:4812: $? = 0 configure:4834: result: configure:4856: checking whether we are cross compiling configure:4864: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:4868: $? = 0 configure:4875: ./conftest configure:4879: $? = 0 configure:4894: result: no configure:4899: checking for suffix of object files configure:4921: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:4925: $? = 0 configure:4946: result: o configure:4950: checking whether we are using the GNU C compiler configure:4969: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:4969: $? = 0 configure:4978: result: yes configure:4987: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:5007: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:5007: $? = 0 configure:5048: result: yes configure:5065: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features configure:5268: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:5268: $? = 0 configure:5282: result: none needed configure:5584: checking whether the compiler is clang configure:5605: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:5605: $? = 0 configure:5613: result: no configure:5617: checking for compiler option needed when checking for declarations configure:5648: result: none configure:5660: checking whether make supports the include directive configure:5675: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:5678: $? = 0 configure:5697: result: yes (GNU style) configure:5722: checking dependency style of x86_64-pc-linux-gnu-gcc configure:5833: result: none configure:5855: checking how to run the C preprocessor configure:5886: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5886: $? = 0 configure:5900: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5900: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | /* end confdefs.h. */ | #include configure:5925: result: x86_64-pc-linux-gnu-gcc -E configure:5945: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5945: $? = 0 configure:5959: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5959: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | /* end confdefs.h. */ | #include configure:5988: checking for grep that handles long lines and -e configure:6046: result: /bin/grep configure:6051: checking for egrep configure:6113: result: /bin/grep -E configure:6118: checking for ANSI C header files configure:6138: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6138: $? = 0 configure:6211: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6211: $? = 0 configure:6211: ./conftest configure:6211: $? = 0 configure:6222: result: yes configure:6235: checking for sys/types.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for sys/stat.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for stdlib.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for string.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for memory.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for strings.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for inttypes.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for stdint.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6235: checking for unistd.h configure:6235: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6235: $? = 0 configure:6235: result: yes configure:6253: checking for wchar.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for minix/config.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c:56:10: fatal error: minix/config.h: No such file or directory 56 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:6253: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:6253: result: no configure:6253: checking for sys/socket.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for unistd.h configure:6253: result: yes configure:6253: checking for sys/stat.h configure:6253: result: yes configure:6253: checking for getopt.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for sys/cdefs.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for limits.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for sys/param.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for sys/time.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for inttypes.h configure:6253: result: yes configure:6253: checking for sys/types.h configure:6253: result: yes configure:6253: checking for stdint.h configure:6253: result: yes configure:6253: checking for iconv.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6253: checking for langinfo.h configure:6253: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6253: $? = 0 configure:6253: result: yes configure:6272: checking whether it is safe to define __EXTENSIONS__ configure:6290: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6290: $? = 0 configure:6297: result: yes configure:6300: checking whether _XOPEN_SOURCE should be defined configure:6320: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6320: $? = 0 configure:6345: result: no configure:6402: checking build system type configure:6416: result: x86_64-pc-linux-gnu configure:6436: checking host system type configure:6449: result: x86_64-pc-linux-gnu configure:6484: checking for Minix Amsterdam compiler configure:6508: result: no configure:6524: checking for x86_64-pc-linux-gnu-ar configure:6551: result: /usr/bin/gcc-ar configure:6621: checking the archiver (/usr/bin/gcc-ar) interface configure:6637: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6637: $? = 0 configure:6639: /usr/bin/gcc-ar cru libconftest.a conftest.o >&5 configure:6642: $? = 0 configure:6670: result: ar configure:6695: checking for x86_64-pc-linux-gnu-ar configure:6722: result: /usr/bin/gcc-ar configure:6896: checking for special C compiler options needed for large files configure:6941: result: no configure:6947: checking for _FILE_OFFSET_BITS value needed for large files configure:6972: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:6972: $? = 0 configure:7005: result: no configure:7232: autobuild project... GNU Libidn configure:7238: autobuild revision... 1.38 configure:7243: autobuild hostname... localhost configure:7254: autobuild timestamp... 20210724T230034Z configure:7400: checking for x86_64-pc-linux-gnu-ar configure:7427: result: /usr/bin/gcc-ar configure:7497: checking the archiver (/usr/bin/gcc-ar) interface configure:7546: result: ar configure:7612: checking how to print strings configure:7639: result: printf configure:7660: checking for a sed that does not truncate output configure:7724: result: /bin/sed configure:7742: checking for fgrep configure:7804: result: /bin/grep -F configure:7839: checking for ld used by x86_64-pc-linux-gnu-gcc configure:7906: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:7913: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:7928: result: yes configure:7940: checking for BSD- or MS-compatible name lister (nm) configure:7994: result: /usr/bin/gcc-nm configure:8124: checking the name lister (/usr/bin/gcc-nm) interface configure:8131: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:8134: /usr/bin/gcc-nm "conftest.o" configure:8137: output 0000000000000000 B some_variable configure:8144: result: BSD nm configure:8147: checking whether ln -s works configure:8151: result: yes configure:8159: checking the maximum length of command line arguments configure:8290: result: 1572864 configure:8338: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:8378: result: func_convert_file_noop configure:8385: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:8405: result: func_convert_file_noop configure:8412: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:8419: result: -r configure:8453: checking for x86_64-pc-linux-gnu-objdump configure:8469: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:8480: result: x86_64-pc-linux-gnu-objdump configure:8549: checking how to recognize dependent libraries configure:8749: result: pass_all configure:8794: checking for x86_64-pc-linux-gnu-dlltool configure:8824: result: no configure:8834: checking for dlltool configure:8864: result: no configure:8891: checking how to associate runtime and link libraries configure:8918: result: printf %s\n configure:8934: checking for x86_64-pc-linux-gnu-ar configure:8961: result: /usr/bin/gcc-ar configure:9042: checking for archiver @FILE support configure:9059: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:9059: $? = 0 configure:9062: /usr/bin/gcc-ar cr libconftest.a @conftest.lst >&5 configure:9065: $? = 0 configure:9070: /usr/bin/gcc-ar cr libconftest.a @conftest.lst >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ar: conftest.o: No such file or directory configure:9073: $? = 1 configure:9085: result: @ configure:9103: checking for x86_64-pc-linux-gnu-strip configure:9119: found /usr/bin/x86_64-pc-linux-gnu-strip configure:9130: result: x86_64-pc-linux-gnu-strip configure:9202: checking for x86_64-pc-linux-gnu-ranlib configure:9229: result: /usr/bin/gcc-ranlib configure:9371: checking command to parse /usr/bin/gcc-nm output from x86_64-pc-linux-gnu-gcc object configure:9524: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:9527: $? = 0 configure:9531: /usr/bin/gcc-nm 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:9597: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c conftstm.o >&5 configure:9600: $? = 0 configure:9638: result: ok configure:9685: checking for sysroot configure:9715: result: / configure:9722: checking for a working dd configure:9760: result: /bin/dd configure:9764: checking how to truncate binary pipes configure:9779: result: /bin/dd bs=4096 count=1 configure:9915: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:9918: $? = 0 configure:10068: checking for x86_64-pc-linux-gnu-mt configure:10098: result: no configure:10108: checking for mt configure:10138: result: no configure:10158: checking if : is a manifest tool configure:10164: : '-?' configure:10172: result: no configure:10846: checking for dlfcn.h configure:10846: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:10846: $? = 0 configure:10846: result: yes configure:11400: checking for objdir configure:11415: result: .libs configure:11679: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:11697: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -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:11701: $? = 0 configure:11714: result: no configure:12078: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:12085: result: -fPIC -DPIC configure:12093: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:12111: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -fPIC -DPIC -DPIC conftest.c >&5 configure:12115: $? = 0 configure:12128: result: yes configure:12157: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:12185: result: yes configure:12200: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:12221: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -o out/conftest2.o conftest.c >&5 configure:12225: $? = 0 configure:12247: result: yes configure:12255: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:12302: result: yes configure:12335: 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:13598: result: yes configure:13635: checking whether -lc should be explicitly linked in configure:13643: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:13646: $? = 0 configure:13661: 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:13664: $? = 0 configure:13678: result: no configure:13838: checking dynamic linker characteristics configure:14419: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin -Wl,-rpath -Wl,/foo conftest.c >&5 configure:14419: $? = 0 configure:14668: result: GNU/Linux ld.so configure:14790: checking how to hardcode library paths into programs configure:14815: result: immediate configure:15363: checking whether stripping libraries is possible configure:15368: result: yes configure:15403: checking if libtool supports shared libraries configure:15405: result: yes configure:15408: checking whether to build shared libraries configure:15433: result: yes configure:15436: checking whether to build static libraries configure:15440: result: no configure:15522: checking for ld configure:15650: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:15657: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:15672: result: yes configure:15679: checking for shared library run path origin configure:15692: result: done configure:15713: checking 32-bit host C ABI configure:15779: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:15779: $? = 0 configure:15966: result: no configure:15975: checking for ELF binary format configure:15997: result: yes configure:16049: checking for the common suffixes of directories in the library search path configure:16117: result: lib,lib,lib64 configure:16668: checking for iconv configure:16692: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:16692: $? = 0 configure:16726: result: yes configure:16729: checking for working iconv configure:16871: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:16871: $? = 0 configure:16871: ./conftest configure:16871: $? = 0 configure:16883: result: yes configure:16911: checking whether iconv is compatible with its POSIX signature configure:16935: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:16935: $? = 0 configure:16943: result: yes configure:16971: checking for emacs configure:17001: result: no configure:16971: checking for xemacs configure:17001: result: no configure:17016: checking where .elc files should go configure:17018: result: /usr/share/emacs/site-lisp/libidn configure:17061: checking whether NLS is requested configure:17070: result: yes configure:17110: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:17142: result: /usr/bin/msgfmt configure:17151: checking for gmsgfmt configure:17169: found /usr/bin/gmsgfmt configure:17182: result: /usr/bin/gmsgfmt configure:17232: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:17264: result: /usr/bin/xgettext configure:17309: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:17340: result: /usr/bin/msgmerge configure:17381: checking for CFPreferencesCopyAppValue configure:17399: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:55:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory 55 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:17399: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:17408: result: no configure:17415: checking for CFLocaleCopyCurrent configure:17433: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:55:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory 55 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:17433: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:17442: result: no configure:17491: checking for GNU gettext in libc configure:17515: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:17515: $? = 0 configure:17524: result: yes configure:18403: checking whether to use NLS configure:18405: result: yes configure:18408: checking where the gettext function comes from configure:18419: result: libc configure:18533: checking for size_t configure:18533: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18533: $? = 0 configure:18533: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:94:21: error: expected expression before ')' token 94 | if (sizeof ((size_t))) | ^ configure:18533: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:18533: result: yes configure:18546: checking for working alloca.h configure:18563: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18563: $? = 0 configure:18571: result: yes configure:18579: checking for alloca configure:18616: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18616: $? = 0 configure:18624: result: yes configure:18795: checking for _set_invalid_parameter_handler configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/libidn-1.38-r1/temp/ccwAmiWR.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `_set_invalid_parameter_handler' collect2: error: ld returned 1 exit status configure:18795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | /* end confdefs.h. */ | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler. | For example, HP-UX 11i declares gettimeofday. */ | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _set_invalid_parameter_handler (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _set_invalid_parameter_handler | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _set_invalid_parameter_handler (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler | choke me | #endif | | int | main () | { | return _set_invalid_parameter_handler (); | ; | return 0; | } configure:18795: result: no configure:18795: checking for fcntl configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18795: $? = 0 configure:18795: result: yes configure:18795: checking for symlink configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18795: $? = 0 configure:18795: result: yes configure:18795: checking for getdelim configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18795: $? = 0 configure:18795: result: yes configure:18795: checking for getdtablesize configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18795: $? = 0 configure:18795: result: yes configure:18795: checking for getprogname configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/libidn-1.38-r1/temp/ccixmq2U.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `getprogname' collect2: error: ld returned 1 exit status configure:18795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | /* end confdefs.h. */ | /* Define getprogname to an innocuous variant, in case declares getprogname. | For example, HP-UX 11i declares gettimeofday. */ | #define getprogname innocuous_getprogname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getprogname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getprogname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getprogname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getprogname || defined __stub___getprogname | choke me | #endif | | int | main () | { | return getprogname (); | ; | return 0; | } configure:18795: result: no configure:18795: checking for getexecname configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/libidn-1.38-r1/temp/ccBAU6Qm.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `getexecname' collect2: error: ld returned 1 exit status configure:18795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | /* end confdefs.h. */ | /* Define getexecname to an innocuous variant, in case declares getexecname. | For example, HP-UX 11i declares gettimeofday. */ | #define getexecname innocuous_getexecname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getexecname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getexecname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getexecname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getexecname || defined __stub___getexecname | choke me | #endif | | int | main () | { | return getexecname (); | ; | return 0; | } configure:18795: result: no configure:18795: checking for lstat configure:18795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:18795: $? = 0 configure:18795: result: yes configure:19155: checking for preferred C# implementation configure:19165: result: no configure:19177: checking for C# compiler configure:19275: result: no configure:19341: checking whether the preprocessor supports include_next configure:19379: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Iconftestd1b -Iconftestd2 conftest.c >&5 configure:19379: $? = 0 configure:19400: result: yes configure:19422: checking whether source code line length is unlimited configure:19445: result: yes configure:19456: checking for complete errno.h configure:19529: result: yes configure:19830: checking whether strerror_r is declared configure:19830: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:19830: $? = 0 configure:19830: result: yes configure:19843: checking for strerror_r configure:19843: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:19843: $? = 0 configure:19843: result: yes configure:19852: checking whether strerror_r returns char * configure:19876: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:19876: $? = 0 configure:19914: result: yes configure:19977: checking for working fcntl.h configure:20089: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20089: $? = 0 configure:20089: ./conftest configure:20089: $? = 0 configure:20105: result: yes configure:20129: checking for pid_t configure:20129: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20129: $? = 0 configure:20129: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:107:20: error: expected expression before ')' token 107 | if (sizeof ((pid_t))) | ^ configure:20129: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:20129: result: yes configure:20165: checking for mode_t configure:20165: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20165: $? = 0 configure:20165: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:106:21: error: expected expression before ')' token 106 | if (sizeof ((mode_t))) | ^ configure:20165: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:20165: result: yes configure:20285: checking whether stat file-mode macros are broken configure:20312: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20312: $? = 0 configure:20319: result: no configure:20407: checking for C/C++ restrict keyword configure:20436: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20436: $? = 0 configure:20444: result: __restrict__ configure:20553: checking for nlink_t configure:20553: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20553: $? = 0 configure:20553: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:77:22: error: expected expression before ')' token 77 | if (sizeof ((nlink_t))) | ^ configure:20553: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof ((nlink_t))) | return 0; | ; | return 0; | } configure:20553: result: yes configure:20723: checking whether getdelim is declared configure:20723: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20723: $? = 0 configure:20723: result: yes configure:20976: checking whether getdtablesize is declared configure:20976: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20976: $? = 0 configure:20976: result: yes configure:20987: checking whether getline is declared configure:20987: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:20987: $? = 0 configure:20987: result: yes configure:21094: checking for getopt.h configure:21094: result: yes configure:21111: checking for getopt_long_only configure:21111: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21111: $? = 0 configure:21111: result: yes configure:21125: checking whether getopt is POSIX compatible configure:21167: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21167: $? = 0 configure:21167: ./conftest configure:21167: $? = 0 configure:21226: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21226: $? = 0 configure:21226: ./conftest configure:21226: $? = 0 configure:21268: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21268: $? = 0 configure:21268: ./conftest program: option requires an argument -- 'b' configure:21268: $? = 0 configure:21286: result: yes configure:21294: checking for working GNU getopt function configure:21516: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21516: $? = 0 configure:21516: ./conftest configure:21516: $? = 0 configure:21532: result: yes configure:21537: checking for working GNU getopt_long function configure:21582: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21582: $? = 0 configure:21582: ./conftest configure:21582: $? = 0 configure:21593: result: yes configure:21690: checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc. configure:21713: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21713: $? = 0 configure:21720: result: yes configure:21740: checking for stdlib.h configure:21740: result: yes configure:21750: checking for GNU libc compatible malloc configure:21774: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21774: $? = 0 configure:21774: ./conftest configure:21774: $? = 0 configure:21784: result: yes configure:21802: checking whether the compiler produces multi-arch binaries configure:21816: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c:79:13: error: unknown type name 'not' 79 | not a universal capable compiler | ^~~ conftest.c:79:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 79 | not a universal capable compiler | ^~~~~~~~~ conftest.c:79:19: error: unknown type name 'universal' configure:21816: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:21843: result: no configure:21853: checking for O_CLOEXEC configure:21873: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21873: $? = 0 configure:21880: result: yes configure:21887: checking for promoted mode_t type configure:21904: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:82:13: error: size of array 'array' is negative 82 | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ^~~~~ configure:21904: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | /* end confdefs.h. */ | #include | int | main () | { | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ; | return 0; | } configure:21912: result: mode_t configure:21924: checking for stdbool.h that conforms to C99 configure:21999: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:21999: $? = 0 configure:22006: result: yes configure:22008: checking for _Bool configure:22008: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22008: $? = 0 configure:22008: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:115:20: error: expected expression before ')' token 115 | if (sizeof ((_Bool))) | ^ configure:22008: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:22008: result: yes configure:22025: checking for wchar_t configure:22042: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22042: $? = 0 configure:22049: result: yes configure:22065: checking for good max_align_t configure:22094: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22094: $? = 0 configure:22102: result: yes configure:22114: checking whether NULL can be used in arbitrary expressions configure:22132: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22132: $? = 0 configure:22139: result: yes configure:22232: checking for wint_t configure:22249: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22249: $? = 0 configure:22256: result: yes configure:22263: checking whether wint_t is large enough configure:22281: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22281: $? = 0 configure:22288: result: yes configure:22428: checking whether stdint.h conforms to C99 configure:22604: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22604: $? = 0 configure:22687: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22687: $? = 0 configure:22687: ./conftest configure:22687: $? = 0 configure:22699: result: yes configure:22710: checking whether stdint.h works without ISO C predefines configure:22742: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22742: $? = 0 configure:22748: result: yes configure:22759: checking whether stdint.h has UINTMAX_WIDTH etc. configure:22791: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:22791: $? = 0 configure:22796: result: yes configure:23130: checking whether fcloseall is declared configure:23130: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:23130: $? = 0 configure:23130: result: yes configure:23218: checking which flavor of printf attribute matches inttypes macros configure:23245: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:23245: $? = 0 configure:23252: result: system configure:23321: checking whether strerror(0) succeeds configure:23360: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:23360: $? = 0 configure:23360: ./conftest configure:23360: $? = 0 configure:23371: result: yes configure:23758: checking for struct timespec in configure:23775: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:23775: $? = 0 configure:23782: result: yes configure:23965: checking for TIME_UTC in configure:23982: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:23982: $? = 0 configure:23989: result: yes configure:24048: checking whether execvpe is declared configure:24048: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:24048: $? = 0 configure:24048: result: yes configure:24302: checking for C compiler option to allow warnings configure:24310: x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -c conftest.c 2>conftest1.err configure:24313: $? = 0 configure:24316: x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wno-error -c conftest.c 2>conftest2.err configure:24319: $? = 0 configure:24329: result: -Wno-error configure:24409: checking for alloca as a compiler built-in configure:24433: result: yes configure:24549: checking whether // is distinct from / configure:24578: result: no configure:24589: checking whether dup2 works configure:24680: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:24680: $? = 0 configure:24680: ./conftest configure:24680: $? = 0 configure:24691: result: yes configure:24746: checking for error_at_line configure:24762: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:24762: $? = 0 configure:24770: result: yes configure:24814: checking whether fcntl handles F_DUPFD correctly configure:24876: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:24876: $? = 0 configure:24876: ./conftest configure:24876: $? = 0 configure:24886: result: yes configure:24904: checking whether fcntl understands F_DUPFD_CLOEXEC configure:24937: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:24937: $? = 0 configure:24937: ./conftest configure:24937: $? = 0 configure:24955: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c:96:1: error: unknown type name 'choke' 96 | choke me | ^~~~~ conftest.c:96:9: error: expected ';' before 'int' 96 | choke me | ^ | ; ...... 99 | int | ~~~ configure:24955: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | /* end confdefs.h. */ | | #ifdef __linux__ | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | it to support the semantics on older kernels that failed with EINVAL. */ | choke me | #endif | | int | main () | { | | ; | return 0; | } configure:24971: result: needs runtime check configure:25098: checking for working getdelim function configure:25165: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:25165: $? = 0 configure:25165: ./conftest configure:25165: $? = 0 configure:25176: result: yes configure:25253: checking whether getdtablesize works configure:25291: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:25291: $? = 0 configure:25291: ./conftest configure:25291: $? = 0 configure:25304: result: yes configure:25354: checking for getline configure:25354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:25354: $? = 0 configure:25354: result: yes configure:25362: checking for working getline function configure:25429: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:25429: $? = 0 configure:25429: ./conftest configure:25429: $? = 0 configure:25440: result: yes configure:25577: checking whether program_invocation_name is declared configure:25577: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:25577: $? = 0 configure:25577: result: yes configure:25592: checking whether program_invocation_short_name is declared configure:25592: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:25592: $? = 0 configure:25592: result: yes configure:25607: checking whether __argv is declared configure:25607: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:109:10: error: '__argv' undeclared (first use in this function) 109 | (void) __argv; | ^~~~~~ conftest.c:109:10: note: each undeclared identifier is reported only once for each function it appears in configure:25607: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef __argv | #ifdef __cplusplus | (void) __argv; | #else | (void) __argv; | #endif | #endif | | ; | return 0; | } configure:25607: result: no configure:25676: checking if gcc/ld supports -Wl,--output-def configure:25697: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,--output-def,conftest.def conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: unrecognized option '--output-def' /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: use the --help option for usage information collect2: error: ld returned 1 exit status configure:25697: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:25708: result: no configure:25724: checking if LD -Wl,--version-script works configure:25744: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin -Wl,--version-script=conftest.map conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../x86_64-pc-linux-gnu/bin/ld:conftest.map:0: syntax error in VERSION script collect2: error: ld returned 1 exit status configure:25744: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:25767: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin -Wl,--version-script=conftest.map conftest.c >&5 configure:25767: $? = 0 configure:25778: result: yes configure:25797: checking whether the -Werror option is usable configure:25815: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Werror conftest.c >&5 configure:25815: $? = 0 configure:25824: result: yes configure:25826: checking for simple visibility declarations configure:25857: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -fvisibility=hidden -Werror conftest.c >&5 configure:25857: $? = 0 configure:25866: result: yes configure:25936: checking whether open recognizes a trailing slash configure:25979: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:25979: $? = 0 configure:25979: ./conftest configure:25979: $? = 0 configure:25991: result: yes configure:26051: checking for pmccabe configure:26082: result: false configure:26090: checking whether program_invocation_name is declared configure:26090: result: yes configure:26102: checking whether program_invocation_short_name is declared configure:26102: result: yes configure:26115: checking for ssize_t configure:26132: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:26132: $? = 0 configure:26139: result: yes configure:26156: checking whether stat handles trailing slashes on files configure:26198: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:26198: $? = 0 configure:26198: ./conftest configure:26198: $? = 0 configure:26209: result: yes configure:26279: checking for struct stat.st_atim.tv_nsec configure:26279: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:26279: $? = 0 configure:26279: result: yes configure:26288: checking whether struct stat.st_atim is of type struct timespec configure:26315: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:26315: $? = 0 configure:26322: result: yes configure:26374: checking for struct stat.st_birthtimespec.tv_nsec configure:26374: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:116:12: error: 'struct stat' has no member named 'st_birthtimespec' 116 | if (ac_aggr.st_birthtimespec.tv_nsec) | ^ configure:26374: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | #define HAVE_VISIBILITY 1 | #define GNULIB_MSVC_NOTHROW 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:26374: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:116:19: error: 'struct stat' has no member named 'st_birthtimespec' 116 | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | ^ configure:26374: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | #define HAVE_VISIBILITY 1 | #define GNULIB_MSVC_NOTHROW 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:26374: result: no configure:26385: checking for struct stat.st_birthtimensec configure:26385: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:116:12: error: 'struct stat' has no member named 'st_birthtimensec' 116 | if (ac_aggr.st_birthtimensec) | ^ configure:26385: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | #define HAVE_VISIBILITY 1 | #define GNULIB_MSVC_NOTHROW 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:26385: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:116:19: error: 'struct stat' has no member named 'st_birthtimensec' 116 | if (sizeof ac_aggr.st_birthtimensec) | ^ configure:26385: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | #define HAVE_VISIBILITY 1 | #define GNULIB_MSVC_NOTHROW 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:26385: result: no configure:26396: checking for struct stat.st_birthtim.tv_nsec configure:26396: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:116:12: error: 'struct stat' has no member named 'st_birthtim' 116 | if (ac_aggr.st_birthtim.tv_nsec) | ^ configure:26396: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | #define HAVE_VISIBILITY 1 | #define GNULIB_MSVC_NOTHROW 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:26396: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 conftest.c: In function 'main': conftest.c:116:19: error: 'struct stat' has no member named 'st_birthtim' 116 | if (sizeof ac_aggr.st_birthtim.tv_nsec) | ^ configure:26396: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libidn" | #define PACKAGE_TARNAME "libidn" | #define PACKAGE_VERSION "1.38" | #define PACKAGE_STRING "GNU Libidn 1.38" | #define PACKAGE_BUGREPORT "help-libidn@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libidn/" | #define PACKAGE "libidn" | #define VERSION "1.38" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define restrict __restrict__ | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_FCLOSEALL 1 | #define __USE_MINGW_ANSI_STDIO 1 | #define _USE_STD_STAT 1 | #define HAVE_DECL_EXECVPE 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL___ARGV 0 | #define HAVE_VISIBILITY 1 | #define GNULIB_MSVC_NOTHROW 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:26396: result: no configure:26416: checking for va_copy configure:26436: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:26436: $? = 0 configure:26444: result: yes configure:26991: checking for working strerror function configure:27019: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27019: $? = 0 configure:27019: ./conftest configure:27019: $? = 0 configure:27030: result: yes configure:27605: checking for inline configure:27621: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27621: $? = 0 configure:27629: result: inline configure:27745: checking whether langinfo.h defines CODESET configure:27763: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27763: $? = 0 configure:27771: result: yes configure:27776: checking whether langinfo.h defines T_FMT_AMPM configure:27794: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27794: $? = 0 configure:27802: result: yes configure:27807: checking whether langinfo.h defines ALTMON_1 configure:27825: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27825: $? = 0 configure:27833: result: yes configure:27838: checking whether langinfo.h defines ERA configure:27856: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27856: $? = 0 configure:27864: result: yes configure:27869: checking whether langinfo.h defines YESEXPR configure:27887: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27887: $? = 0 configure:27895: result: yes configure:27922: checking whether ecvt is declared configure:27922: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27922: $? = 0 configure:27922: result: yes configure:27933: checking whether fcvt is declared configure:27933: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27933: $? = 0 configure:27933: result: yes configure:27944: checking whether gcvt is declared configure:27944: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:27944: $? = 0 configure:27944: result: yes configure:28615: checking whether free is known to preserve errno configure:28638: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:28638: $? = 0 configure:28646: result: yes configure:28828: checking whether the compiler generally respects inline configure:28849: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:28849: $? = 0 configure:28858: result: yes configure:28873: checking whether the compiler supports the __inline keyword configure:28890: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:28890: $? = 0 configure:28897: result: yes configure:28908: checking for ssize_t configure:28932: result: yes configure:29006: checking for strverscmp configure:29006: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin conftest.c >&5 configure:29006: $? = 0 configure:29006: result: yes configure:29289: checking if TLD API for specific TLD rules should be built configure:29291: result: yes configure:29304: checking for x86_64-pc-linux-gnu-pkg-config configure:29322: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:29334: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:29402: checking pkg-config is at least version 0.9.0 configure:29405: result: yes configure:29418: checking for gtk-doc configure:29421: $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 No package 'gtk-doc' found configure:29424: $? = 1 configure:29430: result: no configure:29436: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.14 is not found. configure:29444: checking for gtkdoc-check configure:29474: result: no configure:29481: checking for gtkdoc-check configure:29514: result: no configure:29523: checking for gtkdoc-rebase configure:29556: result: no configure:29567: checking for gtkdoc-mkpdf configure:29600: result: no configure:29625: checking whether to build gtk-doc documentation configure:29627: result: no configure:29640: checking for GTKDOC_DEPS configure:29648: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" configure:29651: $? = 0 configure:29666: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" configure:29669: $? = 0 configure:29705: result: yes configure:29824: checking for gcj configure:29840: found /usr/bin/gcj configure:29851: result: gcj -C configure:29908: checking if gcj -C works configure:29922: gcj -C Test.java gcc-config: error: could not run/locate 'gcj' configure:29925: $? = 1 configure:29929: error: The Java compiler gcj -C failed (see config.log, check the CLASSPATH?) ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict__ ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_EMACSLOADPATH_set= ac_cv_env_EMACSLOADPATH_value= ac_cv_env_EMACS_set= ac_cv_env_EMACS_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 -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin' 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_VALGRINDFLAGS_set= ac_cv_env_VALGRINDFLAGS_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_func__set_invalid_parameter_handler=no ac_cv_func_alloca_works=yes ac_cv_func_fcntl=yes ac_cv_func_getdelim=yes ac_cv_func_getdtablesize=yes ac_cv_func_getexecname=no ac_cv_func_getline=yes ac_cv_func_getopt_long_only=yes ac_cv_func_getprogname=no ac_cv_func_lstat=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=yes ac_cv_func_strverscmp=yes ac_cv_func_symlink=yes ac_cv_have_decl___argv=no ac_cv_have_decl_ecvt=yes ac_cv_have_decl_execvpe=yes ac_cv_have_decl_fcloseall=yes ac_cv_have_decl_fcvt=yes ac_cv_have_decl_gcvt=yes ac_cv_have_decl_getdelim=yes ac_cv_have_decl_getdtablesize=yes ac_cv_have_decl_getline=yes ac_cv_have_decl_program_invocation_name=yes ac_cv_have_decl_program_invocation_short_name=yes ac_cv_have_decl_strerror_r=yes ac_cv_header_dlfcn_h=yes ac_cv_header_getopt_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_error_at_line=yes ac_cv_member_struct_stat_st_atim_tv_nsec=yes ac_cv_member_struct_stat_st_birthtim_tv_nsec=no ac_cv_member_struct_stat_st_birthtimensec=no ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_PMCCABE=false ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext 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=/usr/bin/gcc-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_JAVAC='gcj -C' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=/usr/bin/gcc-ranlib 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_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_should_define__xopen_source=no ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type__Bool=yes ac_cv_type_mode_t=yes ac_cv_type_nlink_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libdirstems=lib,lib,lib64 acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=none am_cv_ar_interface=ar am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_func_working_getline=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes gl_cv_c___inline=yes gl_cv_c_amsterdam_compiler=no gl_cv_c_inline_effective=yes gl_cv_c_multiarch=no gl_cv_cc_vis_werror=yes gl_cv_cc_visibility=yes gl_cv_cc_wallow=-Wno-error gl_cv_compiler_check_decl_option=none gl_cv_compiler_clang=no gl_cv_decl_null_works=yes gl_cv_double_slash_root=no gl_cv_elf=yes gl_cv_func_dup2_works=yes gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' gl_cv_func_fcntl_f_dupfd_works=yes gl_cv_func_free_preserves_errno=yes gl_cv_func_getdtablesize_works=yes gl_cv_func_getopt_gnu=yes gl_cv_func_getopt_long_gnu=yes gl_cv_func_getopt_posix=yes gl_cv_func_malloc_0_nonnull=1 gl_cv_func_open_slash=yes gl_cv_func_printf_attribute_flavor=system gl_cv_func_stat_file_slash=yes gl_cv_func_strerror_0_works=yes gl_cv_func_va_copy=yes gl_cv_func_working_getdelim=yes gl_cv_func_working_strerror=yes gl_cv_have_include_next=yes gl_cv_header_errno_h_complete=yes gl_cv_header_langinfo_altmon=yes gl_cv_header_langinfo_codeset=yes gl_cv_header_langinfo_era=yes gl_cv_header_langinfo_t_fmt_ampm=yes gl_cv_header_langinfo_yesexpr=yes gl_cv_header_limits_width=yes gl_cv_header_stdint_width=yes gl_cv_header_stdint_without_STDC_macros=yes gl_cv_header_working_fcntl_h=yes gl_cv_header_working_stdint_h=yes gl_cv_host_cpu_c_abi_32bit=no gl_cv_iconv_nonconst=yes gl_cv_ld_output_def=no gl_cv_macro_O_CLOEXEC=yes gl_cv_next_fcntl_h='' gl_cv_next_getopt_h='' gl_cv_next_iconv_h='' gl_cv_next_langinfo_h='' gl_cv_next_limits_h='' gl_cv_next_stdint_h='' gl_cv_next_stdio_h='' gl_cv_next_stdlib_h='' gl_cv_next_string_h='' gl_cv_next_sys_stat_h='' gl_cv_next_sys_types_h='' gl_cv_next_time_h='' gl_cv_next_unistd_h='' gl_cv_promoted_mode_t=mode_t gl_cv_rpl_alloca=yes gl_cv_source_line_length_unlimited=yes gl_cv_sys_ld_version_script=yes gl_cv_sys_struct_timespec_in_time_h=yes gl_cv_time_h_has_TIME_UTC=yes gl_cv_type_max_align_t=yes gl_cv_type_wint_t_large_enough=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes gt_cv_ssize_t=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld lt_cv_path_NM=/usr/bin/gcc-nm lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=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_GTKDOC_DEPS_CFLAGS='-I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/missing'\'' aclocal-1.16' ALLOCA='' ALLOCA_H='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)' AM_VALGRINDFLAGS='' APPLE_UNIVERSAL_BUILD='0' AR='/usr/bin/gcc-ar' ARFLAGS='cr' AS='as' AUTOCONF='${SHELL} '\''/var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/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 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin' CFLAG_VISIBILITY='-fvisibility=hidden' CLIX_PATH='' CLIX_PATH_VAR='' CONFIG_INCLUDE='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CSHARPCOMPFLAGS='-O -g' CSHARP_CHOICE='no' CSHARP_FALSE='' CSHARP_TRUE='' CYGPATH_W='echo' DEFAULT_VALGRINDFLAGS='' DEFS='' DEPDIR='.deps' DLLTOOL='false' DLL_VERSION='12' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMACS='no' EMACSLOADPATH='' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENABLE_DOC_FALSE='' ENABLE_DOC_TRUE='' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXEEXT='' FGREP='/bin/grep -F' GETOPT_CDEFS_H='' GETOPT_H='' GETTEXT_MACRO_VERSION='0.19' GL_CFLAG_ALLOW_WARNINGS='-Wno-error' GL_COND_LIBTOOL_FALSE='#' GL_COND_LIBTOOL_TRUE='' GL_CXXFLAG_ALLOW_WARNINGS='' GL_GENERATE_ALLOCA_H_FALSE='#' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE='#' GL_GENERATE_ICONV_H_TRUE='' GL_GENERATE_LIMITS_H_FALSE='#' GL_GENERATE_LIMITS_H_TRUE='' GL_GENERATE_STDARG_H_FALSE='' GL_GENERATE_STDARG_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE='' GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='#' GL_GENERATE_STDINT_H_FALSE='' GL_GENERATE_STDINT_H_TRUE='#' GL_GNULIB_ACCESS='0' GL_GNULIB_CHDIR='0' GL_GNULIB_CHOWN='0' GL_GNULIB_CLOSE='1' GL_GNULIB_COPY_FILE_RANGE='0' GL_GNULIB_CREAT='0' GL_GNULIB_CTIME='0' GL_GNULIB_DPRINTF='0' GL_GNULIB_DUP2='1' GL_GNULIB_DUP3='0' GL_GNULIB_DUP='0' GL_GNULIB_ENVIRON='0' GL_GNULIB_EUIDACCESS='0' GL_GNULIB_EXECL='0' GL_GNULIB_EXECLE='0' GL_GNULIB_EXECLP='0' GL_GNULIB_EXECV='0' GL_GNULIB_EXECVE='0' GL_GNULIB_EXECVP='0' GL_GNULIB_EXECVPE='0' GL_GNULIB_EXPLICIT_BZERO='0' GL_GNULIB_FACCESSAT='0' GL_GNULIB_FCHDIR='0' GL_GNULIB_FCHMODAT='0' GL_GNULIB_FCHOWNAT='0' GL_GNULIB_FCLOSE='0' GL_GNULIB_FCNTL='1' GL_GNULIB_FDATASYNC='0' GL_GNULIB_FDOPEN='0' GL_GNULIB_FFLUSH='0' GL_GNULIB_FFSL='0' GL_GNULIB_FFSLL='0' GL_GNULIB_FGETC='1' GL_GNULIB_FGETS='1' GL_GNULIB_FOPEN='0' GL_GNULIB_FPRINTF='1' GL_GNULIB_FPRINTF_POSIX='0' GL_GNULIB_FPURGE='0' GL_GNULIB_FPUTC='1' GL_GNULIB_FPUTS='1' GL_GNULIB_FREAD='1' GL_GNULIB_FREOPEN='0' GL_GNULIB_FSCANF='1' GL_GNULIB_FSEEK='0' GL_GNULIB_FSEEKO='0' GL_GNULIB_FSTAT='1' GL_GNULIB_FSTATAT='0' GL_GNULIB_FSYNC='0' GL_GNULIB_FTELL='0' GL_GNULIB_FTELLO='0' GL_GNULIB_FTRUNCATE='0' GL_GNULIB_FUTIMENS='0' GL_GNULIB_FWRITE='1' GL_GNULIB_GETC='1' GL_GNULIB_GETCHAR='1' GL_GNULIB_GETCWD='0' GL_GNULIB_GETDELIM='1' GL_GNULIB_GETDOMAINNAME='0' GL_GNULIB_GETDTABLESIZE='1' GL_GNULIB_GETENTROPY='0' GL_GNULIB_GETGROUPS='0' GL_GNULIB_GETHOSTNAME='0' GL_GNULIB_GETLINE='1' GL_GNULIB_GETLOGIN='0' GL_GNULIB_GETLOGIN_R='0' GL_GNULIB_GETOPT_POSIX='1' GL_GNULIB_GETPAGESIZE='0' GL_GNULIB_GETPASS='0' GL_GNULIB_GETUMASK='0' GL_GNULIB_GETUSERSHELL='0' GL_GNULIB_GROUP_MEMBER='0' GL_GNULIB_ISATTY='0' GL_GNULIB_LCHMOD='0' GL_GNULIB_LCHOWN='0' GL_GNULIB_LINK='0' GL_GNULIB_LINKAT='0' GL_GNULIB_LOCALTIME='0' GL_GNULIB_LSEEK='0' GL_GNULIB_LSTAT='0' GL_GNULIB_MBSCASECMP='0' GL_GNULIB_MBSCASESTR='0' GL_GNULIB_MBSCHR='0' GL_GNULIB_MBSCSPN='0' GL_GNULIB_MBSLEN='0' GL_GNULIB_MBSNCASECMP='0' GL_GNULIB_MBSNLEN='0' GL_GNULIB_MBSPBRK='0' GL_GNULIB_MBSPCASECMP='0' GL_GNULIB_MBSRCHR='0' GL_GNULIB_MBSSEP='0' GL_GNULIB_MBSSPN='0' GL_GNULIB_MBSSTR='0' GL_GNULIB_MBSTOK_R='0' GL_GNULIB_MDA_ACCESS='1' GL_GNULIB_MDA_CHDIR='1' GL_GNULIB_MDA_CHMOD='1' GL_GNULIB_MDA_CLOSE='1' GL_GNULIB_MDA_CREAT='1' GL_GNULIB_MDA_DUP2='1' GL_GNULIB_MDA_DUP='1' GL_GNULIB_MDA_EXECL='1' GL_GNULIB_MDA_EXECLE='1' GL_GNULIB_MDA_EXECLP='1' GL_GNULIB_MDA_EXECV='1' GL_GNULIB_MDA_EXECVE='1' GL_GNULIB_MDA_EXECVP='1' GL_GNULIB_MDA_EXECVPE='1' GL_GNULIB_MDA_FCLOSEALL='1' GL_GNULIB_MDA_FDOPEN='1' GL_GNULIB_MDA_FILENO='1' GL_GNULIB_MDA_GETCWD='1' GL_GNULIB_MDA_GETPID='1' GL_GNULIB_MDA_GETW='1' GL_GNULIB_MDA_ISATTY='1' GL_GNULIB_MDA_LSEEK='1' GL_GNULIB_MDA_MEMCCPY='1' GL_GNULIB_MDA_MKDIR='1' GL_GNULIB_MDA_OPEN='1' GL_GNULIB_MDA_PUTW='1' GL_GNULIB_MDA_READ='1' GL_GNULIB_MDA_RMDIR='1' GL_GNULIB_MDA_STRDUP='1' GL_GNULIB_MDA_SWAB='1' GL_GNULIB_MDA_TEMPNAM='1' GL_GNULIB_MDA_TZSET='1' GL_GNULIB_MDA_UMASK='1' GL_GNULIB_MDA_UNLINK='1' GL_GNULIB_MDA_WRITE='1' GL_GNULIB_MEMCHR='0' GL_GNULIB_MEMMEM='0' GL_GNULIB_MEMPCPY='0' GL_GNULIB_MEMRCHR='0' GL_GNULIB_MKDIR='0' GL_GNULIB_MKDIRAT='0' GL_GNULIB_MKFIFO='0' GL_GNULIB_MKFIFOAT='0' GL_GNULIB_MKNOD='0' GL_GNULIB_MKNODAT='0' GL_GNULIB_MKTIME='0' GL_GNULIB_NANOSLEEP='0' GL_GNULIB_NONBLOCKING='0' GL_GNULIB_OBSTACK_PRINTF='0' GL_GNULIB_OBSTACK_PRINTF_POSIX='0' GL_GNULIB_OPEN='1' GL_GNULIB_OPENAT='0' GL_GNULIB_OVERRIDES_STRUCT_STAT='0' GL_GNULIB_PCLOSE='0' GL_GNULIB_PERROR='0' GL_GNULIB_PIPE2='0' GL_GNULIB_PIPE='0' GL_GNULIB_POPEN='0' GL_GNULIB_PREAD='0' GL_GNULIB_PRINTF='1' GL_GNULIB_PRINTF_POSIX='0' GL_GNULIB_PUTC='1' GL_GNULIB_PUTCHAR='1' GL_GNULIB_PUTS='1' GL_GNULIB_PWRITE='0' GL_GNULIB_RAWMEMCHR='0' GL_GNULIB_READ='0' GL_GNULIB_READLINK='0' GL_GNULIB_READLINKAT='0' GL_GNULIB_REMOVE='0' GL_GNULIB_RENAME='0' GL_GNULIB_RENAMEAT='0' GL_GNULIB_RMDIR='0' GL_GNULIB_SCANF='1' GL_GNULIB_SETHOSTNAME='0' GL_GNULIB_SIGABBREV_NP='0' GL_GNULIB_SIGDESCR_NP='0' GL_GNULIB_SLEEP='0' GL_GNULIB_SNPRINTF='0' GL_GNULIB_SPRINTF_POSIX='0' GL_GNULIB_STAT='1' GL_GNULIB_STDIO_H_NONBLOCKING='0' GL_GNULIB_STDIO_H_SIGPIPE='0' GL_GNULIB_STPCPY='0' GL_GNULIB_STPNCPY='0' GL_GNULIB_STRCASESTR='0' GL_GNULIB_STRCHRNUL='0' GL_GNULIB_STRDUP='0' GL_GNULIB_STRERROR='1' GL_GNULIB_STRERRORNAME_NP='0' GL_GNULIB_STRERROR_R='0' GL_GNULIB_STRFTIME='0' GL_GNULIB_STRNCAT='0' GL_GNULIB_STRNDUP='0' GL_GNULIB_STRNLEN='0' GL_GNULIB_STRPBRK='0' GL_GNULIB_STRPTIME='0' GL_GNULIB_STRSEP='0' GL_GNULIB_STRSIGNAL='0' GL_GNULIB_STRSTR='0' GL_GNULIB_STRTOK_R='0' GL_GNULIB_STRVERSCMP='0' GL_GNULIB_SYMLINK='0' GL_GNULIB_SYMLINKAT='0' GL_GNULIB_TIMEGM='0' GL_GNULIB_TIMESPEC_GET='0' GL_GNULIB_TIME_R='0' GL_GNULIB_TIME_RZ='0' GL_GNULIB_TMPFILE='0' GL_GNULIB_TRUNCATE='0' GL_GNULIB_TTYNAME_R='0' GL_GNULIB_TZSET='0' GL_GNULIB_UNISTD_H_GETOPT='0' GL_GNULIB_UNISTD_H_NONBLOCKING='0' GL_GNULIB_UNISTD_H_SIGPIPE='0' GL_GNULIB_UNLINK='0' GL_GNULIB_UNLINKAT='0' GL_GNULIB_USLEEP='0' GL_GNULIB_UTIMENSAT='0' GL_GNULIB_VASPRINTF='0' GL_GNULIB_VDPRINTF='0' GL_GNULIB_VFPRINTF='1' GL_GNULIB_VFPRINTF_POSIX='0' GL_GNULIB_VFSCANF='0' GL_GNULIB_VPRINTF='1' GL_GNULIB_VPRINTF_POSIX='0' GL_GNULIB_VSCANF='0' GL_GNULIB_VSNPRINTF='0' GL_GNULIB_VSPRINTF_POSIX='0' GL_GNULIB_WRITE='0' GL_LGL_GNULIB_ACCESS='0' GL_LGL_GNULIB_ALIGNED_ALLOC='0' GL_LGL_GNULIB_ATOLL='0' GL_LGL_GNULIB_CALLOC_POSIX='0' GL_LGL_GNULIB_CANONICALIZE_FILE_NAME='0' GL_LGL_GNULIB_CHDIR='0' GL_LGL_GNULIB_CHOWN='0' GL_LGL_GNULIB_CLOSE='0' GL_LGL_GNULIB_COPY_FILE_RANGE='0' GL_LGL_GNULIB_DUP2='0' GL_LGL_GNULIB_DUP3='0' GL_LGL_GNULIB_DUP='0' GL_LGL_GNULIB_ENVIRON='0' GL_LGL_GNULIB_EUIDACCESS='0' GL_LGL_GNULIB_EXECL='0' GL_LGL_GNULIB_EXECLE='0' GL_LGL_GNULIB_EXECLP='0' GL_LGL_GNULIB_EXECV='0' GL_LGL_GNULIB_EXECVE='0' GL_LGL_GNULIB_EXECVP='0' GL_LGL_GNULIB_EXECVPE='0' GL_LGL_GNULIB_EXPLICIT_BZERO='0' GL_LGL_GNULIB_FACCESSAT='0' GL_LGL_GNULIB_FCHDIR='0' GL_LGL_GNULIB_FCHOWNAT='0' GL_LGL_GNULIB_FDATASYNC='0' GL_LGL_GNULIB_FFSL='0' GL_LGL_GNULIB_FFSLL='0' GL_LGL_GNULIB_FREE_POSIX='1' GL_LGL_GNULIB_FSYNC='0' GL_LGL_GNULIB_FTRUNCATE='0' GL_LGL_GNULIB_GETCWD='0' GL_LGL_GNULIB_GETDOMAINNAME='0' GL_LGL_GNULIB_GETDTABLESIZE='0' GL_LGL_GNULIB_GETENTROPY='0' GL_LGL_GNULIB_GETGROUPS='0' GL_LGL_GNULIB_GETHOSTNAME='0' GL_LGL_GNULIB_GETLOADAVG='0' GL_LGL_GNULIB_GETLOGIN='0' GL_LGL_GNULIB_GETLOGIN_R='0' GL_LGL_GNULIB_GETOPT_POSIX='0' GL_LGL_GNULIB_GETPAGESIZE='0' GL_LGL_GNULIB_GETPASS='0' GL_LGL_GNULIB_GETSUBOPT='0' GL_LGL_GNULIB_GETUSERSHELL='0' GL_LGL_GNULIB_GRANTPT='0' GL_LGL_GNULIB_GROUP_MEMBER='0' GL_LGL_GNULIB_ICONV='1' GL_LGL_GNULIB_ISATTY='0' GL_LGL_GNULIB_LCHOWN='0' GL_LGL_GNULIB_LINK='0' GL_LGL_GNULIB_LINKAT='0' GL_LGL_GNULIB_LSEEK='0' GL_LGL_GNULIB_MALLOC_POSIX='0' GL_LGL_GNULIB_MBSCASECMP='0' GL_LGL_GNULIB_MBSCASESTR='0' GL_LGL_GNULIB_MBSCHR='0' GL_LGL_GNULIB_MBSCSPN='0' GL_LGL_GNULIB_MBSLEN='0' GL_LGL_GNULIB_MBSNCASECMP='0' GL_LGL_GNULIB_MBSNLEN='0' GL_LGL_GNULIB_MBSPBRK='0' GL_LGL_GNULIB_MBSPCASECMP='0' GL_LGL_GNULIB_MBSRCHR='0' GL_LGL_GNULIB_MBSSEP='0' GL_LGL_GNULIB_MBSSPN='0' GL_LGL_GNULIB_MBSSTR='0' GL_LGL_GNULIB_MBSTOK_R='0' GL_LGL_GNULIB_MBTOWC='0' GL_LGL_GNULIB_MDA_ACCESS='1' GL_LGL_GNULIB_MDA_CHDIR='1' GL_LGL_GNULIB_MDA_CLOSE='1' GL_LGL_GNULIB_MDA_DUP2='1' GL_LGL_GNULIB_MDA_DUP='1' GL_LGL_GNULIB_MDA_ECVT='1' GL_LGL_GNULIB_MDA_EXECL='1' GL_LGL_GNULIB_MDA_EXECLE='1' GL_LGL_GNULIB_MDA_EXECLP='1' GL_LGL_GNULIB_MDA_EXECV='1' GL_LGL_GNULIB_MDA_EXECVE='1' GL_LGL_GNULIB_MDA_EXECVP='1' GL_LGL_GNULIB_MDA_EXECVPE='1' GL_LGL_GNULIB_MDA_FCVT='1' GL_LGL_GNULIB_MDA_GCVT='1' GL_LGL_GNULIB_MDA_GETCWD='1' GL_LGL_GNULIB_MDA_GETPID='1' GL_LGL_GNULIB_MDA_ISATTY='1' GL_LGL_GNULIB_MDA_LSEEK='1' GL_LGL_GNULIB_MDA_MEMCCPY='1' GL_LGL_GNULIB_MDA_MKTEMP='1' GL_LGL_GNULIB_MDA_PUTENV='1' GL_LGL_GNULIB_MDA_READ='1' GL_LGL_GNULIB_MDA_RMDIR='1' GL_LGL_GNULIB_MDA_STRDUP='1' GL_LGL_GNULIB_MDA_SWAB='1' GL_LGL_GNULIB_MDA_UNLINK='1' GL_LGL_GNULIB_MDA_WRITE='1' GL_LGL_GNULIB_MEMCHR='0' GL_LGL_GNULIB_MEMMEM='0' GL_LGL_GNULIB_MEMPCPY='0' GL_LGL_GNULIB_MEMRCHR='0' GL_LGL_GNULIB_MKDTEMP='0' GL_LGL_GNULIB_MKOSTEMP='0' GL_LGL_GNULIB_MKOSTEMPS='0' GL_LGL_GNULIB_MKSTEMP='0' GL_LGL_GNULIB_MKSTEMPS='0' GL_LGL_GNULIB_NL_LANGINFO='0' GL_LGL_GNULIB_PIPE2='0' GL_LGL_GNULIB_PIPE='0' GL_LGL_GNULIB_POSIX_MEMALIGN='0' GL_LGL_GNULIB_POSIX_OPENPT='0' GL_LGL_GNULIB_PREAD='0' GL_LGL_GNULIB_PTSNAME='0' GL_LGL_GNULIB_PTSNAME_R='0' GL_LGL_GNULIB_PUTENV='0' GL_LGL_GNULIB_PWRITE='0' GL_LGL_GNULIB_QSORT_R='0' GL_LGL_GNULIB_RANDOM='0' GL_LGL_GNULIB_RANDOM_R='0' GL_LGL_GNULIB_RAWMEMCHR='0' GL_LGL_GNULIB_READ='0' GL_LGL_GNULIB_READLINK='0' GL_LGL_GNULIB_READLINKAT='0' GL_LGL_GNULIB_REALLOCARRAY='0' GL_LGL_GNULIB_REALLOC_POSIX='0' GL_LGL_GNULIB_REALPATH='0' GL_LGL_GNULIB_RMDIR='0' GL_LGL_GNULIB_RPMATCH='0' GL_LGL_GNULIB_SECURE_GETENV='0' GL_LGL_GNULIB_SETENV='0' GL_LGL_GNULIB_SETHOSTNAME='0' GL_LGL_GNULIB_SIGABBREV_NP='0' GL_LGL_GNULIB_SIGDESCR_NP='0' GL_LGL_GNULIB_SLEEP='0' GL_LGL_GNULIB_STPCPY='0' GL_LGL_GNULIB_STPNCPY='0' GL_LGL_GNULIB_STRCASESTR='0' GL_LGL_GNULIB_STRCHRNUL='0' GL_LGL_GNULIB_STRDUP='0' GL_LGL_GNULIB_STRERROR='0' GL_LGL_GNULIB_STRERRORNAME_NP='0' GL_LGL_GNULIB_STRERROR_R='0' GL_LGL_GNULIB_STRNCAT='0' GL_LGL_GNULIB_STRNDUP='0' GL_LGL_GNULIB_STRNLEN='0' GL_LGL_GNULIB_STRPBRK='0' GL_LGL_GNULIB_STRSEP='0' GL_LGL_GNULIB_STRSIGNAL='0' GL_LGL_GNULIB_STRSTR='0' GL_LGL_GNULIB_STRTOD='0' GL_LGL_GNULIB_STRTOK_R='0' GL_LGL_GNULIB_STRTOL='0' GL_LGL_GNULIB_STRTOLD='0' GL_LGL_GNULIB_STRTOLL='0' GL_LGL_GNULIB_STRTOUL='0' GL_LGL_GNULIB_STRTOULL='0' GL_LGL_GNULIB_STRVERSCMP='1' GL_LGL_GNULIB_SYMLINK='0' GL_LGL_GNULIB_SYMLINKAT='0' GL_LGL_GNULIB_SYSTEM_POSIX='0' GL_LGL_GNULIB_TRUNCATE='0' GL_LGL_GNULIB_TTYNAME_R='0' GL_LGL_GNULIB_UNISTD_H_GETOPT='0' GL_LGL_GNULIB_UNISTD_H_NONBLOCKING='0' GL_LGL_GNULIB_UNISTD_H_SIGPIPE='0' GL_LGL_GNULIB_UNLINK='0' GL_LGL_GNULIB_UNLINKAT='0' GL_LGL_GNULIB_UNLOCKPT='0' GL_LGL_GNULIB_UNSETENV='0' GL_LGL_GNULIB_USLEEP='0' GL_LGL_GNULIB_WCTOMB='0' GL_LGL_GNULIB_WRITE='0' GL_LGL_GNULIB__EXIT='0' GMSGFMT='/usr/bin/gmsgfmt' GMSGFMT_015='/usr/bin/gmsgfmt' GNULIBHEADERS_OVERRIDE_WINT_T='0' GNULIB_GETTIMEOFDAY='0' GREP='/bin/grep' GTKDOC_CHECK='' GTKDOC_CHECK_PATH='' GTKDOC_DEPS_CFLAGS='-I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/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_ALIGNED_ALLOC='1' HAVE_ALLOCA_H='1' HAVE_ATOLL='1' HAVE_C99_STDINT_H='1' HAVE_CANONICALIZE_FILE_NAME='1' HAVE_CHOWN='1' HAVE_CLIX='' HAVE_CLIX_IN_PATH='' HAVE_COPY_FILE_RANGE='1' HAVE_CSC='' HAVE_CSC_IN_PATH='' HAVE_DECL_ECVT='1' HAVE_DECL_ENVIRON='1' HAVE_DECL_EXECVPE='1' HAVE_DECL_FCHDIR='1' HAVE_DECL_FCLOSEALL='1' HAVE_DECL_FCVT='1' HAVE_DECL_FDATASYNC='1' HAVE_DECL_FPURGE='1' HAVE_DECL_FSEEKO='1' HAVE_DECL_FTELLO='1' HAVE_DECL_GCVT='1' HAVE_DECL_GETDELIM='1' HAVE_DECL_GETDOMAINNAME='1' HAVE_DECL_GETLINE='1' HAVE_DECL_GETLOADAVG='1' HAVE_DECL_GETLOGIN='1' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_GETPAGESIZE='1' HAVE_DECL_GETUSERSHELL='1' HAVE_DECL_INITSTATE='1' HAVE_DECL_LOCALTIME_R='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_SETENV='1' HAVE_DECL_SETHOSTNAME='1' HAVE_DECL_SETSTATE='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR_R='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_TRUNCATE='1' HAVE_DECL_TTYNAME_R='1' HAVE_DECL_UNSETENV='1' HAVE_DECL_VSNPRINTF='1' HAVE_DPRINTF='1' HAVE_DUP3='1' HAVE_EUIDACCESS='1' HAVE_EXECVPE='1' HAVE_EXPLICIT_BZERO='1' HAVE_FACCESSAT='1' HAVE_FCHDIR='1' HAVE_FCHMODAT='1' HAVE_FCHOWNAT='1' HAVE_FCNTL='1' HAVE_FDATASYNC='1' HAVE_FFSL='1' HAVE_FFSLL='1' HAVE_FSEEKO='1' HAVE_FSTATAT='1' HAVE_FSYNC='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_FUTIMENS='1' HAVE_GETDTABLESIZE='1' HAVE_GETENTROPY='1' HAVE_GETGROUPS='1' HAVE_GETHOSTNAME='1' HAVE_GETLOGIN='1' HAVE_GETOPT_H='1' HAVE_GETPAGESIZE='1' HAVE_GETPASS='1' HAVE_GETSUBOPT='1' HAVE_GETUMASK='1' HAVE_GRANTPT='1' HAVE_GROUP_MEMBER='1' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='#' HAVE_INITSTATE='1' HAVE_INTTYPES_H='1' HAVE_LANGINFO_ALTMON='1' HAVE_LANGINFO_CODESET='1' HAVE_LANGINFO_ERA='1' HAVE_LANGINFO_H='1' HAVE_LANGINFO_T_FMT_AMPM='1' HAVE_LANGINFO_YESEXPR='1' HAVE_LCHMOD='1' HAVE_LCHOWN='1' HAVE_LD_OUTPUT_DEF_FALSE='' HAVE_LD_OUTPUT_DEF_TRUE='#' HAVE_LD_VERSION_SCRIPT_FALSE='#' HAVE_LD_VERSION_SCRIPT_TRUE='' HAVE_LINK='1' HAVE_LINKAT='1' HAVE_LSTAT='1' HAVE_MAX_ALIGN_T='1' HAVE_MBSLEN='0' HAVE_MBTOWC='1' HAVE_MCS='' HAVE_MCS_IN_PATH='' HAVE_MEMPCPY='1' HAVE_MKDIRAT='1' HAVE_MKDTEMP='1' HAVE_MKFIFO='1' HAVE_MKFIFOAT='1' HAVE_MKNOD='1' HAVE_MKNODAT='1' HAVE_MKOSTEMP='1' HAVE_MKOSTEMPS='1' HAVE_MKSTEMP='1' HAVE_MKSTEMPS='1' HAVE_MONO='' HAVE_MONO_IN_PATH='' HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' HAVE_NANOSLEEP='1' HAVE_NL_LANGINFO='1' HAVE_OPENAT='1' HAVE_OS_H='0' HAVE_PCLOSE='1' HAVE_PIPE2='1' HAVE_PIPE='1' HAVE_POPEN='1' HAVE_POSIX_MEMALIGN='1' HAVE_POSIX_OPENPT='1' HAVE_PREAD='1' HAVE_PTSNAME='1' HAVE_PTSNAME_R='1' HAVE_PWRITE='1' HAVE_QSORT_R='1' HAVE_RANDOM='1' HAVE_RANDOM_H='1' HAVE_RANDOM_R='1' HAVE_RAWMEMCHR='1' HAVE_READLINK='1' HAVE_READLINKAT='1' HAVE_REALLOCARRAY='1' HAVE_REALPATH='1' HAVE_RENAMEAT='1' HAVE_RPMATCH='1' HAVE_SECURE_GETENV='1' HAVE_SETENV='1' HAVE_SETHOSTNAME='1' HAVE_SETSTATE='1' HAVE_SIGABBREV_NP='1' HAVE_SIGDESCR_NP='1' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SLEEP='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRERRORNAME_NP='1' HAVE_STRPBRK='1' HAVE_STRPTIME='1' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_STRTOL='1' HAVE_STRTOLD='1' HAVE_STRTOLL='1' HAVE_STRTOUL='1' HAVE_STRTOULL='1' HAVE_STRUCT_RANDOM_DATA='1' HAVE_STRVERSCMP='1' HAVE_SYMLINK='1' HAVE_SYMLINKAT='1' HAVE_SYS_BITYPES_H='0' HAVE_SYS_CDEFS_H='' HAVE_SYS_INTTYPES_H='0' HAVE_SYS_LOADAVG_H='0' HAVE_SYS_PARAM_H='0' HAVE_SYS_TYPES_H='1' HAVE_TIMEGM='1' HAVE_TIMESPEC_GET='1' HAVE_TIMEZONE_T='0' HAVE_UNISTD_H='1' HAVE_UNLINKAT='1' HAVE_UNLOCKPT='1' HAVE_USLEEP='1' HAVE_UTIMENSAT='1' HAVE_VASPRINTF='1' HAVE_VDPRINTF='1' HAVE_VISIBILITY='1' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WINSOCK2_H='0' HAVE__BOOL='1' HAVE__EXIT='1' HELP2MAN='${SHELL} '\''/var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/missing'\'' help2man' HTML_DIR='${datadir}/gtk-doc/html' ICONV_CONST='' ICONV_H='iconv.h' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' JAR='' JAVA='' JAVAC='gcj -C' JAVACFLAGS='' JAVADOC='' JAVAFLAGS='' JAVAPREFIX='' JAVA_FALSE='' JAVA_TRUE='' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='' LIBTESTS_LIBDEPS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE='' LIBUNISTRING_UNISTR_H='unistr.h' LIBUNISTRING_UNITYPES_H='unitypes.h' LIMITS_H='limits.h' LIPO='' LN_S='ln -s' LOG_VALGRIND='' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' LT_AGE='6' LT_CURRENT='18' LT_REVISION='3' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} '\''/var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/missing'\'' makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MONO_PATH='' MONO_PATH_SEPARATOR='' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_ICONV_H='' NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' NEXT_AS_FIRST_DIRECTIVE_LIMITS_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_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_GETOPT_H='' NEXT_ICONV_H='' NEXT_LANGINFO_H='' NEXT_LIMITS_H='' NEXT_STDARG_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TYPES_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NM='/usr/bin/gcc-nm' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libidn' PACKAGE_BUGREPORT='help-libidn@gnu.org' PACKAGE_NAME='GNU Libidn' PACKAGE_STRING='GNU Libidn 1.38' PACKAGE_TARNAME='libidn' PACKAGE_URL='http://www.gnu.org/software/libidn/' PACKAGE_VERSION='1.38' PATH_SEPARATOR=':' PERL='${SHELL} '\''/var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/missing'\'' perl' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PMCCABE='false' POSUB='po' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' PTRDIFF_T_SUFFIX='' RANLIB='/usr/bin/gcc-ranlib' REPLACE_ACCESS='0' REPLACE_ALIGNED_ALLOC='0' REPLACE_CALLOC='0' REPLACE_CANONICALIZE_FILE_NAME='0' REPLACE_CHOWN='0' REPLACE_CLOSE='0' REPLACE_CREAT='0' REPLACE_CTIME='GNULIB_PORTCHECK' REPLACE_DPRINTF='0' REPLACE_DUP2='0' REPLACE_DUP='0' REPLACE_EXECL='0' REPLACE_EXECLE='0' REPLACE_EXECLP='0' REPLACE_EXECV='0' REPLACE_EXECVE='0' REPLACE_EXECVP='0' REPLACE_EXECVPE='0' REPLACE_FACCESSAT='0' REPLACE_FCHMODAT='0' REPLACE_FCHOWNAT='0' REPLACE_FCLOSE='0' REPLACE_FCNTL='1' REPLACE_FDOPEN='0' REPLACE_FFLUSH='0' REPLACE_FFSLL='0' REPLACE_FOPEN='0' REPLACE_FPRINTF='0' REPLACE_FPURGE='0' REPLACE_FREE='0' REPLACE_FREOPEN='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='0' REPLACE_FSTAT='0' REPLACE_FSTATAT='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_FTRUNCATE='0' REPLACE_FUTIMENS='0' REPLACE_GETCWD='0' REPLACE_GETDELIM='0' REPLACE_GETDOMAINNAME='0' REPLACE_GETDTABLESIZE='0' REPLACE_GETGROUPS='0' REPLACE_GETLINE='0' REPLACE_GETLOGIN_R='0' REPLACE_GETPAGESIZE='0' REPLACE_GETPASS='0' REPLACE_GMTIME='0' REPLACE_ICONV='0' REPLACE_ICONV_OPEN='0' REPLACE_ICONV_UTF='0' REPLACE_INITSTATE='0' REPLACE_ISATTY='0' REPLACE_LCHOWN='0' REPLACE_LINK='0' REPLACE_LINKAT='0' REPLACE_LOCALTIME='0' REPLACE_LOCALTIME_R='GNULIB_PORTCHECK' REPLACE_LSEEK='0' REPLACE_LSTAT='0' REPLACE_MALLOC='0' REPLACE_MBTOWC='0' REPLACE_MEMCHR='0' REPLACE_MEMMEM='0' REPLACE_MKDIR='0' REPLACE_MKFIFO='0' REPLACE_MKFIFOAT='0' REPLACE_MKNOD='0' REPLACE_MKNODAT='0' REPLACE_MKSTEMP='0' REPLACE_MKTIME='GNULIB_PORTCHECK' REPLACE_NANOSLEEP='GNULIB_PORTCHECK' REPLACE_NL_LANGINFO='0' REPLACE_NULL='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_OPEN='0' REPLACE_OPENAT='0' REPLACE_PERROR='0' REPLACE_POPEN='0' REPLACE_POSIX_MEMALIGN='0' REPLACE_PREAD='0' REPLACE_PRINTF='0' REPLACE_PTSNAME='0' REPLACE_PTSNAME_R='0' REPLACE_PUTENV='0' REPLACE_PWRITE='0' REPLACE_QSORT_R='0' REPLACE_RANDOM='0' REPLACE_RANDOM_R='0' REPLACE_READ='0' REPLACE_READLINK='0' REPLACE_READLINKAT='0' REPLACE_REALLOC='0' REPLACE_REALLOCARRAY='0' REPLACE_REALPATH='0' REPLACE_REMOVE='0' REPLACE_RENAME='0' REPLACE_RENAMEAT='0' REPLACE_RMDIR='0' REPLACE_SETENV='0' REPLACE_SETSTATE='0' REPLACE_SLEEP='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='0' REPLACE_STAT='0' REPLACE_STDIO_READ_FUNCS='0' REPLACE_STDIO_WRITE_FUNCS='0' REPLACE_STPNCPY='0' REPLACE_STRCASESTR='0' REPLACE_STRCHRNUL='0' REPLACE_STRDUP='0' REPLACE_STRERROR='0' REPLACE_STRERRORNAME_NP='0' REPLACE_STRERROR_R='0' REPLACE_STRFTIME='GNULIB_PORTCHECK' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOD='0' REPLACE_STRTOK_R='0' REPLACE_STRTOL='0' REPLACE_STRTOLD='0' REPLACE_STRTOLL='0' REPLACE_STRTOUL='0' REPLACE_STRTOULL='0' REPLACE_SYMLINK='0' REPLACE_SYMLINKAT='0' REPLACE_TIMEGM='GNULIB_PORTCHECK' REPLACE_TMPFILE='0' REPLACE_TRUNCATE='0' REPLACE_TTYNAME_R='0' REPLACE_TZSET='GNULIB_PORTCHECK' REPLACE_UNLINK='0' REPLACE_UNLINKAT='0' REPLACE_UNSETENV='0' REPLACE_USLEEP='0' REPLACE_UTIMENSAT='0' REPLACE_VASPRINTF='0' REPLACE_VDPRINTF='0' REPLACE_VFPRINTF='0' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCTOMB='0' REPLACE_WRITE='0' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' STDARG_H='' STDBOOL_H='' STDDEF_H='' STDINT_H='' STRIP='x86_64-pc-linux-gnu-strip' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' TIME_H_DEFINES_STRUCT_TIMESPEC='1' TIME_H_DEFINES_TIME_UTC='1' TLD_FALSE='#' TLD_TRUE='' UNDEFINE_STRTOK_R='0' UNISTD_H_DEFINES_STRUCT_TIMESPEC='0' UNISTD_H_HAVE_SYS_RANDOM_H='0' UNISTD_H_HAVE_WINSOCK2_H='0' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' USE_NLS='yes' VALGRIND='' VALGRINDFLAGS='' VALGRIND_PROGRAM='' VERSION='1.38' WARN_CFLAGS='' WCHAR_T_SUFFIX='' WINDOWS_64_BIT_OFF_T='0' WINDOWS_64_BIT_ST_SIZE='0' WINDOWS_STAT_INODES='0' WINDOWS_STAT_TIMESPEC='0' WINT_T_SUFFIX='' WSTACK_CFLAGS='' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_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' datadir='/usr/share' datarootdir='${prefix}/share' docdir='/usr/share/doc/libidn-1.38-r1' dvidir='${docdir}' exec_prefix='NONE' gl_LIBOBJS=' fcntl.o' gl_LTLIBOBJS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='IN_LIBIDN_GNULIB_TESTS' 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/libidn-1.38-r1/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/net-dns/libidn-1.38-r1/work/libidn-1.38/build-aux/install-sh' lgl_LIBOBJS='' lgl_LTLIBOBJS='' lgltests_LIBOBJS='' lgltests_LTLIBOBJS='' lgltests_WITNESS='IN_LIBIDN_GNULIB_TESTS' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' lispdir='/usr/share/emacs/site-lisp/libidn' 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 "GNU Libidn" #define PACKAGE_TARNAME "libidn" #define PACKAGE_VERSION "1.38" #define PACKAGE_STRING "GNU Libidn 1.38" #define PACKAGE_BUGREPORT "help-libidn@gnu.org" #define PACKAGE_URL "http://www.gnu.org/software/libidn/" #define PACKAGE "libidn" #define VERSION "1.38" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_ICONV_H 1 #define HAVE_LANGINFO_H 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_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_ICONV 1 #define ICONV_CONST #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_FCNTL 1 #define HAVE_SYMLINK 1 #define HAVE_GETDELIM 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_LSTAT 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #define STRERROR_R_CHAR_P 1 #define HAVE_WORKING_O_NOATIME 1 #define HAVE_WORKING_O_NOFOLLOW 1 #define restrict __restrict__ #define HAVE_DECL_GETDELIM 1 #define HAVE_DECL_GETDTABLESIZE 1 #define HAVE_DECL_GETLINE 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG_ONLY 1 #define HAVE_STDLIB_H 1 #define MALLOC_0_IS_NONNULL 1 #define PROMOTED_MODE_T mode_t #define HAVE__BOOL 1 #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_DECL_FCLOSEALL 1 #define __USE_MINGW_ANSI_STDIO 1 #define _USE_STD_STAT 1 #define HAVE_DECL_EXECVPE 1 #define HAVE_ALLOCA 1 #define GNULIB_TEST_CLOEXEC 1 #define GNULIB_TEST_CLOSE 1 #define GNULIB_TEST_DUP2 1 #define GNULIB_TEST_FCNTL 1 #define GNULIB_TEST_FSTAT 1 #define GNULIB_TEST_GETDELIM 1 #define GNULIB_TEST_GETDTABLESIZE 1 #define GNULIB_TEST_GETLINE 1 #define GNULIB_TEST_GETOPT_POSIX 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 #define HAVE_DECL___ARGV 0 #define HAVE_VISIBILITY 1 #define GNULIB_MSVC_NOTHROW 1 #define GNULIB_TEST_OPEN 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 #define GNULIB_TEST_STAT 1 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 #define GNULIB_TEST_FSCANF 1 #define GNULIB_FSCANF 1 #define GNULIB_TEST_SCANF 1 #define GNULIB_SCANF 1 #define GNULIB_TEST_FGETC 1 #define GNULIB_TEST_GETC 1 #define GNULIB_TEST_GETCHAR 1 #define GNULIB_TEST_FGETS 1 #define GNULIB_TEST_FREAD 1 #define GNULIB_TEST_FPRINTF 1 #define GNULIB_TEST_PRINTF 1 #define GNULIB_TEST_VFPRINTF 1 #define GNULIB_TEST_VPRINTF 1 #define GNULIB_TEST_FPUTC 1 #define GNULIB_TEST_PUTC 1 #define GNULIB_TEST_PUTCHAR 1 #define GNULIB_TEST_FPUTS 1 #define GNULIB_TEST_PUTS 1 #define GNULIB_TEST_FWRITE 1 #define GNULIB_STRERROR 1 #define GNULIB_TEST_STRERROR 1 #define PACKAGE_PACKAGER "Gentoo Linux" #define PACKAGE_PACKAGER_VERSION "rr1" #define PACKAGE_PACKAGER_BUG_REPORTS "https://bugs.gentoo.org" #define HAVE_DECL_ECVT 1 #define HAVE_DECL_FCVT 1 #define HAVE_DECL_GCVT 1 #define HAVE_FREE_POSIX 1 #define GNULIB_TEST_FREE_POSIX 1 #define HAVE_INLINE 1 #define HAVE___INLINE 1 #define HAVE_STRVERSCMP 1 #define GNULIB_TEST_STRVERSCMP 1 #define GNULIB_UNISTR_U8_MBTOUCR 1 #define GNULIB_UNISTR_U8_UCTOMB 1 #define GNULIB_NO_VLA 1 #define WITH_TLD 1 configure: exit 1