You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1089 lines
34 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/seti/riscv-gnu-toolchain/binutils/intl/configure --srcdir=/home/seti/riscv-gnu-toolchain/binutils/intl --cache-file=./config.cache --with-gnu-as --with-gnu-ld --prefix=/opt/riscv --disable-werror --with-expat=yes --disable-gdb --disable-sim --disable-libdecnumber --disable-readline --with-isa-spec=2.2 --program-transform-name=s&^&riscv32-unknown-elf-& --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=riscv32-unknown-elf
## --------- ##
## Platform. ##
## --------- ##
hostname = seti-VirtualBox
uname -m = x86_64
uname -r = 5.15.0-58-generic
uname -s = Linux
uname -v = #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/seti/riscv-gnu-toolchain/scripts/wrapper/sed
PATH: /opt/riscv/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2137: creating cache ./config.cache
configure:2224: checking for x86_64-pc-linux-gnu-gcc
configure:2251: result: gcc
configure:2520: checking for C compiler version
configure:2529: gcc --version >&5
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.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:2540: $? = 0
configure:2529: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:2540: $? = 0
configure:2529: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2540: $? = 1
configure:2529: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2540: $? = 1
configure:2560: checking whether the C compiler works
configure:2582: gcc -g -O2 conftest.c >&5
configure:2586: $? = 0
configure:2634: result: yes
configure:2637: checking for C compiler default output file name
configure:2639: result: a.out
configure:2645: checking for suffix of executables
configure:2652: gcc -o conftest -g -O2 conftest.c >&5
configure:2656: $? = 0
configure:2678: result:
configure:2700: checking whether we are cross compiling
configure:2708: gcc -o conftest -g -O2 conftest.c >&5
configure:2712: $? = 0
configure:2719: ./conftest
configure:2723: $? = 0
configure:2738: result: no
configure:2743: checking for suffix of object files
configure:2765: gcc -c -g -O2 conftest.c >&5
configure:2769: $? = 0
configure:2790: result: o
configure:2794: checking whether we are using the GNU C compiler
configure:2813: gcc -c -g -O2 conftest.c >&5
configure:2813: $? = 0
configure:2822: result: yes
configure:2831: checking whether gcc accepts -g
configure:2851: gcc -c -g conftest.c >&5
configure:2851: $? = 0
configure:2892: result: yes
configure:2909: checking for gcc option to accept ISO C89
configure:2972: gcc -c -g -O2 conftest.c >&5
configure:2972: $? = 0
configure:2985: result: none needed
configure:3011: checking how to run the C preprocessor
configure:3042: gcc -E conftest.c
configure:3042: $? = 0
configure:3056: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3081: result: gcc -E
configure:3101: gcc -E conftest.c
configure:3101: $? = 0
configure:3115: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3115: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3144: checking for grep that handles long lines and -e
configure:3202: result: /usr/bin/grep
configure:3207: checking for egrep
configure:3269: result: /usr/bin/grep -E
configure:3274: checking for ANSI C header files
configure:3294: gcc -c -g -O2 conftest.c >&5
configure:3294: $? = 0
configure:3367: gcc -o conftest -g -O2 conftest.c >&5
configure:3367: $? = 0
configure:3367: ./conftest
configure:3367: $? = 0
configure:3378: result: yes
configure:3391: checking for sys/types.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for sys/stat.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for stdlib.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for string.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for memory.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for strings.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for inttypes.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for stdint.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3391: checking for unistd.h
configure:3391: gcc -c -g -O2 conftest.c >&5
configure:3391: $? = 0
configure:3391: result: yes
configure:3404: checking minix/config.h usability
configure:3404: gcc -c -g -O2 conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
52 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3404: result: no
configure:3404: checking minix/config.h presence
configure:3404: gcc -E conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
19 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3404: result: no
configure:3404: checking for minix/config.h
configure:3404: result: no
configure:3425: checking whether it is safe to define __EXTENSIONS__
configure:3443: gcc -c -g -O2 conftest.c >&5
configure:3443: $? = 0
configure:3450: result: yes
configure:3469: checking whether make sets $(MAKE)
configure:3491: result: yes
configure:3543: checking for a BSD-compatible install
configure:3611: result: /usr/bin/install -c
configure:3636: checking whether NLS is requested
configure:3645: result: yes
configure:3683: checking for msgfmt
configure:3717: result: no
configure:3723: checking for gmsgfmt
configure:3754: result: :
configure:3794: checking for xgettext
configure:3828: result: no
configure:3865: checking for msgmerge
configure:3898: result: no
configure:3934: checking build system type
configure:3948: result: x86_64-pc-linux-gnu
configure:3968: checking host system type
configure:3981: result: x86_64-pc-linux-gnu
configure:4004: checking for x86_64-pc-linux-gnu-ranlib
configure:4031: result: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
configure:4093: checking for library containing strerror
configure:4124: gcc -o conftest -g -O2 conftest.c >&5
configure:4124: $? = 0
configure:4141: result: none required
configure:4149: checking for an ANSI C-conforming const
configure:4215: gcc -c -g -O2 conftest.c >&5
configure:4215: $? = 0
configure:4222: result: yes
configure:4230: checking for inline
configure:4246: gcc -c -g -O2 conftest.c >&5
configure:4246: $? = 0
configure:4254: result: inline
configure:4272: checking for off_t
configure:4272: gcc -c -g -O2 conftest.c >&5
configure:4272: $? = 0
configure:4272: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:20: error: expected expression before ')' token
60 | if (sizeof ((off_t)))
| ^
configure:4272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:4272: result: yes
configure:4283: checking for size_t
configure:4283: gcc -c -g -O2 conftest.c >&5
configure:4283: $? = 0
configure:4283: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:21: error: expected expression before ')' token
60 | if (sizeof ((size_t)))
| ^
configure:4283: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:4283: result: yes
configure:4296: checking for working alloca.h
configure:4313: gcc -o conftest -g -O2 conftest.c >&5
configure:4313: $? = 0
configure:4321: result: yes
configure:4329: checking for alloca
configure:4366: gcc -o conftest -g -O2 conftest.c >&5
configure:4366: $? = 0
configure:4374: result: yes
configure:4486: checking for stdlib.h
configure:4486: result: yes
configure:4486: checking for unistd.h
configure:4486: result: yes
configure:4486: checking for sys/param.h
configure:4486: gcc -c -g -O2 conftest.c >&5
configure:4486: $? = 0
configure:4486: result: yes
configure:4506: checking for getpagesize
configure:4506: gcc -o conftest -g -O2 conftest.c >&5
configure:4506: $? = 0
configure:4506: result: yes
configure:4515: checking for working mmap
configure:4662: gcc -o conftest -g -O2 conftest.c >&5
configure:4662: $? = 0
configure:4662: ./conftest
configure:4662: $? = 0
configure:4672: result: yes
configure:4682: checking whether we are using the GNU C Library 2.1 or newer
configure:4709: result: yes
configure:4717: checking whether integer division by zero raises SIGFPE
configure:4774: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:49:5: warning: built-in function 'nan' declared as non-function [-Wbuiltin-declaration-mismatch]
49 | int nan;
| ^~~
configure:4774: $? = 0
configure:4774: ./conftest
configure:4774: $? = 0
configure:4785: result: yes
configure:4798: checking for inttypes.h
configure:4815: gcc -c -g -O2 conftest.c >&5
configure:4815: $? = 0
configure:4822: result: yes
configure:4833: checking for stdint.h
configure:4850: gcc -c -g -O2 conftest.c >&5
configure:4850: $? = 0
configure:4857: result: yes
configure:4868: checking for unsigned long long
configure:4885: gcc -o conftest -g -O2 conftest.c >&5
configure:4885: $? = 0
configure:4893: result: yes
configure:4921: checking for inttypes.h
configure:4939: gcc -c -g -O2 conftest.c >&5
configure:4939: $? = 0
configure:4947: result: yes
configure:4960: checking whether the inttypes.h PRIxNN macros are broken
configure:4981: gcc -c -g -O2 conftest.c >&5
configure:4981: $? = 0
configure:4989: result: no
configure:5040: checking for ld used by GCC
configure:5103: result: ld
configure:5110: checking if the linker (ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.38
configure:5122: result: yes
configure:5128: checking for shared library run path origin
configure:5141: result: done
configure:5562: checking argz.h usability
configure:5562: gcc -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking argz.h presence
configure:5562: gcc -E conftest.c
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking for argz.h
configure:5562: result: yes
configure:5562: checking limits.h usability
configure:5562: gcc -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking limits.h presence
configure:5562: gcc -E conftest.c
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking for limits.h
configure:5562: result: yes
configure:5562: checking locale.h usability
configure:5562: gcc -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking locale.h presence
configure:5562: gcc -E conftest.c
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking for locale.h
configure:5562: result: yes
configure:5562: checking nl_types.h usability
configure:5562: gcc -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking nl_types.h presence
configure:5562: gcc -E conftest.c
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking for nl_types.h
configure:5562: result: yes
configure:5562: checking malloc.h usability
configure:5562: gcc -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking malloc.h presence
configure:5562: gcc -E conftest.c
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking for malloc.h
configure:5562: result: yes
configure:5562: checking stddef.h usability
configure:5562: gcc -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking stddef.h presence
configure:5562: gcc -E conftest.c
configure:5562: $? = 0
configure:5562: result: yes
configure:5562: checking for stddef.h
configure:5562: result: yes
configure:5562: checking for stdlib.h
configure:5562: result: yes
configure:5562: checking for string.h
configure:5562: result: yes
configure:5562: checking for unistd.h
configure:5562: result: yes
configure:5562: checking for sys/param.h
configure:5562: result: yes
configure:5578: checking for feof_unlocked
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for fgets_unlocked
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for getc_unlocked
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for getcwd
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for getegid
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for geteuid
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for getgid
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for getuid
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for mempcpy
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:78:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
78 | char mempcpy ();
| ^~~~~~~
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for munmap
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for putenv
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for setenv
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for setlocale
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for stpcpy
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:83:6: warning: conflicting types for built-in function 'stpcpy'; expected 'char *(char *, const char *)' [-Wbuiltin-declaration-mismatch]
83 | char stpcpy ();
| ^~~~~~
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for strcasecmp
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:84:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
84 | char strcasecmp ();
| ^~~~~~~~~~
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for strdup
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:85:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
85 | char strdup ();
| ^~~~~~
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for strtoul
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for tsearch
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for __argz_count
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for __argz_stringify
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for __argz_next
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5578: checking for __fsetlocking
configure:5578: gcc -o conftest -g -O2 conftest.c >&5
configure:5578: $? = 0
configure:5578: result: yes
configure:5593: checking for iconv
configure:5617: gcc -o conftest -g -O2 conftest.c >&5
configure:5617: $? = 0
configure:5691: result: yes
configure:5734: checking for iconv declaration
configure:5763: gcc -c -g -O2 conftest.c >&5
configure:5763: $? = 0
configure:5774: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:5785: checking for nl_langinfo and CODESET
configure:5801: gcc -o conftest -g -O2 conftest.c >&5
configure:5801: $? = 0
configure:5810: result: yes
configure:5820: checking for LC_MESSAGES
configure:5836: gcc -o conftest -g -O2 conftest.c >&5
configure:5836: $? = 0
configure:5844: result: yes
configure:5858: checking for bison
configure:5874: found /usr/bin/bison
configure:5885: result: bison
configure:5899: checking version of bison
configure:5908: result: 3.8.2, ok
configure:5930: checking whether NLS is requested
configure:5939: result: yes
configure:5955: checking whether included gettext is requested
configure:5965: result: no
configure:5976: checking for GNU gettext in libc
configure:6001: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
86 | return (int) gettext ("") + (int) ngettext ("", "", 0) + __GNU_GETTEXT_SYMBOL_EXPRESSION
| ^
conftest.c:86:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
86 | return (int) gettext ("") + (int) ngettext ("", "", 0) + __GNU_GETTEXT_SYMBOL_EXPRESSION
| ^
configure:6001: $? = 0
configure:6009: result: yes
configure:6530: checking whether to use NLS
configure:6532: result: yes
configure:6535: checking where the gettext function comes from
configure:6546: result: libc
configure:6660: checking for aclocal
configure:6676: found /usr/bin/aclocal
configure:6687: result: aclocal
configure:6703: checking for autoconf
configure:6719: found /usr/bin/autoconf
configure:6730: result: autoconf
configure:6746: checking for autoheader
configure:6762: found /usr/bin/autoheader
configure:6773: result: autoheader
configure:6901: checking bison 3 or later
configure:6909: result: 3.8.2, bison3
configure:6978: updating cache ./config.cache
configure:7027: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on seti-VirtualBox
config.status:925: creating Makefile
config.status:925: creating config.intl
config.status:925: creating config.h
config.status:1099: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' '
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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=set
ac_cv_env_target_alias_value=riscv32-unknown-elf
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fsetlocking=yes
ac_cv_func_alloca_works=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_argz_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=:
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_XGETTEXT=:
ac_cv_prog_ACLOCAL=aclocal
ac_cv_prog_AUTOCONF=autoconf
ac_cv_prog_AUTOHEADER=autoheader
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_INTLBISON=bison
ac_cv_prog_RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_strerror='none required'
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long=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_libext=a
acl_cv_path_LD=ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext2_libc=yes
gt_cv_header_inttypes_h=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='aclocal'
ALLOCA=''
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
BISON3_NO='#'
BISON3_YES=''
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT='.gmo'
CC='gcc'
CFLAGS='-g -O2 '
CPP='gcc -E'
CPPFLAGS=''
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GENCAT='gencat'
GLIBC21='yes'
GMSGFMT=':'
GREP='/usr/bin/grep'
INCINTL=''
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=' '
LIBICONV=''
LIBINTL=''
LIBINTL_DEP=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MKINSTALLDIRS='/home/seti/riscv-gnu-toolchain/binutils/intl/../mkinstalldirs'
MSGFMT=':'
MSGMERGE=':'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PICFLAG='-fpic'
POSUB='po'
RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
SET_MAKE=''
SHELL='/bin/bash'
USE_INCLUDED_LIBINTL='no'
USE_NLS='yes'
XGETTEXT=':'
ac_ct_CC=''
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='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
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='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/riscv'
program_transform_name='s&^&riscv32-unknown-elf-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='riscv32-unknown-elf'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define INTDIV0_RAISES_SIGFPE 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE___FSETLOCKING 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define IN_LIBINTL 1
#define IN_LIBRARY 1
#define DEPENDS_ON_LIBICONV 1
#define ENABLE_RELOCATABLE 1
#define NO_XMALLOC 1
#define set_relocation_prefix libintl_set_relocation_prefix
#define relocate libintl_relocate
configure: exit 0