Projet_SETI_RISC-V/riscv-gnu-toolchain/build-gcc-newlib-stage2/intl/config.log
2023-03-06 14:48:14 +01:00

1071 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/gcc/intl/configure --srcdir=/home/seti/riscv-gnu-toolchain/gcc/intl --cache-file=./config.cache --with-system-zlib --prefix=/opt/riscv --disable-shared --disable-threads --with-pkgversion=g2ee5e430018 --with-system-zlib --enable-tls --with-newlib --with-sysroot=/opt/riscv/riscv32-unknown-elf --with-native-system-header-dir=/include --disable-libmudflap --disable-libssp --disable-libquadmath --disable-libgomp --disable-nls --disable-tm-clone-registry --disable-multilib --with-abi=ilp32 --with-arch=rv32imc --with-tune=rocket --with-isa-spec=2.2 --enable-languages=c,c++,lto --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:2142: creating cache ./config.cache
configure:2229: checking for x86_64-pc-linux-gnu-gcc
configure:2256: result: gcc
configure:2525: checking for C compiler version
configure:2534: 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:2545: $? = 0
configure:2534: 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:2545: $? = 0
configure:2534: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2545: $? = 1
configure:2534: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2545: $? = 1
configure:2565: checking whether the C compiler works
configure:2587: gcc -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:2591: $? = 0
configure:2639: result: yes
configure:2642: checking for C compiler default output file name
configure:2644: result: a.out
configure:2650: checking for suffix of executables
configure:2657: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:2661: $? = 0
configure:2683: result:
configure:2705: checking whether we are cross compiling
configure:2713: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:2717: $? = 0
configure:2724: ./conftest
configure:2728: $? = 0
configure:2743: result: no
configure:2748: checking for suffix of object files
configure:2770: gcc -c -g -O2 conftest.c >&5
configure:2774: $? = 0
configure:2795: result: o
configure:2799: checking whether we are using the GNU C compiler
configure:2818: gcc -c -g -O2 conftest.c >&5
configure:2818: $? = 0
configure:2827: result: yes
configure:2836: checking whether gcc accepts -g
configure:2856: gcc -c -g conftest.c >&5
configure:2856: $? = 0
configure:2897: result: yes
configure:2914: checking for gcc option to accept ISO C89
configure:2977: gcc -c -g -O2 conftest.c >&5
configure:2977: $? = 0
configure:2990: result: none needed
configure:3016: checking how to run the C preprocessor
configure:3047: gcc -E conftest.c
configure:3047: $? = 0
configure:3061: 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:3061: $? = 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:3086: result: gcc -E
configure:3106: gcc -E conftest.c
configure:3106: $? = 0
configure:3120: 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:3120: $? = 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:3149: checking for grep that handles long lines and -e
configure:3207: result: /usr/bin/grep
configure:3212: checking for egrep
configure:3274: result: /usr/bin/grep -E
configure:3279: checking for ANSI C header files
configure:3299: gcc -c -g -O2 conftest.c >&5
configure:3299: $? = 0
configure:3372: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:3372: $? = 0
configure:3372: ./conftest
configure:3372: $? = 0
configure:3383: result: yes
configure:3396: checking for sys/types.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for sys/stat.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for stdlib.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for string.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for memory.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for strings.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for inttypes.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for stdint.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3396: checking for unistd.h
configure:3396: gcc -c -g -O2 conftest.c >&5
configure:3396: $? = 0
configure:3396: result: yes
configure:3409: checking minix/config.h usability
configure:3409: 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:3409: $? = 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:3409: result: no
configure:3409: checking minix/config.h presence
configure:3409: 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:3409: $? = 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:3409: result: no
configure:3409: checking for minix/config.h
configure:3409: result: no
configure:3430: checking whether it is safe to define __EXTENSIONS__
configure:3448: gcc -c -g -O2 conftest.c >&5
configure:3448: $? = 0
configure:3455: result: yes
configure:3474: checking whether make sets $(MAKE)
configure:3496: result: yes
configure:3548: checking for a BSD-compatible install
configure:3616: result: /usr/bin/install -c
configure:3641: checking whether NLS is requested
configure:3650: result: no
configure:3688: checking for msgfmt
configure:3722: result: no
configure:3728: checking for gmsgfmt
configure:3759: result: :
configure:3799: checking for xgettext
configure:3833: result: no
configure:3870: checking for msgmerge
configure:3903: result: no
configure:3939: checking build system type
configure:3953: result: x86_64-pc-linux-gnu
configure:3973: checking host system type
configure:3986: result: x86_64-pc-linux-gnu
configure:4009: checking for x86_64-pc-linux-gnu-ranlib
configure:4036: result: ranlib
configure:4098: checking for library containing strerror
configure:4129: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4129: $? = 0
configure:4146: result: none required
configure:4154: checking for an ANSI C-conforming const
configure:4220: gcc -c -g -O2 conftest.c >&5
configure:4220: $? = 0
configure:4227: result: yes
configure:4235: checking for inline
configure:4251: gcc -c -g -O2 conftest.c >&5
configure:4251: $? = 0
configure:4259: result: inline
configure:4277: checking for off_t
configure:4277: gcc -c -g -O2 conftest.c >&5
configure:4277: $? = 0
configure:4277: 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:4277: $? = 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:4277: result: yes
configure:4288: checking for size_t
configure:4288: gcc -c -g -O2 conftest.c >&5
configure:4288: $? = 0
configure:4288: 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:4288: $? = 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:4288: result: yes
configure:4301: checking for working alloca.h
configure:4318: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4318: $? = 0
configure:4326: result: yes
configure:4334: checking for alloca
configure:4371: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4371: $? = 0
configure:4379: result: yes
configure:4491: checking for stdlib.h
configure:4491: result: yes
configure:4491: checking for unistd.h
configure:4491: result: yes
configure:4491: checking for sys/param.h
configure:4491: gcc -c -g -O2 conftest.c >&5
configure:4491: $? = 0
configure:4491: result: yes
configure:4511: checking for getpagesize
configure:4511: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4511: $? = 0
configure:4511: result: yes
configure:4520: checking for working mmap
configure:4667: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4667: $? = 0
configure:4667: ./conftest
configure:4667: $? = 0
configure:4677: result: yes
configure:4687: checking whether we are using the GNU C Library 2.1 or newer
configure:4714: result: yes
configure:4722: checking whether integer division by zero raises SIGFPE
configure:4779: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
conftest.c:49:5: warning: built-in function 'nan' declared as non-function [-Wbuiltin-declaration-mismatch]
49 | int nan;
| ^~~
configure:4779: $? = 0
configure:4779: ./conftest
configure:4779: $? = 0
configure:4790: result: yes
configure:4803: checking for inttypes.h
configure:4820: gcc -c -g -O2 conftest.c >&5
configure:4820: $? = 0
configure:4827: result: yes
configure:4838: checking for stdint.h
configure:4855: gcc -c -g -O2 conftest.c >&5
configure:4855: $? = 0
configure:4862: result: yes
configure:4873: checking for unsigned long long
configure:4890: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4890: $? = 0
configure:4898: result: yes
configure:4926: checking for inttypes.h
configure:4944: gcc -c -g -O2 conftest.c >&5
configure:4944: $? = 0
configure:4952: result: yes
configure:4965: checking whether the inttypes.h PRIxNN macros are broken
configure:4986: gcc -c -g -O2 conftest.c >&5
configure:4986: $? = 0
configure:4994: result: no
configure:5045: checking for ld used by GCC
configure:5108: result: ld
configure:5115: checking if the linker (ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.38
configure:5127: result: yes
configure:5133: checking for shared library run path origin
configure:5146: result: done
configure:5567: checking argz.h usability
configure:5567: gcc -c -g -O2 conftest.c >&5
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking argz.h presence
configure:5567: gcc -E conftest.c
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking for argz.h
configure:5567: result: yes
configure:5567: checking limits.h usability
configure:5567: gcc -c -g -O2 conftest.c >&5
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking limits.h presence
configure:5567: gcc -E conftest.c
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking for limits.h
configure:5567: result: yes
configure:5567: checking locale.h usability
configure:5567: gcc -c -g -O2 conftest.c >&5
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking locale.h presence
configure:5567: gcc -E conftest.c
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking for locale.h
configure:5567: result: yes
configure:5567: checking nl_types.h usability
configure:5567: gcc -c -g -O2 conftest.c >&5
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking nl_types.h presence
configure:5567: gcc -E conftest.c
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking for nl_types.h
configure:5567: result: yes
configure:5567: checking malloc.h usability
configure:5567: gcc -c -g -O2 conftest.c >&5
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking malloc.h presence
configure:5567: gcc -E conftest.c
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking for malloc.h
configure:5567: result: yes
configure:5567: checking stddef.h usability
configure:5567: gcc -c -g -O2 conftest.c >&5
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking stddef.h presence
configure:5567: gcc -E conftest.c
configure:5567: $? = 0
configure:5567: result: yes
configure:5567: checking for stddef.h
configure:5567: result: yes
configure:5567: checking for stdlib.h
configure:5567: result: yes
configure:5567: checking for string.h
configure:5567: result: yes
configure:5567: checking for unistd.h
configure:5567: result: yes
configure:5567: checking for sys/param.h
configure:5567: result: yes
configure:5583: checking for feof_unlocked
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for fgets_unlocked
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for getc_unlocked
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for getcwd
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for getegid
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for geteuid
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for getgid
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for getuid
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for mempcpy
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc 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:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for munmap
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for putenv
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for setenv
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for setlocale
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for stpcpy
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc 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:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for strcasecmp
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc 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:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for strdup
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc 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:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for strtoul
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for tsearch
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for __argz_count
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for __argz_stringify
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for __argz_next
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5583: checking for __fsetlocking
configure:5583: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5583: $? = 0
configure:5583: result: yes
configure:5598: checking for iconv
configure:5622: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5622: $? = 0
configure:5696: result: yes
configure:5739: checking for iconv declaration
configure:5768: gcc -c -g -O2 conftest.c >&5
configure:5768: $? = 0
configure:5779: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:5790: checking for nl_langinfo and CODESET
configure:5806: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5806: $? = 0
configure:5815: result: yes
configure:5825: checking for LC_MESSAGES
configure:5841: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:5841: $? = 0
configure:5849: result: yes
configure:5863: checking for bison
configure:5879: found /usr/bin/bison
configure:5890: result: bison
configure:5904: checking version of bison
configure:5913: result: 3.8.2, ok
configure:5935: checking whether NLS is requested
configure:5944: result: no
configure:6535: checking whether to use NLS
configure:6537: result: no
configure:6665: checking for aclocal
configure:6681: found /usr/bin/aclocal
configure:6692: result: aclocal
configure:6708: checking for autoconf
configure:6724: found /usr/bin/autoconf
configure:6735: result: autoconf
configure:6751: checking for autoheader
configure:6767: found /usr/bin/autoheader
configure:6778: result: autoheader
configure:6837: checking bison 3 or later
configure:6845: result: 3.8.2, bison3
configure:6923: updating cache ./config.cache
configure:6972: 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='-static-libstdc++ -static-libgcc '
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
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_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_header_intl=
nls_cv_header_libgt=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='aclocal'
ALLOCA=''
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
BISON3_NO='#'
BISON3_YES=''
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT=''
CC='gcc'
CFLAGS='-g -O2 '
CPP='gcc -E'
CPPFLAGS=''
CTAGS='ctags'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
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='-static-libstdc++ -static-libgcc '
LIBICONV=''
LIBINTL=''
LIBINTL_DEP=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MKID='mkid'
MKINSTALLDIRS='/home/seti/riscv-gnu-toolchain/gcc/intl/../mkinstalldirs'
MSGFMT=':'
MSGMERGE=':'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PICFLAG=''
POSUB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
USE_INCLUDED_LIBINTL='no'
USE_NLS='no'
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 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