Projet_SETI_RISC-V/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/config.log

8273 lines
272 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/gcc/configure --srcdir=/home/seti/riscv-gnu-toolchain/gcc/gcc --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:3259: creating cache ./config.cache
configure:3375: checking build system type
configure:3389: result: x86_64-pc-linux-gnu
configure:3409: checking host system type
configure:3422: result: x86_64-pc-linux-gnu
configure:3442: checking target system type
configure:3455: result: riscv32-unknown-elf
configure:3561: checking LIBRARY_PATH variable
configure:3571: result: ok
configure:3587: checking GCC_EXEC_PREFIX variable
configure:3597: result: ok
configure:3808: checking whether to place generated files in the source directory
configure:3818: result: no
configure:3875: checking whether a default linker was specified
configure:3886: result: no
configure:3924: checking whether a default dsymutil was specified
configure:3930: result: no
configure:3967: checking whether a default assembler was specified
configure:3978: result: no
configure:4004: checking for x86_64-pc-linux-gnu-gcc
configure:4031: result: gcc
configure:4300: checking for C compiler version
configure:4309: 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:4320: $? = 0
configure:4309: 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:4320: $? = 0
configure:4309: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4320: $? = 1
configure:4309: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4320: $? = 1
configure:4340: checking whether the C compiler works
configure:4362: gcc -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4366: $? = 0
configure:4414: result: yes
configure:4417: checking for C compiler default output file name
configure:4419: result: a.out
configure:4425: checking for suffix of executables
configure:4432: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4436: $? = 0
configure:4458: result:
configure:4480: checking whether we are cross compiling
configure:4488: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:4492: $? = 0
configure:4499: ./conftest
configure:4503: $? = 0
configure:4518: result: no
configure:4523: checking for suffix of object files
configure:4545: gcc -c -g -O2 conftest.c >&5
configure:4549: $? = 0
configure:4570: result: o
configure:4574: checking whether we are using the GNU C compiler
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4602: result: yes
configure:4611: checking whether gcc accepts -g
configure:4631: gcc -c -g conftest.c >&5
configure:4631: $? = 0
configure:4672: result: yes
configure:4689: checking for gcc option to accept ISO C89
configure:4752: gcc -c -g -O2 conftest.c >&5
configure:4752: $? = 0
configure:4765: result: none needed
configure:4897: checking for C++ compiler version
configure:4906: g++ --version >&5
g++ (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:4917: $? = 0
configure:4906: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
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:4917: $? = 0
configure:4906: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4917: $? = 1
configure:4906: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4917: $? = 1
configure:4921: checking whether we are using the GNU C++ compiler
configure:4940: g++ -c -g -O2 conftest.cpp >&5
configure:4940: $? = 0
configure:4949: result: yes
configure:4958: checking whether g++ accepts -g
configure:4978: g++ -c -g conftest.cpp >&5
configure:4978: $? = 0
configure:5019: result: yes
configure:5048: checking for x86_64-pc-linux-gnu-gnatbind
configure:5075: result: no
configure:5140: checking for x86_64-pc-linux-gnu-gnatmake
configure:5167: result: no
configure:5229: checking whether compiler driver understands Ada
configure:5252: result: no
configure:5266: checking for x86_64-pc-linux-gnu-gdc
configure:5293: result: no
configure:5355: checking whether the D compiler works
configure:5372: result: no
configure:5497: checking how to run the C++ preprocessor
configure:5524: g++ -E conftest.cpp
configure:5524: $? = 0
configure:5538: g++ -E conftest.cpp
conftest.cpp:10:10: fatal error: ac_nonexistent.h: No such file or directory
10 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5538: $? = 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 ENABLE_STDLIB_OPTION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5563: result: g++ -E
configure:5583: g++ -E conftest.cpp
configure:5583: $? = 0
configure:5597: g++ -E conftest.cpp
conftest.cpp:10:10: fatal error: ac_nonexistent.h: No such file or directory
10 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5597: $? = 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 ENABLE_STDLIB_OPTION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5626: checking for grep that handles long lines and -e
configure:5684: result: /usr/bin/grep
configure:5689: checking for egrep
configure:5751: result: /usr/bin/grep -E
configure:5756: checking for ANSI C header files
configure:5776: g++ -c -g conftest.cpp >&5
configure:5776: $? = 0
configure:5849: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5849: $? = 0
configure:5849: ./conftest
configure:5849: $? = 0
configure:5860: result: yes
configure:5873: checking for sys/types.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for sys/stat.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for stdlib.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for string.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for memory.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for strings.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for inttypes.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for stdint.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5873: checking for unistd.h
configure:5873: g++ -c -g conftest.cpp >&5
configure:5873: $? = 0
configure:5873: result: yes
configure:5886: checking minix/config.h usability
configure:5886: g++ -c -g conftest.cpp >&5
conftest.cpp:53:10: fatal error: minix/config.h: No such file or directory
53 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5886: $? = 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 ENABLE_STDLIB_OPTION 0
| #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:5886: result: no
configure:5886: checking minix/config.h presence
configure:5886: g++ -E conftest.cpp
conftest.cpp:20:10: fatal error: minix/config.h: No such file or directory
20 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5886: $? = 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 ENABLE_STDLIB_OPTION 0
| #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:5886: result: no
configure:5886: checking for minix/config.h
configure:5886: result: no
configure:5907: checking whether it is safe to define __EXTENSIONS__
configure:5925: g++ -c -g conftest.cpp >&5
configure:5925: $? = 0
configure:5932: result: yes
configure:5952: checking how to run the C preprocessor
configure:5983: gcc -E conftest.c
configure:5983: $? = 0
configure:5997: gcc -E conftest.c
conftest.c:25:10: fatal error: ac_nonexistent.h: No such file or directory
25 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5997: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 <ac_nonexistent.h>
configure:6022: result: gcc -E
configure:6042: gcc -E conftest.c
configure:6042: $? = 0
configure:6056: gcc -E conftest.c
conftest.c:25:10: fatal error: ac_nonexistent.h: No such file or directory
25 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6056: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 <ac_nonexistent.h>
configure:6084: checking for inline
configure:6100: g++ -c -g conftest.cpp >&5
configure:6100: $? = 0
configure:6108: result: inline
configure:6134: checking for special C compiler options needed for large files
configure:6179: result: no
configure:6185: checking for _FILE_OFFSET_BITS value needed for large files
configure:6210: g++ -c -g conftest.cpp >&5
configure:6210: $? = 0
configure:6242: result: no
configure:6331: checking size of ino_t
configure:6336: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6336: $? = 0
configure:6336: ./conftest
configure:6336: $? = 0
configure:6350: result: 8
configure:6364: checking size of dev_t
configure:6369: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6369: $? = 0
configure:6369: ./conftest
configure:6369: $? = 0
configure:6383: result: 8
configure:6412: checking size of void *
configure:6417: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6417: $? = 0
configure:6417: ./conftest
configure:6417: $? = 0
configure:6431: result: 8
configure:6445: checking size of short
configure:6450: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6450: $? = 0
configure:6450: ./conftest
configure:6450: $? = 0
configure:6464: result: 2
configure:6478: checking size of int
configure:6483: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6483: $? = 0
configure:6483: ./conftest
configure:6483: $? = 0
configure:6497: result: 4
configure:6511: checking size of long
configure:6516: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6516: $? = 0
configure:6516: ./conftest
configure:6516: $? = 0
configure:6530: result: 8
configure:6540: checking for long long
configure:6540: g++ -c -g conftest.cpp >&5
configure:6540: $? = 0
configure:6540: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:67:14: error: expected primary-expression before 'long'
67 | if (sizeof ((long long)))
| ^~~~
conftest.cpp:67:14: error: expected ')' before 'long'
67 | if (sizeof ((long long)))
| ~^~~~
| )
conftest.cpp:68:21: error: expected ')' before ';' token
68 | return 0;
| ^
| )
conftest.cpp:67:12: note: to match this '('
67 | if (sizeof ((long long)))
| ^
conftest.cpp:68:21: error: expected ')' before ';' token
68 | return 0;
| ^
| )
conftest.cpp:67:4: note: to match this '('
67 | if (sizeof ((long long)))
| ^
configure:6540: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| /* 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 ((long long)))
| return 0;
| ;
| return 0;
| }
configure:6540: result: yes
configure:6551: checking size of long long
configure:6556: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6556: $? = 0
configure:6556: ./conftest
configure:6556: $? = 0
configure:6570: result: 8
configure:6582: checking for int8_t
configure:6582: g++ -c -g conftest.cpp >&5
configure:6582: $? = 0
configure:6582: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:70: error: narrowing conversion of '-1' from 'int' to 'long unsigned int' [-Wnarrowing]
71 | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| ^
conftest.cpp:70:26: error: size '-1' of array 'test_array' is negative
70 | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:6582: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| /* 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
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:6582: result: yes
configure:6593: checking for int16_t
configure:6593: g++ -c -g conftest.cpp >&5
configure:6593: $? = 0
configure:6593: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:72: error: narrowing conversion of '-1' from 'int' to 'long unsigned int' [-Wnarrowing]
71 | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| ^
conftest.cpp:70:26: error: size '-1' of array 'test_array' is negative
70 | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:6593: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| /* 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
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:6593: result: yes
configure:6604: checking for int32_t
configure:6604: g++ -c -g conftest.cpp >&5
configure:6604: $? = 0
configure:6604: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:67: warning: integer overflow in expression of type 'int32_t' {aka 'int'} results in '-2147483648' [-Woverflow]
71 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
conftest.cpp:70:26: error: size '-1' of array 'test_array' is negative
70 | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:6604: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| /* 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
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:6604: result: yes
configure:6615: checking for int64_t
configure:6615: g++ -c -g conftest.cpp >&5
configure:6615: $? = 0
configure:6615: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:67: warning: integer overflow in expression of type 'int64_t' {aka 'long int'} results in '-9223372036854775808' [-Woverflow]
71 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
conftest.cpp:70:26: error: size '-1' of array 'test_array' is negative
70 | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:6615: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| /* 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
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:6615: result: yes
configure:6627: checking for unsigned long long int
configure:6666: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6666: $? = 0
configure:6675: result: yes
configure:6685: checking for long long int
configure:6723: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:6723: $? = 0
configure:6723: ./conftest
configure:6723: $? = 0
configure:6735: result: yes
configure:6745: checking for intmax_t
configure:6745: g++ -c -g conftest.cpp >&5
configure:6745: $? = 0
configure:6745: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:22: error: expected primary-expression before ')' token
71 | if (sizeof ((intmax_t)))
| ^
configure:6745: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 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 ((intmax_t)))
| return 0;
| ;
| return 0;
| }
configure:6745: result: yes
configure:6763: checking for intptr_t
configure:6763: g++ -c -g conftest.cpp >&5
configure:6763: $? = 0
configure:6763: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:72:22: error: expected primary-expression before ')' token
72 | if (sizeof ((intptr_t)))
| ^
configure:6763: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 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 ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:6763: result: yes
configure:6798: checking for uint8_t
configure:6798: g++ -c -g conftest.cpp >&5
configure:6798: $? = 0
configure:6798: result: yes
configure:6812: checking for uint16_t
configure:6812: g++ -c -g conftest.cpp >&5
configure:6812: $? = 0
configure:6812: result: yes
configure:6824: checking for uint32_t
configure:6824: g++ -c -g conftest.cpp >&5
configure:6824: $? = 0
configure:6824: result: yes
configure:6838: checking for uint64_t
configure:6838: g++ -c -g conftest.cpp >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6854: checking for uintmax_t
configure:6854: g++ -c -g conftest.cpp >&5
configure:6854: $? = 0
configure:6854: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:73:23: error: expected primary-expression before ')' token
73 | if (sizeof ((uintmax_t)))
| ^
configure:6854: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 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 ((uintmax_t)))
| return 0;
| ;
| return 0;
| }
configure:6854: result: yes
configure:6872: checking for uintptr_t
configure:6872: g++ -c -g conftest.cpp >&5
configure:6872: $? = 0
configure:6872: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:74:23: error: expected primary-expression before ')' token
74 | if (sizeof ((uintptr_t)))
| ^
configure:6872: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 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 ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:6872: result: yes
configure:6925: checking for int64_t underlying type
configure:6949: g++ -c -g conftest.cpp >&5
configure:6949: $? = 0
configure:6956: result: long
configure:6989: checking for std::swap in <utility>
configure:7008: g++ -c -g conftest.cpp >&5
configure:7008: $? = 0
configure:7015: result: yes
configure:7037: checking whether g++ is affected by placement new aliasing bug
configure:7047: g++ -c -g -fno-strict-aliasing conftest.cpp >&5
conftest.cpp:43:2: error: #error compiler not affected by placement new aliasing bug
43 | #error compiler not affected by placement new aliasing bug
| ^~~~~
configure:7047: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| /* end confdefs.h. */
|
| #if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
| #error compiler not affected by placement new aliasing bug
| #endif
|
configure:7051: result: no
configure:7104: checking whether g++ supports -W
configure:7121: g++ -c -W conftest.cpp >&5
configure:7121: $? = 0
configure:7130: result: yes
configure:7104: checking whether g++ supports -Wall
configure:7121: g++ -c -Wall conftest.cpp >&5
configure:7121: $? = 0
configure:7130: result: yes
configure:7104: checking whether g++ supports -Wnarrowing
configure:7121: g++ -c -Wnarrowing conftest.cpp >&5
configure:7121: $? = 0
configure:7130: result: yes
configure:7104: checking whether g++ supports -Wwrite-strings
configure:7121: g++ -c -Wwrite-strings conftest.cpp >&5
configure:7121: $? = 0
configure:7130: result: yes
configure:7104: checking whether g++ supports -Wcast-qual
configure:7121: g++ -c -Wcast-qual conftest.cpp >&5
configure:7121: $? = 0
configure:7130: result: yes
configure:7162: checking whether gcc supports -Wstrict-prototypes
configure:7179: gcc -c -Wstrict-prototypes conftest.c >&5
conftest.c:43:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
43 | main ()
| ^~~~
configure:7179: $? = 0
configure:7188: result: yes
configure:7162: checking whether gcc supports -Wmissing-prototypes
configure:7179: gcc -c -Wmissing-prototypes conftest.c >&5
configure:7179: $? = 0
configure:7188: result: yes
configure:7219: checking whether g++ supports -Wmissing-format-attribute
configure:7236: g++ -c -Wmissing-format-attribute conftest.cpp >&5
configure:7236: $? = 0
configure:7245: result: yes
configure:7219: checking whether g++ supports -Woverloaded-virtual
configure:7236: g++ -c -Woverloaded-virtual conftest.cpp >&5
configure:7236: $? = 0
configure:7245: result: yes
configure:7276: checking whether gcc supports -Wold-style-definition
configure:7293: gcc -c -Wold-style-definition conftest.c >&5
conftest.c: In function 'main':
conftest.c:43:1: warning: old-style function definition [-Wold-style-definition]
43 | main ()
| ^~~~
configure:7293: $? = 0
configure:7302: result: yes
configure:7276: checking whether gcc supports -Wc++-compat
configure:7293: gcc -c -Wc++-compat conftest.c >&5
configure:7293: $? = 0
configure:7302: result: yes
configure:7325: checking whether g++ supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings
configure:7343: g++ -c -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings conftest.cpp >&5
configure:7343: $? = 0
configure:7351: result: yes
configure:7420: checking whether gcc supports -fno-exceptions
configure:7437: gcc -c -fno-exceptions conftest.c >&5
configure:7437: $? = 0
configure:7446: result: yes
configure:7420: checking whether gcc supports -fno-rtti
configure:7437: gcc -c -fno-rtti conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:7437: $? = 0
configure:7446: result: yes
configure:7420: checking whether gcc supports -fasynchronous-unwind-tables
configure:7437: gcc -c -fasynchronous-unwind-tables conftest.c >&5
configure:7437: $? = 0
configure:7446: result: yes
configure:7609: checking valgrind.h usability
configure:7609: g++ -c -g conftest.cpp >&5
conftest.cpp:78:10: fatal error: valgrind.h: No such file or directory
78 | #include <valgrind.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:7609: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 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 <valgrind.h>
configure:7609: result: no
configure:7609: checking valgrind.h presence
configure:7609: g++ -E conftest.cpp
conftest.cpp:45:10: fatal error: valgrind.h: No such file or directory
45 | #include <valgrind.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:7609: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| /* end confdefs.h. */
| #include <valgrind.h>
configure:7609: result: no
configure:7609: checking for valgrind.h
configure:7609: result: no
configure:7620: checking for VALGRIND_DISCARD in <valgrind/memcheck.h>
configure:7629: g++ -E conftest.cpp
conftest.cpp:45:10: fatal error: valgrind/memcheck.h: No such file or directory
45 | #include <valgrind/memcheck.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7629: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| /* end confdefs.h. */
| #include <valgrind/memcheck.h>
| #ifndef VALGRIND_DISCARD
| #error VALGRIND_DISCARD not defined
| #endif
configure:7635: result: no
configure:7637: checking for VALGRIND_DISCARD in <memcheck.h>
configure:7646: g++ -E conftest.cpp
conftest.cpp:45:10: fatal error: memcheck.h: No such file or directory
45 | #include <memcheck.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:7646: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| /* end confdefs.h. */
| #include <memcheck.h>
| #ifndef VALGRIND_DISCARD
| #error VALGRIND_DISCARD not defined
| #endif
configure:7652: result: no
configure:7840: checking for multiarch configuration
configure:7843: result: no, disabled auto check (configured with --native-system-header-dir)
configure:7906: WARNING: decimal float is not supported for this target, ignored
configure:7973: WARNING: fixed-point is not supported for this target, ignored
configure:8337: checking whether make sets $(MAKE)
configure:8359: result: yes
configure:8374: checking for gawk
configure:8401: result: /usr/bin/gawk
configure:8418: checking whether ln -s works
configure:8446: result: yes
configure:8458: checking whether ln works
configure:8480: result: yes
configure:8487: checking for x86_64-pc-linux-gnu-ranlib
configure:8514: result: ranlib
configure:8589: checking for a BSD compatible install
configure:8631: result: /usr/bin/install -c
configure:8642: checking for cmp's capabilities
configure:8669: result: gnucompare
configure:8678: checking for mktemp
configure:8694: found /usr/bin/mktemp
configure:8706: result: yes
configure:8720: checking for makeinfo
configure:8747: result: makeinfo --split-size=5000000
configure:8757: checking for modern makeinfo
configure:8772: result: yes
configure:8795: checking for recent Pod::Man
configure:8798: result: yes
configure:8815: checking for flex
configure:8842: result: flex
configure:8860: checking for bison
configure:8887: result: bison
configure:8910: checking for nm
configure:8938: result: nm
configure:8955: checking for ar
configure:8983: result: ar
configure:8998: checking for sphinx-build
configure:9026: result: texinfo
configure:9044: checking for ANSI C header files
configure:9148: result: yes
configure:9156: checking whether time.h and sys/time.h may both be included
configure:9176: g++ -c -g conftest.cpp >&5
configure:9176: $? = 0
configure:9183: result: yes
configure:9191: checking whether string.h and strings.h may both be included
configure:9208: g++ -c -g conftest.cpp >&5
configure:9208: $? = 0
configure:9215: result: yes
configure:9223: checking for sys/wait.h that is POSIX.1 compatible
configure:9249: g++ -c -g conftest.cpp >&5
configure:9249: $? = 0
configure:9256: result: yes
configure:9264: checking whether termios.h defines TIOCGWINSZ
configure:9287: result: no
configure:9291: checking whether sys/ioctl.h defines TIOCGWINSZ
configure:9314: result: yes
configure:9330: checking for limits.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for stddef.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for string.h
configure:9330: result: yes
configure:9330: checking for strings.h
configure:9330: result: yes
configure:9330: checking for stdlib.h
configure:9330: result: yes
configure:9330: checking for time.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for iconv.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for fcntl.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for ftw.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for unistd.h
configure:9330: result: yes
configure:9330: checking for sys/file.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for sys/time.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for sys/mman.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for sys/resource.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for sys/param.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for sys/times.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for sys/stat.h
configure:9330: result: yes
configure:9330: checking for sys/locking.h
configure:9330: g++ -E conftest.cpp
conftest.cpp:78:10: fatal error: sys/locking.h: No such file or directory
78 | #include <sys/locking.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:9330: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include <sys/locking.h>
configure:9330: result: no
configure:9330: checking for direct.h
configure:9330: g++ -E conftest.cpp
conftest.cpp:78:10: fatal error: direct.h: No such file or directory
78 | #include <direct.h>
| ^~~~~~~~~~
compilation terminated.
configure:9330: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:9330: result: no
configure:9330: checking for malloc.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for langinfo.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for ldfcn.h
configure:9330: g++ -E conftest.cpp
conftest.cpp:80:10: fatal error: ldfcn.h: No such file or directory
80 | #include <ldfcn.h>
| ^~~~~~~~~
compilation terminated.
configure:9330: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <ldfcn.h>
configure:9330: result: no
configure:9330: checking for locale.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9330: checking for wchar.h
configure:9330: g++ -E conftest.cpp
configure:9330: $? = 0
configure:9330: result: yes
configure:9341: checking for thread.h
configure:9341: g++ -E conftest.cpp
conftest.cpp:82:10: fatal error: thread.h: No such file or directory
82 | #include <thread.h>
| ^~~~~~~~~~
compilation terminated.
configure:9341: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <thread.h>
configure:9341: result: no
configure:9348: checking for pthread.h
configure:9348: g++ -E conftest.cpp
configure:9348: $? = 0
configure:9348: result: yes
configure:9357: checking for CHAR_BIT
configure:9381: result: yes
configure:9427: checking whether byte ordering is bigendian
configure:9442: g++ -c -g conftest.cpp >&5
conftest.cpp:83:16: error: expected unqualified-id before 'not' token
83 | not a universal capable compiler
| ^~~
configure:9442: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:9487: g++ -c -g conftest.cpp >&5
configure:9487: $? = 0
configure:9505: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:89:22: error: 'big' was not declared in this scope
89 | not big endian
| ^~~
configure:9505: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:9633: result: no
configure:9661: checking how to run the C++ preprocessor
configure:9727: result: g++ -E
configure:9747: g++ -E conftest.cpp
configure:9747: $? = 0
configure:9761: g++ -E conftest.cpp
conftest.cpp:82:10: fatal error: ac_nonexistent.h: No such file or directory
82 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9761: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9794: checking for unordered_map
configure:9794: g++ -E conftest.cpp
configure:9794: $? = 0
configure:9794: result: yes
configure:9805: checking for tr1/unordered_map
configure:9805: g++ -E conftest.cpp
configure:9805: $? = 0
configure:9805: result: yes
configure:9816: checking for ext/hash_map
configure:9816: g++ -E conftest.cpp
In file included from /usr/include/c++/11/ext/hash_map:60,
from conftest.cpp:84:
/usr/include/c++/11/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
32 | #warning \
| ^~~~~~~
configure:9816: $? = 0
configure:9816: result: yes
configure:9850: checking dependency style of g++
configure:9881: trying gcc3
| depmode=gcc3 source=sub/conftest.c object=sub/conftest.o depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo /bin/bash ./depcomp g++ -c -o sub/conftest.o sub/conftest.c
configure:9920: success
configure:9935: result: gcc3
configure:9951: checking for collect2 libraries
configure:9980: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
/usr/bin/ld: /tmp/cc9ClhLM.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/conftest.cpp:96: undefined reference to `ldopen'
collect2: error: ld returned 1 exit status
configure:9980: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ldopen ();
| int
| main ()
| {
| return ldopen ();
| ;
| return 0;
| }
configure:9980: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp -lld >&5
/usr/bin/ld: cannot find -lld: No such file or directory
collect2: error: ld returned 1 exit status
configure:9980: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ldopen ();
| int
| main ()
| {
| return ldopen ();
| ;
| return 0;
| }
configure:9980: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp -lmld >&5
/usr/bin/ld: cannot find -lmld: No such file or directory
collect2: error: ld returned 1 exit status
configure:9980: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ldopen ();
| int
| main ()
| {
| return ldopen ();
| ;
| return 0;
| }
configure:9980: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp -L/usr/lib/cmplrs/cc2.11 -lmld >&5
/usr/bin/ld: cannot find -lmld: No such file or directory
collect2: error: ld returned 1 exit status
configure:9980: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ldopen ();
| int
| main ()
| {
| return ldopen ();
| ;
| return 0;
| }
configure:9980: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp -L/usr/lib/cmplrs/cc3.11 -lmld >&5
/usr/bin/ld: cannot find -lmld: No such file or directory
collect2: error: ld returned 1 exit status
configure:9980: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ldopen ();
| int
| main ()
| {
| return ldopen ();
| ;
| return 0;
| }
configure:9989: result: none required
configure:10001: checking for library containing exc_resume
configure:10032: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
/usr/bin/ld: /tmp/cc5SMSil.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/conftest.cpp:96: undefined reference to `exc_resume'
collect2: error: ld returned 1 exit status
configure:10032: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char exc_resume ();
| int
| main ()
| {
| return exc_resume ();
| ;
| return 0;
| }
configure:10032: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp -lexc >&5
/usr/bin/ld: cannot find -lexc: No such file or directory
collect2: error: ld returned 1 exit status
configure:10032: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char exc_resume ();
| int
| main ()
| {
| return exc_resume ();
| ;
| return 0;
| }
configure:10049: result: no
configure:10064: checking for library containing kstat_open
configure:10095: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
/usr/bin/ld: /tmp/ccg2ndbZ.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/conftest.cpp:96: undefined reference to `kstat_open'
collect2: error: ld returned 1 exit status
configure:10095: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kstat_open ();
| int
| main ()
| {
| return kstat_open ();
| ;
| return 0;
| }
configure:10095: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp -lkstat >&5
/usr/bin/ld: cannot find -lkstat: No such file or directory
collect2: error: ld returned 1 exit status
configure:10095: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kstat_open ();
| int
| main ()
| {
| return kstat_open ();
| ;
| return 0;
| }
configure:10112: result: no
configure:10129: checking for library containing gethostbyname
configure:10160: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10160: $? = 0
configure:10177: result: none required
configure:10185: checking for library containing socket
configure:10216: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10216: $? = 0
configure:10233: result: none required
configure:10292: checking for library containing ldexp
configure:10323: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:92:6: warning: declaration of 'char ldexp()' conflicts with built-in declaration 'double ldexp(double, int)' [-Wbuiltin-declaration-mismatch]
92 | char ldexp ();
| ^~~~~
configure:10323: $? = 0
configure:10340: result: none required
configure:10355: checking for library containing dlopen
configure:10386: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10386: $? = 0
configure:10403: result: none required
configure:10418: checking for inttypes.h
configure:10439: g++ -c -g conftest.cpp >&5
configure:10439: $? = 0
configure:10447: result: yes
configure:10512: checking for zstd.h
configure:10533: g++ -c -g conftest.cpp >&5
conftest.cpp:86:10: fatal error: zstd.h: No such file or directory
86 | #include <zstd.h>
| ^~~~~~~~
compilation terminated.
configure:10533: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <zstd.h>
| #if ZSTD_VERSION_NUMBER < 10300
| #error "need zstd 1.3.0 or better"
| #endif
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:10541: result: no
configure:10554: checking for library containing ZSTD_compress
configure:10585: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
/usr/bin/ld: /tmp/ccEj0zdS.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/conftest.cpp:97: undefined reference to `ZSTD_compress'
collect2: error: ld returned 1 exit status
configure:10585: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ZSTD_compress ();
| int
| main ()
| {
| return ZSTD_compress ();
| ;
| return 0;
| }
configure:10585: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp -lzstd >&5
/usr/bin/ld: cannot find -lzstd: No such file or directory
collect2: error: ld returned 1 exit status
configure:10585: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ZSTD_compress ();
| int
| main ()
| {
| return ZSTD_compress ();
| ;
| return 0;
| }
configure:10602: result: no
configure:10623: checking for times
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for clock
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for kill
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for getrlimit
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for setrlimit
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for atoq
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
/usr/bin/ld: /tmp/ccyOW00j.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/conftest.cpp:125: undefined reference to `atoq'
collect2: error: ld returned 1 exit status
configure:10623: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| /* end confdefs.h. */
| /* Define atoq to an innocuous variant, in case <limits.h> declares atoq.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atoq innocuous_atoq
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atoq (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atoq
|
| /* 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 atoq ();
| /* 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_atoq || defined __stub___atoq
| choke me
| #endif
|
| int
| main ()
| {
| return atoq ();
| ;
| return 0;
| }
configure:10623: result: no
configure:10623: checking for popen
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for sysconf
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for strsignal
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for getrusage
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for nl_langinfo
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for gettimeofday
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for mbstowcs
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for wcswidth
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for mmap
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for posix_fallocate
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for setlocale
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for clearerr_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for feof_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for ferror_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fflush_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fgetc_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fgets_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fileno_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fprintf_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:132:6: warning: declaration of 'char fprintf_unlocked()' conflicts with built-in declaration 'int fprintf_unlocked(void*, const char*, ...)' [-Wbuiltin-declaration-mismatch]
132 | char fprintf_unlocked ();
| ^~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccq7w0g6.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/conftest.cpp:143: undefined reference to `fprintf_unlocked'
collect2: error: ld returned 1 exit status
configure:10623: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| /* end confdefs.h. */
| /* Define fprintf_unlocked to an innocuous variant, in case <limits.h> declares fprintf_unlocked.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fprintf_unlocked innocuous_fprintf_unlocked
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fprintf_unlocked (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fprintf_unlocked
|
| /* 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 fprintf_unlocked ();
| /* 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_fprintf_unlocked || defined __stub___fprintf_unlocked
| choke me
| #endif
|
| int
| main ()
| {
| return fprintf_unlocked ();
| ;
| return 0;
| }
configure:10623: result: no
configure:10623: checking for fputc_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:132:6: warning: declaration of 'char fputc_unlocked()' conflicts with built-in declaration 'int fputc_unlocked(int, void*)' [-Wbuiltin-declaration-mismatch]
132 | char fputc_unlocked ();
| ^~~~~~~~~~~~~~
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fputs_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:133:6: warning: declaration of 'char fputs_unlocked()' conflicts with built-in declaration 'int fputs_unlocked(const char*, void*)' [-Wbuiltin-declaration-mismatch]
133 | char fputs_unlocked ();
| ^~~~~~~~~~~~~~
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fread_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fwrite_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:135:6: warning: declaration of 'char fwrite_unlocked()' conflicts with built-in declaration 'long unsigned int fwrite_unlocked(const void*, long unsigned int, long unsigned int, void*)' [-Wbuiltin-declaration-mismatch]
135 | char fwrite_unlocked ();
| ^~~~~~~~~~~~~~~
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for getchar_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for getc_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for putchar_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:138:6: warning: declaration of 'char putchar_unlocked()' conflicts with built-in declaration 'int putchar_unlocked(int)' [-Wbuiltin-declaration-mismatch]
138 | char putchar_unlocked ();
| ^~~~~~~~~~~~~~~~
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for putc_unlocked
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:139:6: warning: declaration of 'char putc_unlocked()' conflicts with built-in declaration 'int putc_unlocked(int, void*)' [-Wbuiltin-declaration-mismatch]
139 | char putc_unlocked ();
| ^~~~~~~~~~~~~
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for madvise
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for mallinfo
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for mallinfo2
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10623: checking for fstatat
configure:10623: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10623: $? = 0
configure:10623: result: yes
configure:10634: checking whether mbstowcs works
configure:10651: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10651: $? = 0
configure:10651: ./conftest
configure:10651: $? = 0
configure:10661: result: yes
configure:10670: checking for ssize_t
configure:10670: g++ -c -g conftest.cpp >&5
configure:10670: $? = 0
configure:10670: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:158:21: error: expected primary-expression before ')' token
158 | if (sizeof ((ssize_t)))
| ^
configure:10670: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 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 ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:10670: result: yes
configure:10681: checking for caddr_t
configure:10681: g++ -c -g conftest.cpp >&5
configure:10681: $? = 0
configure:10681: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:158:21: error: expected primary-expression before ')' token
158 | if (sizeof ((caddr_t)))
| ^
configure:10681: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 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 ((caddr_t)))
| return 0;
| ;
| return 0;
| }
configure:10681: result: yes
configure:10692: checking for sighander_t
configure:10692: g++ -c -g conftest.cpp >&5
conftest.cpp:122:1: error: 'signal' does not name a type; did you mean 'signed'?
122 | signal.h
| ^~~~~~
| signed
configure:10692: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| /* end confdefs.h. */
| signal.h
|
| int
| main ()
| {
| if (sizeof (sighander_t))
| return 0;
| ;
| return 0;
| }
configure:10692: result: no
configure:10702: checking for sys/mman.h
configure:10702: result: yes
configure:10709: checking for mmap
configure:10709: result: yes
configure:10722: checking whether read-only mmap of a plain file works
configure:10739: result: yes
configure:10741: checking whether mmap from /dev/zero works
configure:10763: result: yes
configure:10767: checking for MAP_ANON(YMOUS)
configure:10790: g++ -c -g conftest.cpp >&5
configure:10790: $? = 0
configure:10797: result: yes
configure:10803: checking whether mmap with MAP_ANON(YMOUS) works
configure:10820: result: yes
configure:10850: checking for pid_t
configure:10850: g++ -c -g conftest.cpp >&5
configure:10850: $? = 0
configure:10850: g++ -c -g conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:161:19: error: expected primary-expression before ')' token
161 | if (sizeof ((pid_t)))
| ^
configure:10850: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 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 ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:10850: result: yes
configure:10863: checking for vfork.h
configure:10863: g++ -E conftest.cpp
conftest.cpp:125:10: fatal error: vfork.h: No such file or directory
125 | #include <vfork.h>
| ^~~~~~~~~
compilation terminated.
configure:10863: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:10863: result: no
configure:10875: checking for fork
configure:10875: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
conftest.cpp:148:6: warning: declaration of 'char fork()' conflicts with built-in declaration 'int fork()' [-Wbuiltin-declaration-mismatch]
148 | char fork ();
| ^~~~
configure:10875: $? = 0
configure:10875: result: yes
configure:10875: checking for vfork
configure:10875: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10875: $? = 0
configure:10875: result: yes
configure:10885: checking for working fork
configure:10907: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:10907: $? = 0
configure:10907: ./conftest
configure:10907: $? = 0
configure:10917: result: yes
configure:10938: checking for working vfork
configure:11048: result: yes
configure:11114: checking for ld used by GCC
configure:11177: result: ld
configure:11184: checking if the linker (ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.38
configure:11196: result: yes
configure:11202: checking for shared library run path origin
configure:11215: result: done
configure:11635: checking for iconv
configure:11659: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:11659: $? = 0
configure:11733: result: yes
configure:11776: checking for iconv declaration
configure:11805: g++ -c -g conftest.cpp >&5
configure:11805: $? = 0
configure:11816: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:11835: checking for LC_MESSAGES
configure:11851: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:11851: $? = 0
configure:11859: result: yes
configure:11869: checking for nl_langinfo and CODESET
configure:11885: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:11885: $? = 0
configure:11894: result: yes
configure:11914: checking whether basename is declared
configure:11914: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:144:19: warning: argument 1 null where non-null expected [-Wnonnull]
144 | (void) basename((const char*) 0);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/cstring:42,
from /home/seti/riscv-gnu-toolchain/gcc/gcc/system.h:241,
from conftest.cpp:137:
/usr/include/string.h:524:26: note: in a call to function 'const char* basename(const char*)' declared 'nonnull'
524 | extern "C++" const char *basename (const char *__filename)
| ^~~~~~~~
configure:11914: $? = 0
configure:11914: result: yes
configure:11930: checking whether strstr is declared
configure:11930: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:145:17: warning: argument 1 null where non-null expected [-Wnonnull]
145 | (void) strstr((const char*) 0, (const char*) 0);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/cstring:42,
from /home/seti/riscv-gnu-toolchain/gcc/gcc/system.h:241,
from conftest.cpp:138:
/usr/include/string.h:332:20: note: in a call to function 'const char* strstr(const char*, const char*)' declared 'nonnull'
332 | extern const char *strstr (const char *__haystack, const char *__needle)
| ^~~~~~
conftest.cpp:145:34: warning: argument 2 null where non-null expected [-Wnonnull]
145 | (void) strstr((const char*) 0, (const char*) 0);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/cstring:42,
from /home/seti/riscv-gnu-toolchain/gcc/gcc/system.h:241,
from conftest.cpp:138:
/usr/include/string.h:332:20: note: in a call to function 'const char* strstr(const char*, const char*)' declared 'nonnull'
332 | extern const char *strstr (const char *__haystack, const char *__needle)
| ^~~~~~
configure:11930: $? = 0
configure:11930: result: yes
configure:11954: checking whether getenv is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether atol is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether atoll is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether asprintf is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether sbrk is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether abort is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether atof is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether getcwd is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether getwd is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:153:28: warning: 'char* getwd(char*)' is deprecated [-Wdeprecated-declarations]
153 | char *(*pfn) = (char *(*)) getwd ;
| ^~~~~
In file included from /home/seti/riscv-gnu-toolchain/gcc/gcc/system.h:302,
from conftest.cpp:147:
/usr/include/unistd.h:545:14: note: declared here
545 | extern char *getwd (char *__buf)
| ^~~~~
conftest.cpp:153:28: warning: 'char* getwd(char*)' is deprecated [-Wdeprecated-declarations]
153 | char *(*pfn) = (char *(*)) getwd ;
| ^~~~~
In file included from /home/seti/riscv-gnu-toolchain/gcc/gcc/system.h:302,
from conftest.cpp:147:
/usr/include/unistd.h:545:14: note: declared here
545 | extern char *getwd (char *__buf)
| ^~~~~
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether madvise is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether stpcpy is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether strnlen is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether strsignal is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether strverscmp is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether strtol is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether strtoul is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether strtoll is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether strtoull is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether setenv is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether unsetenv is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether errno is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether snprintf is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether vsnprintf is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether vasprintf is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether malloc is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether realloc is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether calloc is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether free is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether getopt is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether clock is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether getpagesize is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether ffs is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether clearerr_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether feof_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether ferror_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fflush_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fgetc_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fgets_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fileno_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fprintf_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:184:28: error: 'fprintf_unlocked' was not declared in this scope; did you mean 'fwrite_unlocked'?
184 | char *(*pfn) = (char *(*)) fprintf_unlocked ;
| ^~~~~~~~~~~~~~~~
| fwrite_unlocked
configure:11977: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ATOLL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_GETOPT 1
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| /* end confdefs.h. */
| #undef HAVE_DECL_FPRINTF_UNLOCKED
| #define HAVE_DECL_FPRINTF_UNLOCKED 1
|
| #include "ansidecl.h"
| #include "system.h"
|
| int
| main ()
| {
| #ifndef fprintf_unlocked
| char *(*pfn) = (char *(*)) fprintf_unlocked ;
| #endif
| ;
| return 0;
| }
configure:11992: result: no
configure:11954: checking whether fputc_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fputs_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fread_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether fwrite_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether getchar_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether getc_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether putchar_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:11954: checking whether putc_unlocked is declared
configure:11977: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:11977: $? = 0
configure:11986: result: yes
configure:12005: checking whether getrlimit is declared
configure:12032: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12032: $? = 0
configure:12041: result: yes
configure:12005: checking whether setrlimit is declared
configure:12032: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12032: $? = 0
configure:12041: result: yes
configure:12005: checking whether getrusage is declared
configure:12032: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12032: $? = 0
configure:12041: result: yes
configure:12060: checking whether mallinfo is declared
configure:12087: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:200:28: warning: 'mallinfo mallinfo()' is deprecated [-Wdeprecated-declarations]
200 | char *(*pfn) = (char *(*)) mallinfo ;
| ^~~~~~~~
In file included from conftest.cpp:192:
/usr/include/malloc.h:114:24: note: declared here
114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
| ^~~~~~~~
conftest.cpp:200:28: warning: 'mallinfo mallinfo()' is deprecated [-Wdeprecated-declarations]
200 | char *(*pfn) = (char *(*)) mallinfo ;
| ^~~~~~~~
In file included from conftest.cpp:192:
/usr/include/malloc.h:114:24: note: declared here
114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
| ^~~~~~~~
configure:12087: $? = 0
configure:12096: result: yes
configure:12060: checking whether mallinfo2 is declared
configure:12087: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12087: $? = 0
configure:12096: result: yes
configure:12129: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12129: $? = 0
configure:12145: checking whether ldgetname is declared
configure:12174: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:204:28: error: 'ldgetname' was not declared in this scope
204 | char *(*pfn) = (char *(*)) ldgetname ;
| ^~~~~~~~~
configure:12174: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ATOLL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_GETOPT 1
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| #define HAVE_DECL_FPRINTF_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_GETRUSAGE 1
| #define HAVE_DECL_MALLINFO 1
| #define HAVE_DECL_MALLINFO2 1
| /* end confdefs.h. */
| #undef HAVE_DECL_LDGETNAME
| #define HAVE_DECL_LDGETNAME 1
|
| #include "ansidecl.h"
| #include "system.h"
| #ifdef HAVE_LDFCN_H
| #undef FREAD
| #undef FWRITE
| #include <ldfcn.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef ldgetname
| char *(*pfn) = (char *(*)) ldgetname ;
| #endif
| ;
| return 0;
| }
configure:12189: result: no
configure:12202: checking whether times is declared
configure:12229: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12229: $? = 0
configure:12238: result: yes
configure:12257: checking whether sigaltstack is declared
configure:12282: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12282: $? = 0
configure:12291: result: yes
configure:12308: checking for struct tms
configure:12331: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12331: $? = 0
configure:12338: result: yes
configure:12348: checking for clock_t
configure:12368: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12368: $? = 0
configure:12375: result: yes
configure:12384: checking for F_SETLKW
configure:12408: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12408: $? = 0
configure:12415: result: yes
configure:12424: checking for O_CLOEXEC
configure:12443: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12443: $? = 0
configure:12450: result: yes
configure:12465: checking for AF_UNIX
configure:12490: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12490: $? = 0
configure:12497: result: yes
configure:12507: checking for AF_INET6
configure:12544: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
configure:12544: $? = 0
configure:12551: result: yes
configure:12560: checking for _LK_LOCK
configure:12581: g++ -c -g -I/home/seti/riscv-gnu-toolchain/gcc/gcc -I/home/seti/riscv-gnu-toolchain/gcc/gcc/../include conftest.cpp >&5
conftest.cpp:198:10: fatal error: io.h: No such file or directory
198 | #include <io.h>
| ^~~~~~
compilation terminated.
configure:12581: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ATOLL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_GETOPT 1
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| #define HAVE_DECL_FPRINTF_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_GETRUSAGE 1
| #define HAVE_DECL_MALLINFO 1
| #define HAVE_DECL_MALLINFO2 1
| #define HAVE_DECL_LDGETNAME 0
| #define HAVE_DECL_TIMES 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_CLOCK_T 1
| #define HOST_HAS_F_SETLKW 1
| #define HOST_HAS_O_CLOEXEC 1
| #define HAVE_AF_UNIX 1
| #define HAVE_AF_INET6 1
| /* end confdefs.h. */
|
| #include <io.h>
| #include <sys/locking.h>
| int
| main ()
| {
|
| int fd;
| return _locking (fd, _LK_LOCK, 0);
| ;
| return 0;
| }
configure:12588: result: no
configure:12601: checking if mkdir takes one argument
configure:12627: g++ -c -g conftest.cpp >&5
configure:12627: $? = 0
configure:12634: result: no
configure:13110: checking whether NLS is requested
configure:13113: result: no
configure:13652: checking how to print strings
configure:13679: result: printf
configure:13700: checking for a sed that does not truncate output
configure:13764: result: /usr/bin/sed
configure:13782: checking for fgrep
configure:13844: result: /usr/bin/grep -F
configure:13879: checking for ld used by gcc
configure:13946: result: ld
configure:13953: checking if the linker (ld) is GNU ld
configure:13968: result: yes
configure:13980: checking for BSD- or MS-compatible name lister (nm)
configure:14029: result: nm
configure:14159: checking the name lister (nm) interface
configure:14166: g++ -c -g conftest.cpp >&5
configure:14169: nm "conftest.o"
configure:14172: output
0000000000000000 B some_variable
configure:14179: result: BSD nm
configure:14182: checking whether ln -s works
configure:14186: result: yes
configure:14194: checking the maximum length of command line arguments
configure:14319: result: 1572864
configure:14336: checking whether the shell understands some XSI constructs
configure:14346: result: yes
configure:14350: checking whether the shell understands "+="
configure:14356: result: yes
configure:14391: checking for ld option to reload object files
configure:14398: result: -r
configure:14427: checking for x86_64-pc-linux-gnu-objdump
configure:14454: result: objdump
configure:14526: checking how to recognize dependent libraries
configure:14727: result: pass_all
configure:14747: checking for x86_64-pc-linux-gnu-ar
configure:14774: result: ar
configure:14852: checking for x86_64-pc-linux-gnu-strip
configure:14882: result: no
configure:14892: checking for strip
configure:14908: found /usr/bin/strip
configure:14919: result: strip
configure:14951: checking for x86_64-pc-linux-gnu-ranlib
configure:14978: result: ranlib
configure:15120: checking command to parse nm output from gcc object
configure:15238: g++ -c -g conftest.cpp >&5
configure:15241: $? = 0
configure:15245: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:15248: $? = 0
configure:15302: g++ -o conftest -g -static-libstdc++ -static-libgcc conftest.cpp conftstm.o >&5
configure:15305: $? = 0
configure:15343: result: ok
configure:15438: g++ -c -g conftest.cpp >&5
configure:15441: $? = 0
configure:16194: checking for dlfcn.h
configure:16194: g++ -E conftest.cpp
configure:16194: $? = 0
configure:16194: result: yes
configure:16379: checking for objdir
configure:16394: result: .libs
configure:16665: checking if gcc supports -fno-rtti -fno-exceptions
configure:16683: gcc -c -g -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:16687: $? = 0
configure:16700: result: no
configure:16720: checking for gcc option to produce PIC
configure:17006: result: -fPIC -DPIC
configure:17018: checking if gcc PIC flag -fPIC -DPIC works
configure:17036: gcc -c -g -fPIC -DPIC -DPIC conftest.c >&5
configure:17040: $? = 0
configure:17053: result: yes
configure:17077: checking if gcc static flag -static works
configure:17105: result: yes
configure:17120: checking if gcc supports -c -o file.o
configure:17141: gcc -c -g -o out/conftest2.o conftest.c >&5
configure:17145: $? = 0
configure:17167: result: yes
configure:17175: checking if gcc supports -c -o file.o
configure:17222: result: yes
configure:17255: checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries
configure:18326: result: yes
configure:18571: checking dynamic linker characteristics
configure:19017: gcc -o conftest -g -static-libstdc++ -static-libgcc -Wl,-rpath -Wl,/foo conftest.c >&5
configure:19017: $? = 0
configure:19239: result: GNU/Linux ld.so
configure:19346: checking how to hardcode library paths into programs
configure:19371: result: immediate
configure:19911: checking whether stripping libraries is possible
configure:19916: result: yes
configure:19951: checking if libtool supports shared libraries
configure:19953: result: yes
configure:19956: checking whether to build shared libraries
configure:19977: result: no
configure:19980: checking whether to build static libraries
configure:19984: result: yes
configure:20007: checking how to run the C++ preprocessor
configure:20073: result: g++ -E
configure:20093: g++ -E conftest.cpp
configure:20093: $? = 0
configure:20107: g++ -E conftest.cpp
conftest.cpp:204:10: fatal error: ac_nonexistent.h: No such file or directory
204 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:20107: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ATOLL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_GETOPT 1
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| #define HAVE_DECL_FPRINTF_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_GETRUSAGE 1
| #define HAVE_DECL_MALLINFO 1
| #define HAVE_DECL_MALLINFO2 1
| #define HAVE_DECL_LDGETNAME 0
| #define HAVE_DECL_TIMES 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_CLOCK_T 1
| #define HOST_HAS_F_SETLKW 1
| #define HOST_HAS_O_CLOEXEC 1
| #define HAVE_AF_UNIX 1
| #define HAVE_AF_INET6 1
| #define HAVE_GNU_LD 1
| #define HAVE_GNU_AS 1
| #define DEFAULT_USE_CXA_ATEXIT 2
| #define EXTRA_MODES_FILE "config/riscv/riscv-modes.def"
| #define LTOPLUGINSONAME "liblto_plugin.so"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:20275: checking for ld used by g++
configure:20342: result: ld -m elf_x86_64
configure:20349: checking if the linker (ld -m elf_x86_64) is GNU ld
configure:20364: result: yes
configure:20419: checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries
configure:21351: result: yes
configure:21379: g++ -c -g conftest.cpp >&5
configure:21382: $? = 0
configure:21564: checking for g++ option to produce PIC
configure:21887: result: -fPIC -DPIC
configure:21896: checking if g++ PIC flag -fPIC -DPIC works
configure:21914: g++ -c -g -fPIC -DPIC -DPIC conftest.cpp >&5
configure:21918: $? = 0
configure:21931: result: yes
configure:21952: checking if g++ static flag -static works
configure:21980: result: yes
configure:21992: checking if g++ supports -c -o file.o
configure:22013: g++ -c -g -o out/conftest2.o conftest.cpp >&5
configure:22017: $? = 0
configure:22039: result: yes
configure:22044: checking if g++ supports -c -o file.o
configure:22091: result: yes
configure:22121: checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries
configure:22149: result: yes
configure:22292: checking dynamic linker characteristics
configure:22894: result: GNU/Linux ld.so
configure:22947: checking how to hardcode library paths into programs
configure:22972: result: immediate
configure:23241: checking whether we are using gold
configure:23250: result: no
configure:23254: checking whether we are using mold
configure:23263: result: no
configure:23267: checking gold linker with split stack support as non default
configure:23303: result:
configure:23314: checking what linker to use
configure:23348: result: /opt/riscv/riscv32-unknown-elf/bin/ld
configure:23417: checking what nm to use
configure:23425: result: /opt/riscv/riscv32-unknown-elf/bin/nm
configure:23497: checking what objdump to use
configure:23507: result: /opt/riscv/riscv32-unknown-elf/bin/objdump
configure:23569: checking what readelf to use
configure:23579: result: /opt/riscv/riscv32-unknown-elf/bin/readelf
configure:23595: checking for riscv32-unknown-elf-otool
configure:23628: result: no
configure:23636: checking what otool to use
configure:23639: result: not found
configure:23662: checking for riscv32-unknown-elf-dsymutil
configure:23695: result: no
configure:23712: checking assembler flags
configure:23735: result:
configure:23738: checking assembler for .balign and .p2align
configure:23748: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:23751: $? = 0
configure:23762: result: yes
configure:23771: checking assembler for .p2align with maximum skip
configure:23780: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:23783: $? = 0
configure:23794: result: yes
configure:23803: checking assembler for .literal16
configure:23812: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:1: Error: unknown pseudo-op: `.literal16'
configure:23815: $? = 1
configure: failed program was
.literal16
configure:23826: result: no
configure:23835: checking assembler for working .subsection -1
configure:23847: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:23850: $? = 0
configure:23869: result: yes
configure:23878: checking assembler for .weak
configure:23887: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:23890: $? = 0
configure:23901: result: yes
configure:23910: checking assembler for .weakref
configure:23919: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:23922: $? = 0
configure:23933: result: yes
configure:23942: checking assembler for .nsubspa comdat
configure:23952: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:2: Error: unknown pseudo-op: `.nsubspa'
conftest.s:1: Error: .space, .nops or .fill specifies non-absolute value
configure:23955: $? = 1
configure: failed program was
.SPACE $TEXT$
.NSUBSPA $CODE$,COMDAT
configure:23966: result: no
configure:23991: checking assembler for .hidden
configure:24000: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:24003: $? = 0
configure:24014: result: yes
configure:24134: checking linker for .hidden support
configure:24194: result: yes
configure:24206: checking linker read-only and read-write section mixing
configure:24242: result: unknown
configure:24250: checking for .preinit_array/.init_array/.fini_array support
configure:24430: result: yes
configure:24446: checking assembler for .sleb128 and .uleb128
configure:24462: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:2: Error: non-constant .uleb128 is not supported
configure:24465: $? = 1
configure: failed program was
.data
.uleb128 L2 - L1
L1:
.uleb128 1280
.sleb128 -1010
L2:
.uleb128 0x8000000000000000
configure:24491: result: no
configure:24512: checking assembler for cfi directives
configure:24527: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:24530: $? = 0
configure:24586: result: yes
configure:24591: checking assembler for working cfi advance
configure:24605: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:24608: $? = 0
configure:24624: result: yes
configure:24641: checking assembler for cfi personality directive
configure:24653: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:24656: $? = 0
configure:24667: result: yes
configure:24677: checking assembler for cfi sections directive
configure:24689: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:24692: $? = 0
configure:24718: result: yes
configure:24731: checking assembler for eh_frame optimization
configure:24771: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:24774: $? = 0
configure:24800: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o --traditional-format /dev/null
configure:24803: $? = 0
configure:24817: result: buggy
configure:24830: checking assembler for section exclude flag
configure:24840: /opt/riscv/riscv32-unknown-elf/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:24843: $? = 0
configure:24854: result: yes
configure:24917: checking assembler for section 'R' flag
configure:24927: /opt/riscv/riscv32-unknown-elf/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:24930: $? = 0
configure:24941: result: yes
configure:24963: checking assembler for section 'o' flag
configure:24975: /opt/riscv/riscv32-unknown-elf/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:24978: $? = 0
configure:24989: result: yes
configure:25001: checking assembler for section merging support
configure:25010: /opt/riscv/riscv32-unknown-elf/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:25013: $? = 0
configure:25024: result: yes
configure:25080: checking assembler for stabs directive
configure:25089: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:25092: $? = 0
configure:25103: result: yes
configure:25112: checking assembler for COMDAT group support (GNU as)
configure:25121: /opt/riscv/riscv32-unknown-elf/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:25124: $? = 0
configure:25135: result: yes
configure:25322: checking assembler for line table is_stmt support
configure:25333: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:25336: $? = 0
configure:25347: result: yes
configure:25356: checking assembler for line table discriminator support
configure:25367: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:25370: $? = 0
configure:25381: result: yes
configure:25889: checking linker -Bstatic/-Bdynamic option
configure:25941: result: yes
configure:25944: checking linker --version-script option
configure:25963: result: yes
configure:25967: checking linker soname option
configure:25988: result: yes
configure:25993: checking linker --demangle support
configure:26011: result: yes
configure:26015: checking linker plugin support
configure:26072: result: 2
configure:28706: checking assembler for .attribute support
configure:28715: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:28718: $? = 0
configure:28729: result: yes
configure:28737: checking assembler for -misa-spec= support
configure:28746: /opt/riscv/riscv32-unknown-elf/bin/as -misa-spec=2.2 -o conftest.o conftest.s >&5
configure:28749: $? = 0
configure:28760: result: yes
configure:28768: checking assembler for -march=rv32i_zifencei support
configure:28777: /opt/riscv/riscv32-unknown-elf/bin/as -march=rv32i_zifencei2p0 -o conftest.o conftest.s >&5
configure:28780: $? = 0
configure:28791: result: yes
configure:29458: checking assembler for dwarf2 debug_line support
configure:29467: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:29470: $? = 0
configure:29489: result: yes
configure:29498: checking assembler for buggy dwarf2 .file directive
configure:29508: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:2: Error: file table slot 1 is already occupied by a different file (foo.s vs bar.s)
configure:29511: $? = 1
configure: failed program was
.file 1 "foo.s"
.file 1 "bar.s"
configure:29522: result: no
configure:29576: checking assembler for --gdwarf2 option
configure:29585: /opt/riscv/riscv32-unknown-elf/bin/as --gdwarf2 -o conftest.o conftest.s >&5
configure:29588: $? = 0
configure:29599: result: yes
configure:29608: checking assembler for --gdwarf-5 option
configure:29617: /opt/riscv/riscv32-unknown-elf/bin/as --gdwarf-5 -o conftest.o conftest.s >&5
configure:29620: $? = 0
configure:29635: result: yes
configure:29842: checking assembler for assembly of compiler generated 64-bit .debug_line
configure:29851: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:29854: $? = 0
configure:29865: result: yes
configure:29874: checking assembler for --gdwarf-4 not refusing compiler generated .debug_line
configure:29883: /opt/riscv/riscv32-unknown-elf/bin/as --gdwarf-4 -o conftest.o conftest.s >&5
configure:29886: $? = 0
configure:29897: result: yes
configure:29929: checking assembler for --gdwarf-4 with the APP marker
configure:29938: /opt/riscv/riscv32-unknown-elf/bin/as --gdwarf-4 -o conftest.o conftest.s >&5
configure:29941: $? = 0
configure:29952: result: yes
configure:29970: checking assembler for working --gdwarf-4/--gdwarf-5 for all sources
configure:29979: /opt/riscv/riscv32-unknown-elf/bin/as --gdwarf-4 -o conftest.o conftest.s >&5
configure:29982: $? = 0
configure:29999: result: yes
configure:30010: checking assembler for --gstabs option
configure:30019: /opt/riscv/riscv32-unknown-elf/bin/as --gstabs -o conftest.o conftest.s >&5
configure:30022: $? = 0
configure:30033: result: yes
configure:30042: checking assembler for --debug-prefix-map option
configure:30051: /opt/riscv/riscv32-unknown-elf/bin/as --debug-prefix-map /a=/b -o conftest.o conftest.s >&5
configure:30054: $? = 0
configure:30065: result: yes
configure:30075: checking assembler for compressed debug sections
configure:30084: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:30087: $? = 0
configure:30119: result: 2
configure:30139: checking assembler for .lcomm with alignment
configure:30148: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:1: Error: junk at end of line, first unrecognized character is `,'
configure:30151: $? = 1
configure: failed program was
.lcomm bar,4,16
configure:30162: result: no
configure:30182: checking for target glibc version
configure:30206: result: 0.0
configure:30227: checking assembler for gnu_unique_object
configure:30236: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5
configure:30239: $? = 0
configure:30250: result: yes
configure:30271: checking assembler for tolerance to line number 0
configure:30280: /opt/riscv/riscv32-unknown-elf/bin/as -o conftest.o conftest.s >&5 2>conftest.out
configure:30283: $? = 0
configure:30297: result: yes
configure:30305: checking support for thin archives
configure:30316: result: yes
configure:30320: checking linker PT_GNU_EH_FRAME support
configure:30351: result: no
configure:30354: checking linker CIEv3 in .eh_frame support
configure:30391: result: yes
configure:30394: checking linker position independent executable support
configure:30435: result: yes
configure:30438: checking linker PIE support with copy reloc
configure:30487: result: no
configure:30490: checking linker EH-compatible garbage collection of sections
configure:30570: result: yes
configure:30573: checking linker EH garbage collection of sections bug
configure:30617: result: no
configure:30620: checking linker for compressed debug sections
configure:30686: result: 3
configure:30871: checking linker --as-needed support
configure:30932: result: yes
configure:30950: checking linker mapfile support for clearing hardware capabilities
configure:30959: g++ -o conftest -g -static-libstdc++ -static-libgcc -Wl,-M,/home/seti/riscv-gnu-toolchain/gcc/gcc/config/sol2-clearcapv2.map conftest.cpp >&5
/usr/bin/ld:/home/seti/riscv-gnu-toolchain/gcc/gcc/config/sol2-clearcapv2.map: file format not recognized; treating as linker script
/usr/bin/ld:/home/seti/riscv-gnu-toolchain/gcc/gcc/config/sol2-clearcapv2.map:4: syntax error
collect2: error: ld returned 1 exit status
configure:30959: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ATOLL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_GETOPT 1
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| #define HAVE_DECL_FPRINTF_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_GETRUSAGE 1
| #define HAVE_DECL_MALLINFO 1
| #define HAVE_DECL_MALLINFO2 1
| #define HAVE_DECL_LDGETNAME 0
| #define HAVE_DECL_TIMES 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_CLOCK_T 1
| #define HOST_HAS_F_SETLKW 1
| #define HOST_HAS_O_CLOEXEC 1
| #define HAVE_AF_UNIX 1
| #define HAVE_AF_INET6 1
| #define HAVE_GNU_LD 1
| #define HAVE_GNU_AS 1
| #define DEFAULT_USE_CXA_ATEXIT 2
| #define EXTRA_MODES_FILE "config/riscv/riscv-modes.def"
| #define LTOPLUGINSONAME "liblto_plugin.so"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PLUGIN_LD_SUFFIX "ld"
| #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
| #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
| #define HAVE_GAS_SUBSECTION_ORDERING 1
| #define HAVE_GAS_WEAK 1
| #define HAVE_GAS_WEAKREF 1
| #define HAVE_GNU_INDIRECT_FUNCTION 0
| #define HAVE_GAS_HIDDEN 1
| #define HAVE_INITFINI_ARRAY_SUPPORT 1
| #define HAVE_AS_LEB128 0
| #define HAVE_GAS_CFI_DIRECTIVE 1
| #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
| #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
| #define USE_AS_TRADITIONAL_FORMAT 1
| #define HAVE_GAS_SECTION_EXCLUDE 1
| #define HAVE_GAS_SHF_GNU_RETAIN 1
| #define HAVE_GAS_SECTION_LINK_ORDER 1
| #define HAVE_GAS_SHF_MERGE 1
| #define HAVE_LD_ALIGNED_SHF_MERGE 1
| #define HAVE_AS_STABS_DIRECTIVE 1
| #define HAVE_COMDAT_GROUP 1
| #define HAVE_GAS_LOC_STMT 1
| #define HAVE_GAS_DISCRIMINATOR 1
| #define HAVE_AS_TLS 1
| #define HAVE_LD_STATIC_DYNAMIC 1
| #define LD_STATIC_OPTION "-Bstatic"
| #define LD_DYNAMIC_OPTION "-Bdynamic"
| #define HAVE_LD_DEMANGLE 1
| #define HAVE_LTO_PLUGIN 2
| #define HAVE_AS_RISCV_ATTRIBUTE 1
| #define HAVE_AS_MISA_SPEC 1
| #define HAVE_AS_MARCH_ZIFENCEI 1
| #define HAVE_AS_DWARF2_DEBUG_LINE 1
| #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
| #define HAVE_AS_GDWARF_5_DEBUG_FLAG 1
| #define HAVE_AS_WORKING_DWARF_N_FLAG 1
| #define HAVE_AS_GSTABS_DEBUG_FLAG 1
| #define HAVE_AS_DEBUG_PREFIX_MAP 1
| #define HAVE_AS_COMPRESS_DEBUG 2
| #define AS_COMPRESS_DEBUG_OPTION "--compress-debug-sections"
| #define AS_NO_COMPRESS_DEBUG_OPTION "--nocompress-debug-sections"
| #define TARGET_GLIBC_MAJOR 0
| #define TARGET_GLIBC_MINOR 0
| #define HAVE_AS_LINE_ZERO 1
| #define HAVE_LD_EH_FRAME_CIEV3 1
| #define HAVE_LD_PIE 1
| #define HAVE_LD_PIE_COPYRELOC 0
| #define HAVE_LD_EH_GC_SECTIONS 1
| #define HAVE_LD_COMPRESS_DEBUG 3
| #define LD_COMPRESS_DEBUG_OPTION "--compress-debug-sections"
| #define HAVE_LD_AS_NEEDED 1
| #define LD_AS_NEEDED_OPTION "--push-state --as-needed"
| #define LD_NO_AS_NEEDED_OPTION "--pop-state"
| /* end confdefs.h. */
| int main(void) {return 0;}
configure:30959: g++ -o conftest -g -static-libstdc++ -static-libgcc -Wl,-M,/home/seti/riscv-gnu-toolchain/gcc/gcc/config/sol2-clearcap.map conftest.cpp >&5
/usr/bin/ld:/home/seti/riscv-gnu-toolchain/gcc/gcc/config/sol2-clearcap.map: file format not recognized; treating as linker script
/usr/bin/ld:/home/seti/riscv-gnu-toolchain/gcc/gcc/config/sol2-clearcap.map:2: syntax error
collect2: error: ld returned 1 exit status
configure:30959: $? = 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 ENABLE_STDLIB_OPTION 0
| #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 SIZEOF_INO_T 8
| #define SIZEOF_DEV_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define INT64_T_IS_LONG 1
| #define HAVE_SWAP_IN_UTILITY 1
| #define CHECKING_P 0
| #define ENABLE_EXTRA_CHECKING 0
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define GATHER_STATISTICS 0
| #define DEFAULT_STK_CLASH_GUARD_SIZE 0
| #define ENABLE_DECIMAL_FLOAT 0
| #define ENABLE_DECIMAL_BID_FORMAT 0
| #define ENABLE_FIXED_POINT 0
| #define ENABLE_VTABLE_VERIFY 0
| #define ENABLE_ANALYZER 1
| #define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
| #define CHANGES_ROOT_URL "https://gcc.gnu.org/"
| #define OFFLOAD_TARGETS ""
| #define ENABLE_OFFLOADING 0
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FTW_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_UNORDERED_MAP 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_EXT_HASH_MAP 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_POPEN 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_MADVISE 1
| #define HAVE_MALLINFO 1
| #define HAVE_MALLINFO2 1
| #define HAVE_FSTATAT 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ATOLL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_GETOPT 1
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| #define HAVE_DECL_FPRINTF_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_GETRUSAGE 1
| #define HAVE_DECL_MALLINFO 1
| #define HAVE_DECL_MALLINFO2 1
| #define HAVE_DECL_LDGETNAME 0
| #define HAVE_DECL_TIMES 1
| #define HAVE_DECL_SIGALTSTACK 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_CLOCK_T 1
| #define HOST_HAS_F_SETLKW 1
| #define HOST_HAS_O_CLOEXEC 1
| #define HAVE_AF_UNIX 1
| #define HAVE_AF_INET6 1
| #define HAVE_GNU_LD 1
| #define HAVE_GNU_AS 1
| #define DEFAULT_USE_CXA_ATEXIT 2
| #define EXTRA_MODES_FILE "config/riscv/riscv-modes.def"
| #define LTOPLUGINSONAME "liblto_plugin.so"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PLUGIN_LD_SUFFIX "ld"
| #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
| #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
| #define HAVE_GAS_SUBSECTION_ORDERING 1
| #define HAVE_GAS_WEAK 1
| #define HAVE_GAS_WEAKREF 1
| #define HAVE_GNU_INDIRECT_FUNCTION 0
| #define HAVE_GAS_HIDDEN 1
| #define HAVE_INITFINI_ARRAY_SUPPORT 1
| #define HAVE_AS_LEB128 0
| #define HAVE_GAS_CFI_DIRECTIVE 1
| #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
| #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
| #define USE_AS_TRADITIONAL_FORMAT 1
| #define HAVE_GAS_SECTION_EXCLUDE 1
| #define HAVE_GAS_SHF_GNU_RETAIN 1
| #define HAVE_GAS_SECTION_LINK_ORDER 1
| #define HAVE_GAS_SHF_MERGE 1
| #define HAVE_LD_ALIGNED_SHF_MERGE 1
| #define HAVE_AS_STABS_DIRECTIVE 1
| #define HAVE_COMDAT_GROUP 1
| #define HAVE_GAS_LOC_STMT 1
| #define HAVE_GAS_DISCRIMINATOR 1
| #define HAVE_AS_TLS 1
| #define HAVE_LD_STATIC_DYNAMIC 1
| #define LD_STATIC_OPTION "-Bstatic"
| #define LD_DYNAMIC_OPTION "-Bdynamic"
| #define HAVE_LD_DEMANGLE 1
| #define HAVE_LTO_PLUGIN 2
| #define HAVE_AS_RISCV_ATTRIBUTE 1
| #define HAVE_AS_MISA_SPEC 1
| #define HAVE_AS_MARCH_ZIFENCEI 1
| #define HAVE_AS_DWARF2_DEBUG_LINE 1
| #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
| #define HAVE_AS_GDWARF_5_DEBUG_FLAG 1
| #define HAVE_AS_WORKING_DWARF_N_FLAG 1
| #define HAVE_AS_GSTABS_DEBUG_FLAG 1
| #define HAVE_AS_DEBUG_PREFIX_MAP 1
| #define HAVE_AS_COMPRESS_DEBUG 2
| #define AS_COMPRESS_DEBUG_OPTION "--compress-debug-sections"
| #define AS_NO_COMPRESS_DEBUG_OPTION "--nocompress-debug-sections"
| #define TARGET_GLIBC_MAJOR 0
| #define TARGET_GLIBC_MINOR 0
| #define HAVE_AS_LINE_ZERO 1
| #define HAVE_LD_EH_FRAME_CIEV3 1
| #define HAVE_LD_PIE 1
| #define HAVE_LD_PIE_COPYRELOC 0
| #define HAVE_LD_EH_GC_SECTIONS 1
| #define HAVE_LD_COMPRESS_DEBUG 3
| #define LD_COMPRESS_DEBUG_OPTION "--compress-debug-sections"
| #define HAVE_LD_AS_NEEDED 1
| #define LD_AS_NEEDED_OPTION "--push-state --as-needed"
| #define LD_NO_AS_NEEDED_OPTION "--pop-state"
| /* end confdefs.h. */
| int main(void) {return 0;}
configure:30975: result: no
configure:31203: checking linker --build-id support
configure:31222: result: yes
configure:31251: checking linker *_sol2 emulation support
configure:31271: result: no
configure:31279: checking linker --sysroot support
configure:31295: result: yes
configure:31354: checking __stack_chk_fail in target C library
configure:31416: result: yes
configure:31450: checking sys/sdt.h in the target C library
configure:31459: result: no
configure:31587: checking dl_iterate_phdr in target C library
configure:31618: result: unknown
configure:31657: checking whether to enable maintainer-specific portions of Makefiles
configure:31667: result: no
configure:31690: checking whether to avoid linking multiple front-ends at once
configure:31699: result: no
configure:31710: checking whether to serialize linking of multiple front-ends
configure:31719: result: no
configure:32131: checking for exported symbols
configure:32141: result: yes
configure:32143: checking for -rdynamic
configure:32153: result: yes
configure:32163: checking for library containing dlopen
configure:32211: result: none required
configure:32242: checking for -fPIC -shared
configure:32255: g++ -o conftest -g -fPIC -static-libstdc++ -static-libgcc -fPIC -shared conftest.cpp >&5
configure:32255: $? = 0
configure:32256: result: yes
configure:32433: checking for -fno-PIE option
configure:32444: g++ -c -g -fno-PIE conftest.cpp >&5
configure:32444: $? = 0
configure:32452: result: yes
configure:32460: checking for -no-pie option
configure:32471: g++ -o conftest -g -static-libstdc++ -static-libgcc -no-pie conftest.cpp >&5
configure:32471: $? = 0
configure:32480: result: yes
configure:32501: checking for CET support
configure:32530: g++ -c -g conftest.cpp >&5
configure:32530: $? = 0
configure:32596: g++ -o conftest -g -static-libstdc++ -static-libgcc -Wl,-z,ibt,-z,shstk conftest.cpp >&5
configure:32596: $? = 0
configure:32624: g++ -o conftest -g -static-libstdc++ -static-libgcc -Wl,-z,ibt,-z,shstk conftest.cpp >&5
configure:32624: $? = 0
configure:32624: ./conftest
configure:32624: $? = 0
configure:32671: g++ -o conftest -g -static-libstdc++ -static-libgcc -Wl,-z,ibt,-z,shstk conftest.cpp >&5
configure:32671: $? = 0
configure:32671: ./conftest
configure:32671: $? = 0
configure:32692: result: yes
configure:32712: checking linker -z bndplt option
configure:32731: result: no
configure:32736: checking linker --push-state/--pop-state options
configure:32755: result: yes
configure:32916: updating cache ./config.cache
configure:32966: 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:1398: creating as
config.status:1398: creating collect-ld
config.status:1398: creating nm
config.status:1398: creating dsymutil
config.status:1398: creating Makefile
config.status:1398: creating ada/gcc-interface/Makefile
config.status:1398: creating ada/Makefile
config.status:1398: creating auto-host.h
config.status:1603: executing depdir commands
config.status:1603: executing gccdepdir commands
config.status:1603: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_af_inet6=yes
ac_cv_af_unix=yes
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O2 '
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_GMPINC_set=set
ac_cv_env_GMPINC_value=
ac_cv_env_GMPLIBS_set=set
ac_cv_env_GMPLIBS_value='-lmpc -lmpfr -lgmp'
ac_cv_env_ISLINC_set=set
ac_cv_env_ISLINC_value=
ac_cv_env_ISLLIBS_set=set
ac_cv_env_ISLLIBS_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_f_setlkw=yes
ac_cv_func_atoq=no
ac_cv_func_clearerr_unlocked=yes
ac_cv_func_clock=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_ferror_unlocked=yes
ac_cv_func_fflush_unlocked=yes
ac_cv_func_fgetc_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fileno_unlocked=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fprintf_unlocked=no
ac_cv_func_fputc_unlocked=yes
ac_cv_func_fputs_unlocked=yes
ac_cv_func_fread_unlocked=yes
ac_cv_func_fstatat=yes
ac_cv_func_fwrite_unlocked=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getchar_unlocked=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_kill=yes
ac_cv_func_madvise=yes
ac_cv_func_mallinfo2=yes
ac_cv_func_mallinfo=yes
ac_cv_func_mbstowcs=yes
ac_cv_func_mmap=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_popen=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_putc_unlocked=yes
ac_cv_func_putchar_unlocked=yes
ac_cv_func_setlocale=yes
ac_cv_func_setrlimit=yes
ac_cv_func_strsignal=yes
ac_cv_func_sysconf=yes
ac_cv_func_times=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_wcswidth=yes
ac_cv_have_decl_basename_const_charp_=yes
ac_cv_have_decl_strstr_const_charp_const_charp_=yes
ac_cv_header_direct_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_ext_hash_map=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_ldfcn_h=no
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_pthread_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_file_h=yes
ac_cv_header_sys_locking_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_thread_h=no
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_tr1_unordered_map=yes
ac_cv_header_unistd_h=yes
ac_cv_header_unordered_map=yes
ac_cv_header_valgrind_h=no
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_int64_t_type=long
ac_cv_lk_lock=no
ac_cv_o_cloexec=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_prog_AR=ar
ac_cv_prog_AWK=/usr/bin/gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_FLEX=flex
ac_cv_prog_GDC=no
ac_cv_prog_GNATBIND=no
ac_cv_prog_GNATMAKE=no
ac_cv_prog_MAKEINFO='makeinfo --split-size=5000000'
ac_cv_prog_NM=nm
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_doc_build_sys=texinfo
ac_cv_prog_have_mktemp_command=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_ZSTD_compress=no
ac_cv_search_dlopen='none required'
ac_cv_search_exc_resume=no
ac_cv_search_gethostbyname='none required'
ac_cv_search_kstat_open=no
ac_cv_search_ldexp='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_dev_t=8
ac_cv_sizeof_ino_t=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=8
ac_cv_std_swap_in_utility=yes
ac_cv_struct_tms=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
ac_cv_sys_tiocgwinsz_in_termios_h=no
ac_cv_target=riscv32-unknown-elf
ac_cv_type_caddr_t=yes
ac_cv_type_intmax_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_long_long=yes
ac_cv_type_long_long_int=yes
ac_cv_type_pid_t=yes
ac_cv_type_sighander_t=no
ac_cv_type_ssize_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_unsigned_long_long_int=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,
acx_cv_cc_gcc_supports_ada=no
acx_cv_d_compiler_works=no
acx_cv_prog_LN=ln
acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings=yes
acx_cv_prog_cc_warning__W=yes
acx_cv_prog_cc_warning__Wall=yes
acx_cv_prog_cc_warning__Wcast_qual=yes
acx_cv_prog_cc_warning__Wcpp_compat=yes
acx_cv_prog_cc_warning__Wmissing_format_attribute=yes
acx_cv_prog_cc_warning__Wmissing_prototypes=yes
acx_cv_prog_cc_warning__Wnarrowing=yes
acx_cv_prog_cc_warning__Wold_style_definition=yes
acx_cv_prog_cc_warning__Woverloaded_virtual=yes
acx_cv_prog_cc_warning__Wstrict_prototypes=yes
acx_cv_prog_cc_warning__Wwrite_strings=yes
acx_cv_prog_cc_warning__fasynchronous_unwind_tables=yes
acx_cv_prog_cc_warning__fno_exceptions=yes
acx_cv_prog_cc_warning__fno_rtti=yes
am_cv_CXX_dependencies_compiler_type=gcc3
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
gcc_cv_as=/opt/riscv/riscv32-unknown-elf/bin/as
gcc_cv_as_balign_and_p2align=yes
gcc_cv_as_cfi_advance_working=yes
gcc_cv_as_cfi_directive=yes
gcc_cv_as_cfi_personality_directive=yes
gcc_cv_as_cfi_sections_directive=yes
gcc_cv_as_comdat_group=yes
gcc_cv_as_comdat_group_group=no
gcc_cv_as_comdat_group_percent=no
gcc_cv_as_compress_debug=2
gcc_cv_as_compress_debug_option=--compress-debug-sections
gcc_cv_as_debug_line_64_flag=yes
gcc_cv_as_debug_prefix_map_flag=yes
gcc_cv_as_discriminator=yes
gcc_cv_as_dwarf2_debug_line=yes
gcc_cv_as_dwarf2_file_buggy=no
gcc_cv_as_dwarf_4_app_flag=yes
gcc_cv_as_dwarf_4_debug_line_flag=yes
gcc_cv_as_eh_frame=buggy
gcc_cv_as_flags=' '
gcc_cv_as_gas_srcdir=/home/seti/riscv-gnu-toolchain/gcc/gas
gcc_cv_as_gdwarf2_flag=yes
gcc_cv_as_gdwarf_5_flag=yes
gcc_cv_as_gnu_unique_object=yes
gcc_cv_as_gstabs_flag=yes
gcc_cv_as_hidden=yes
gcc_cv_as_is_stmt=yes
gcc_cv_as_lcomm_with_alignment=no
gcc_cv_as_leb128=no
gcc_cv_as_line_zero=yes
gcc_cv_as_literal16=no
gcc_cv_as_max_skip_p2align=yes
gcc_cv_as_no_compress_debug_option=--nocompress-debug-sections
gcc_cv_as_nsubspa_comdat=no
gcc_cv_as_riscv_attribute=yes
gcc_cv_as_riscv_isa_spec=yes
gcc_cv_as_riscv_march_zifencei=yes
gcc_cv_as_section_exclude_e=yes
gcc_cv_as_section_link_order=yes
gcc_cv_as_shf_gnu_retain=yes
gcc_cv_as_shf_merge=yes
gcc_cv_as_stabs_directive=yes
gcc_cv_as_subsection_m1=yes
gcc_cv_as_weak=yes
gcc_cv_as_weakref=yes
gcc_cv_as_working_gdwarf_n_flag=yes
gcc_cv_binutils_srcdir=/home/seti/riscv-gnu-toolchain/gcc/binutils
gcc_cv_c_no_fpie=yes
gcc_cv_collect2_libs='none required'
gcc_cv_decl_char_bit=yes
gcc_cv_decl_map_anon=yes
gcc_cv_dsymutil=
gcc_cv_func_mbstowcs_works=yes
gcc_cv_func_mmap_anon=yes
gcc_cv_func_mmap_dev_zero=yes
gcc_cv_func_mmap_file=yes
gcc_cv_gld_major_version=
gcc_cv_gld_minor_version=
gcc_cv_have_decl_abort=yes
gcc_cv_have_decl_asprintf=yes
gcc_cv_have_decl_atof=yes
gcc_cv_have_decl_atol=yes
gcc_cv_have_decl_atoll=yes
gcc_cv_have_decl_calloc=yes
gcc_cv_have_decl_clearerr_unlocked=yes
gcc_cv_have_decl_clock=yes
gcc_cv_have_decl_errno=yes
gcc_cv_have_decl_feof_unlocked=yes
gcc_cv_have_decl_ferror_unlocked=yes
gcc_cv_have_decl_fflush_unlocked=yes
gcc_cv_have_decl_ffs=yes
gcc_cv_have_decl_fgetc_unlocked=yes
gcc_cv_have_decl_fgets_unlocked=yes
gcc_cv_have_decl_fileno_unlocked=yes
gcc_cv_have_decl_fprintf_unlocked=no
gcc_cv_have_decl_fputc_unlocked=yes
gcc_cv_have_decl_fputs_unlocked=yes
gcc_cv_have_decl_fread_unlocked=yes
gcc_cv_have_decl_free=yes
gcc_cv_have_decl_fwrite_unlocked=yes
gcc_cv_have_decl_getc_unlocked=yes
gcc_cv_have_decl_getchar_unlocked=yes
gcc_cv_have_decl_getcwd=yes
gcc_cv_have_decl_getenv=yes
gcc_cv_have_decl_getopt=yes
gcc_cv_have_decl_getpagesize=yes
gcc_cv_have_decl_getrlimit=yes
gcc_cv_have_decl_getrusage=yes
gcc_cv_have_decl_getwd=yes
gcc_cv_have_decl_ldgetname=no
gcc_cv_have_decl_madvise=yes
gcc_cv_have_decl_mallinfo2=yes
gcc_cv_have_decl_mallinfo=yes
gcc_cv_have_decl_malloc=yes
gcc_cv_have_decl_putc_unlocked=yes
gcc_cv_have_decl_putchar_unlocked=yes
gcc_cv_have_decl_realloc=yes
gcc_cv_have_decl_sbrk=yes
gcc_cv_have_decl_setenv=yes
gcc_cv_have_decl_setrlimit=yes
gcc_cv_have_decl_sigaltstack=yes
gcc_cv_have_decl_snprintf=yes
gcc_cv_have_decl_stpcpy=yes
gcc_cv_have_decl_strnlen=yes
gcc_cv_have_decl_strsignal=yes
gcc_cv_have_decl_strtol=yes
gcc_cv_have_decl_strtoll=yes
gcc_cv_have_decl_strtoul=yes
gcc_cv_have_decl_strtoull=yes
gcc_cv_have_decl_strverscmp=yes
gcc_cv_have_decl_times=yes
gcc_cv_have_decl_unsetenv=yes
gcc_cv_have_decl_vasprintf=yes
gcc_cv_have_decl_vsnprintf=yes
gcc_cv_header_inttypes_h=yes
gcc_cv_header_memcheck_h=no
gcc_cv_header_string=yes
gcc_cv_header_valgrind_memcheck_h=no
gcc_cv_header_zstd_h=no
gcc_cv_initfini_array=yes
gcc_cv_ld=/opt/riscv/riscv32-unknown-elf/bin/ld
gcc_cv_ld_aligned_shf_merge=yes
gcc_cv_ld_as_needed=yes
gcc_cv_ld_as_needed_option='--push-state --as-needed'
gcc_cv_ld_bfd_srcdir=/home/seti/riscv-gnu-toolchain/gcc/bfd
gcc_cv_ld_buildid=yes
gcc_cv_ld_clearcap=no
gcc_cv_ld_compress_debug=3
gcc_cv_ld_compress_debug_option=--compress-debug-sections
gcc_cv_ld_demangle=yes
gcc_cv_ld_dynamic_option=-Bdynamic
gcc_cv_ld_eh_frame_ciev3=yes
gcc_cv_ld_eh_frame_hdr=no
gcc_cv_ld_eh_gc_sections=yes
gcc_cv_ld_eh_gc_sections_bug=no
gcc_cv_ld_gld_srcdir=/home/seti/riscv-gnu-toolchain/gcc/ld
gcc_cv_ld_gold_srcdir=/home/seti/riscv-gnu-toolchain/gcc/gold
gcc_cv_ld_hidden=yes
gcc_cv_ld_no_as_needed_option=--pop-state
gcc_cv_ld_pie=yes
gcc_cv_ld_pie_copyreloc=no
gcc_cv_ld_ro_rw_mix=unknown
gcc_cv_ld_sol2_emulation=no
gcc_cv_ld_soname=yes
gcc_cv_ld_static_dynamic=yes
gcc_cv_ld_static_option=-Bstatic
gcc_cv_ld_sysroot=yes
gcc_cv_ld_version_script=yes
gcc_cv_libc_gnustack=unknown
gcc_cv_libc_provides_hwcap_in_tcb=no
gcc_cv_libc_provides_ssp=yes
gcc_cv_lto_plugin=2
gcc_cv_mkdir_takes_one_arg=no
gcc_cv_nm=/opt/riscv/riscv32-unknown-elf/bin/nm
gcc_cv_no_pie=yes
gcc_cv_objdump=/opt/riscv/riscv32-unknown-elf/bin/objdump
gcc_cv_otool=
gcc_cv_prog_LN_S='ln -s'
gcc_cv_prog_cmp_skip=gnucompare
gcc_cv_prog_makeinfo_modern=yes
gcc_cv_readelf=/opt/riscv/riscv32-unknown-elf/bin/readelf
gcc_cv_target_dl_iterate_phdr=unknown
gcc_cv_type_clock_t=yes
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=ld
lt_cv_path_LDCXX='ld -m elf_x86_64'
lt_cv_path_NM=nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_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'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALL='all.cross'
AR='ar'
AWK='/usr/bin/gawk'
BISON='bison'
BUILD_CFLAGS='$(ALL_CFLAGS)'
BUILD_CXXFLAGS='$(ALL_CXXFLAGS)'
BUILD_INFO='info'
BUILD_LDFLAGS='$(LDFLAGS)'
BUILD_SYSTEM_HEADER_DIR='$(CROSS_SYSTEM_HEADER_DIR)'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CET_HOST_FLAGS=''
CFLAGS='-g '
COLLECT2_LIBS=''
CONFIGURE_SPECS=''
CPP='gcc -E'
CPPFLAGS=''
CROSS='-DCROSS_DIRECTORY_STRUCTURE'
CROSS_SYSTEM_HEADER_DIR='$(TARGET_SYSTEM_ROOT)$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
CSCOPE='cscope'
CTAGS='ctags'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g '
CXX_FOR_BUILD='$(CXX)'
DATADIRNAME=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DL_LIB=''
DO_LINK_MUTEX='false'
DO_LINK_SERIALIZATION=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
EXEEXT=''
EXTRA_GCC_LIBS=''
FGREP='/usr/bin/grep -F'
FLEX='flex'
GDC='no'
GDCFLAGS='-g -O2 '
GENCAT=''
GENERATED_MANPAGES='generated-manpages'
GENINSRC='#'
GMPINC=''
GMPLIBS='-lmpc -lmpfr -lgmp'
GMSGFMT=':'
GNATBIND='no'
GNATMAKE='no'
GNAT_LIBEXC=''
GREP='/usr/bin/grep'
HAVE_AUTO_BUILD='# '
HOST_LIBS=''
INCINTL=''
INSTALL='/usr/bin/install -c'
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTOBJEXT=''
ISLINC=''
ISLLIBS=''
LD='ld -m elf_x86_64'
LDEXP_LIB=''
LDFLAGS='-static-libstdc++ -static-libgcc '
LIBICONV=''
LIBICONV_DEP=''
LIBINTL=''
LIBINTL_DEP=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN='ln'
LN_S='ln -s'
LTLIBICONV=''
LTLIBOBJS=''
MAINT='#'
MAKEINFO='makeinfo --split-size=5000000'
NATIVE_SYSTEM_HEADER_DIR='/include'
NETLIBS=''
NM='nm'
NMEDIT=''
NO_PIE_CFLAGS='-fno-PIE'
NO_PIE_FLAG='-no-pie'
OBJDUMP='objdump'
OBJEXT='o'
ORIGINAL_AS_FOR_TARGET='/opt/riscv/riscv32-unknown-elf/bin/as'
ORIGINAL_DSYMUTIL_FOR_TARGET=''
ORIGINAL_LD_BFD_FOR_TARGET='/opt/riscv/riscv32-unknown-elf/bin/ld.bfd'
ORIGINAL_LD_FOR_TARGET='/opt/riscv/riscv32-unknown-elf/bin/ld'
ORIGINAL_LD_GOLD_FOR_TARGET='/opt/riscv/riscv32-unknown-elf/bin/ld.gold'
ORIGINAL_NM_FOR_TARGET='/opt/riscv/riscv32-unknown-elf/bin/nm'
ORIGINAL_PLUGIN_LD_FOR_TARGET='/opt/riscv/riscv32-unknown-elf/bin/ld'
OTOOL64=''
OTOOL='otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PICFLAG=''
PICFLAG_FOR_TARGET='-fPIC'
PKGVERSION='(g2ee5e430018) '
POSUB=''
RANLIB='ranlib'
REPORT_BUGS_TEXI='@uref{https://gcc.gnu.org/bugs/}'
REPORT_BUGS_TO='<https://gcc.gnu.org/bugs/>'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STMP_FIXINC='stmp-fixinc'
STRIP='strip'
SYSROOT_CFLAGS_FOR_TARGET=''
SYSTEM_HEADER_DIR='$(CROSS_SYSTEM_HEADER_DIR)'
TARGET_SYSTEM_ROOT='/opt/riscv/riscv32-unknown-elf'
TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\" -DTARGET_SYSTEM_ROOT_RELOCATABLE'
TM_ENDIAN_CONFIG=''
TM_MULTILIB_CONFIG=''
TM_MULTILIB_EXCEPTIONS_CONFIG=''
TREECHECKING=''
USE_NLS='no'
XGETTEXT=':'
ZSTD_CPPFLAGS=''
ZSTD_INCLUDE=''
ZSTD_LDFLAGS=''
ZSTD_LIB=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
accel_dir_suffix=''
aliasing_flags=''
all_compilers=' gnat1$(exeext) cc1$(exeext) cc1plus$(exeext) d21$(exeext) f951$(exeext) go1$(exeext) lto1$(exeext) cc1obj$(exeext) cc1objplus$(exeext)'
all_gtfiles=' [ada] $(srcdir)/ada/gcc-interface/ada-tree.h $(srcdir)/ada/gcc-interface/gigi.h $(srcdir)/ada/gcc-interface/decl.cc $(srcdir)/ada/gcc-interface/trans.cc $(srcdir)/ada/gcc-interface/utils.cc $(srcdir)/ada/gcc-interface/misc.cc [c] $(srcdir)/c/c-lang.cc $(srcdir)/c/c-tree.h $(srcdir)/c/c-decl.cc $(srcdir)/c-family/c-common.cc $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-cppbuiltin.cc $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.cc $(srcdir)/c-family/c-format.cc $(srcdir)/c/c-objc-common.cc $(srcdir)/c/c-parser.h $(srcdir)/c/c-parser.cc $(srcdir)/c/c-lang.h [cp] $(srcdir)/cp/name-lookup.h $(srcdir)/cp/cp-tree.h $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-pragma.h $(srcdir)/cp/decl.h $(srcdir)/cp/parser.h $(srcdir)/c-family/c-common.cc $(srcdir)/c-family/c-format.cc $(srcdir)/c-family/c-cppbuiltin.cc $(srcdir)/c-family/c-pragma.cc $(srcdir)/cp/call.cc $(srcdir)/cp/class.cc $(srcdir)/cp/constexpr.cc $(srcdir)/cp/constraint.cc $(srcdir)/cp/coroutines.cc $(srcdir)/cp/cp-gimplify.cc $(srcdir)/cp/cp-lang.cc $(srcdir)/cp/cp-objcp-common.cc $(srcdir)/cp/decl.cc $(srcdir)/cp/decl2.cc $(srcdir)/cp/except.cc $(srcdir)/cp/friend.cc $(srcdir)/cp/init.cc $(srcdir)/cp/lambda.cc $(srcdir)/cp/lex.cc $(srcdir)/cp/logic.cc $(srcdir)/cp/mangle.cc $(srcdir)/cp/method.cc $(srcdir)/cp/module.cc $(srcdir)/cp/name-lookup.cc $(srcdir)/cp/parser.cc $(srcdir)/cp/pt.cc $(srcdir)/cp/rtti.cc $(srcdir)/cp/semantics.cc $(srcdir)/cp/tree.cc $(srcdir)/cp/typeck2.cc $(srcdir)/cp/vtable-class-hierarchy.cc [d] $(srcdir)/d/d-tree.h $(srcdir)/d/d-builtins.cc $(srcdir)/d/d-lang.cc $(srcdir)/d/typeinfo.cc [fortran] $(srcdir)/fortran/f95-lang.cc $(srcdir)/fortran/trans-decl.cc $(srcdir)/fortran/trans-intrinsic.cc $(srcdir)/fortran/trans-io.cc $(srcdir)/fortran/trans-stmt.cc $(srcdir)/fortran/trans-types.cc $(srcdir)/fortran/trans-types.h $(srcdir)/fortran/trans.h $(srcdir)/fortran/trans-const.h [go] $(srcdir)/go/go-lang.cc $(srcdir)/go/go-c.h [jit] $(srcdir)/jit/dummy-frontend.cc [lto] $(srcdir)/lto/lto-tree.h $(srcdir)/lto/lto-lang.cc $(srcdir)/lto/lto.cc $(srcdir)/lto/lto.h $(srcdir)/lto/lto-common.h $(srcdir)/lto/lto-common.cc $(srcdir)/lto/lto-dump.cc [objc] $(srcdir)/objc/objc-map.h $(srcdir)/c-family/c-objc.h $(srcdir)/objc/objc-act.h $(srcdir)/objc/objc-act.cc $(srcdir)/objc/objc-runtime-shared-support.cc $(srcdir)/objc/objc-gnu-runtime-abi-01.cc $(srcdir)/objc/objc-next-runtime-abi-01.cc $(srcdir)/objc/objc-next-runtime-abi-02.cc $(srcdir)/c/c-parser.h $(srcdir)/c/c-parser.cc $(srcdir)/c/c-tree.h $(srcdir)/c/c-decl.cc $(srcdir)/c/c-lang.h $(srcdir)/c/c-objc-common.cc $(srcdir)/c-family/c-common.cc $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-cppbuiltin.cc $(srcdir)/c-family/c-pragma.h $(srcdir)/c-family/c-pragma.cc $(srcdir)/c-family/c-format.cc [objcp] $(srcdir)/cp/name-lookup.h $(srcdir)/cp/cp-tree.h $(srcdir)/c-family/c-common.h $(srcdir)/c-family/c-objc.h $(srcdir)/c-family/c-pragma.h $(srcdir)/cp/decl.h $(srcdir)/cp/parser.h $(srcdir)/c-family/c-common.cc $(srcdir)/c-family/c-format.cc $(srcdir)/c-family/c-cppbuiltin.cc $(srcdir)/c-family/c-pragma.cc $(srcdir)/cp/call.cc $(srcdir)/cp/class.cc $(srcdir)/cp/constexpr.cc $(srcdir)/cp/constraint.cc $(srcdir)/cp/coroutines.cc $(srcdir)/cp/cp-gimplify.cc $(srcdir)/objcp/objcp-lang.cc $(srcdir)/cp/cp-objcp-common.cc $(srcdir)/cp/decl.cc $(srcdir)/cp/decl2.cc $(srcdir)/cp/except.cc $(srcdir)/cp/friend.cc $(srcdir)/cp/init.cc $(srcdir)/cp/lambda.cc $(srcdir)/cp/lex.cc $(srcdir)/cp/logic.cc $(srcdir)/cp/mangle.cc $(srcdir)/cp/method.cc $(srcdir)/cp/module.cc $(srcdir)/cp/name-lookup.cc $(srcdir)/cp/parser.cc $(srcdir)/cp/pt.cc $(srcdir)/cp/rtti.cc $(srcdir)/cp/semantics.cc $(srcdir)/cp/tree.cc $(srcdir)/cp/typeck2.cc $(srcdir)/cp/vtable-class-hierarchy.cc $(srcdir)/objc/objc-act.h $(srcdir)/objc/objc-map.h $(srcdir)/objc/objc-act.cc $(srcdir)/objc/objc-gnu-runtime-abi-01.cc $(srcdir)/objc/objc-next-runtime-abi-01.cc $(srcdir)/objc/objc-next-runtime-abi-02.cc $(srcdir)/objc/objc-runtime-shared-support.cc '
all_lang_configurefrags=' $(srcdir)/ada/gcc-interface/config-lang.in $(srcdir)/c/config-lang.in $(srcdir)/cp/config-lang.in $(srcdir)/d/config-lang.in $(srcdir)/fortran/config-lang.in $(srcdir)/go/config-lang.in $(srcdir)/jit/config-lang.in $(srcdir)/lto/config-lang.in $(srcdir)/objc/config-lang.in $(srcdir)/objcp/config-lang.in'
all_lang_makefrags='$(srcdir)/c/Make-lang.in $(srcdir)/ada/gcc-interface/Make-lang.in $(srcdir)/cp/Make-lang.in $(srcdir)/d/Make-lang.in $(srcdir)/fortran/Make-lang.in $(srcdir)/go/Make-lang.in $(srcdir)/jit/Make-lang.in $(srcdir)/lto/Make-lang.in $(srcdir)/objc/Make-lang.in $(srcdir)/objcp/Make-lang.in'
all_languages=' ada c c++ d fortran go jit lto objc obj-c++'
all_selected_languages=' c c++ lto'
am__leading_dot='.'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_exeext=''
build_file_translate=''
build_install_headers_dir='install-headers-tar'
build_libsubdir='build-x86_64-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-pc-linux-gnu'
build_vendor='pc'
build_xm_defines=''
build_xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
build_xm_include_list=' auto-host.h ansidecl.h'
c_loose_warn='-Wstrict-prototypes -Wmissing-prototypes'
c_strict_warn='-Wold-style-definition -Wc++-compat'
c_target_objs=' default-c.o'
check_languages=' check-c check-c++ check-lto'
collect2='collect2$(exeext)'
common_out_file='riscv/riscv-common.cc'
common_out_object_file='riscv-common.o'
coverage_flags=''
cpp_install_dir=''
cxx_target_objs=' default-c.o'
d_target_objs='riscv-d.o default-d.o'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
doc_build_sys='texinfo'
docdir='${datarootdir}/doc/${PACKAGE}'
dollar=''
dvidir='${docdir}'
enable_as_accelerator=''
enable_decimal_float='dpd'
enable_default_pie='no'
enable_default_ssp='no'
enable_fast_install='needless'
enable_fixed_point='no'
enable_gcov='yes'
enable_host_shared=''
enable_lto='yes'
enable_multiarch='no'
enable_multilib='no'
enable_plugin='yes'
enable_shared='no'
exec_prefix='${prefix}'
extra_gcc_objs=' '
extra_headers_list=' $(srcdir)/ginclude/tgmath.h'
extra_modes_file='$(srcdir)/config/riscv/riscv-modes.def'
extra_objs=' riscv-builtins.o riscv-c.o riscv-sr.o riscv-shorten-memrefs.o'
extra_opt_files=' $(srcdir)/config/riscv/riscv.opt'
extra_programs=''
float_h_file=''
fortran_target_objs=''
gcc_config_arguments='/home/seti/riscv-gnu-toolchain/gcc/configure --target=riscv32-unknown-elf --prefix=/opt/riscv --disable-shared --disable-threads --enable-languages=c,c++ --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 --src=/home/seti/riscv-gnu-toolchain/gcc --disable-multilib --with-abi=ilp32 --with-arch=rv32imc --with-tune=rocket --with-isa-spec=2.2 '\''CFLAGS_FOR_TARGET=-Os -mcmodel=medlow'\'' '\''CXXFLAGS_FOR_TARGET=-Os -mcmodel=medlow'\'''
gcc_cv_as='/opt/riscv/riscv32-unknown-elf/bin/as'
gcc_cv_dsymutil=''
gcc_cv_ld='/opt/riscv/riscv32-unknown-elf/bin/ld'
gcc_cv_nm='/opt/riscv/riscv32-unknown-elf/bin/nm'
gcc_cv_objdump='/opt/riscv/riscv32-unknown-elf/bin/objdump'
gcc_cv_otool=''
gcc_cv_readelf='/opt/riscv/riscv32-unknown-elf/bin/readelf'
gcc_gxx_include_dir='$(libsubdir)/$(libsubdir_to_prefix)riscv32-unknown-elf/include/c++/$(version)'
gcc_gxx_include_dir_add_sysroot='0'
gcc_gxx_libcxx_include_dir='$(libsubdir)/$(libsubdir_to_prefix)riscv32-unknown-elf/libc++_include/c++/$(version)/v1'
gcc_gxx_libcxx_include_dir_add_sysroot='0'
gcc_tooldir='$(libsubdir)/$(libsubdir_to_prefix)$(target_noncanonical)'
get_gcc_base_ver='cat'
gnat_install_lib=''
have_mktemp_command='yes'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_exeext=''
host_noncanonical='x86_64-pc-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
host_xm_defines=''
host_xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
host_xm_include_list=' auto-host.h ansidecl.h'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
inhibit_libc='false'
install=''
lang_opt_files=' /home/seti/riscv-gnu-toolchain/gcc/gcc/ada/gcc-interface/lang.opt /home/seti/riscv-gnu-toolchain/gcc/gcc/d/lang.opt /home/seti/riscv-gnu-toolchain/gcc/gcc/fortran/lang.opt /home/seti/riscv-gnu-toolchain/gcc/gcc/go/lang.opt /home/seti/riscv-gnu-toolchain/gcc/gcc/lto/lang.opt'
lang_specs_files=' /home/seti/riscv-gnu-toolchain/gcc/gcc/cp/lang-specs.h /home/seti/riscv-gnu-toolchain/gcc/gcc/lto/lang-specs.h'
lang_tree_files=' /home/seti/riscv-gnu-toolchain/gcc/gcc/ada/gcc-interface/ada-tree.def /home/seti/riscv-gnu-toolchain/gcc/gcc/cp/cp-tree.def /home/seti/riscv-gnu-toolchain/gcc/gcc/d/d-tree.def /home/seti/riscv-gnu-toolchain/gcc/gcc/objc/objc-tree.def'
ld_soname_option='-soname'
ld_version_script_option='--version-script'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgcc_visibility='yes'
local_prefix='/usr/local'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
loose_warn='-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual'
make_compare_target='gnucompare'
mandir='${datarootdir}/man'
manext='.1'
md_file='riscv/riscv.md'
nocommon_flag=''
noexception_flags='-fno-exceptions -fno-rtti -fasynchronous-unwind-tables'
objc_boehm_gc=''
objdir='.libs'
objext='o'
oldincludedir='/usr/include'
omp_device_properties=''
omp_device_property_deps=''
out_file='riscv/riscv.cc'
out_host_hook_obj='host-linux.o'
out_object_file='riscv.o'
pdfdir='${docdir}'
pluginlibs='-rdynamic'
prefix='/opt/riscv'
program_transform_name='s&^&riscv32-unknown-elf-&'
psdir='${docdir}'
ranlib_flags=''
real_target_noncanonical='riscv32-unknown-elf'
sbindir='${exec_prefix}/sbin'
selftest_languages=' selftest-c selftest-c++ selftest-lto'
sharedstatedir='${prefix}/com'
srcdir='/home/seti/riscv-gnu-toolchain/gcc/gcc'
strict_warn='-Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings'
subdirs=' ada c cp d fortran go jit lto objc objcp'
sysconfdir='${prefix}/etc'
target='riscv32-unknown-elf'
target_alias='riscv32-unknown-elf'
target_cpu='riscv32'
target_cpu_default=''
target_noncanonical='riscv32-unknown-elf'
target_os='elf'
target_subdir='riscv32-unknown-elf'
target_vendor='unknown'
thin_archive_support='yes'
tm_d_file_list=' $(srcdir)/config/riscv/riscv.h $(srcdir)/config/riscv/riscv-protos.h $(srcdir)/defaults.h'
tm_d_include_list='options.h insn-constants.h config/riscv/riscv.h config/riscv/riscv-protos.h defaults.h'
tm_defines=' LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4 TARGET_DEFAULT_ISA_SPEC=ISA_SPEC_CLASS_2P2 TARGET_RISCV_ATTRIBUTE=1 TARGET_RISCV_DEFAULT_ARCH=rv32imc TARGET_RISCV_DEFAULT_ABI=ilp32'
tm_file_list='options.h $(srcdir)/config/elfos.h $(srcdir)/config/newlib-stdint.h $(srcdir)/config/riscv/riscv.h $(srcdir)/config/riscv/elf.h $(srcdir)/config/initfini-array.h $(srcdir)/defaults.h'
tm_include_list='options.h insn-constants.h config/elfos.h config/newlib-stdint.h config/riscv/riscv.h config/riscv/elf.h config/initfini-array.h defaults.h'
tm_p_file_list=' $(srcdir)/config/riscv/riscv-protos.h tm-preds.h'
tm_p_include_list=' config/riscv/riscv-protos.h tm-preds.h'
tmake_file=' $(srcdir)/config/riscv/t-riscv'
use_gcc_stdint='wrap'
user_headers_inc_next_post=''
user_headers_inc_next_pre=''
valgrind_command=''
valgrind_path=''
valgrind_path_defines=''
warn_cflags='$(GCC_WARN_CFLAGS)'
warn_cxxflags='$(GCC_WARN_CXXFLAGS)'
with_cpu=''
with_float=''
xm_defines=''
xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
xm_include_list=' auto-host.h ansidecl.h'
xmake_file=' $(srcdir)/config/x-linux'
zlibdir=''
zlibinc=''
## ------------------- ##
## File substitutions. ##
## ------------------- ##
language_hooks='Make-hooks'
option_includes='option-includes.mk'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define ENABLE_STDLIB_OPTION 0
#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 SIZEOF_INO_T 8
#define SIZEOF_DEV_T 8
#define SIZEOF_VOID_P 8
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define HAVE_LONG_LONG 1
#define SIZEOF_LONG_LONG 8
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_INTMAX_T 1
#define HAVE_INTPTR_T 1
#define HAVE_UINTMAX_T 1
#define HAVE_UINTPTR_T 1
#define INT64_T_IS_LONG 1
#define HAVE_SWAP_IN_UTILITY 1
#define CHECKING_P 0
#define ENABLE_EXTRA_CHECKING 0
#define ENABLE_ASSERT_CHECKING 1
#define ENABLE_RUNTIME_CHECKING 1
#define GATHER_STATISTICS 0
#define DEFAULT_STK_CLASH_GUARD_SIZE 0
#define ENABLE_DECIMAL_FLOAT 0
#define ENABLE_DECIMAL_BID_FORMAT 0
#define ENABLE_FIXED_POINT 0
#define ENABLE_VTABLE_VERIFY 0
#define ENABLE_ANALYZER 1
#define DOCUMENTATION_ROOT_URL "https://gcc.gnu.org/onlinedocs/"
#define CHANGES_ROOT_URL "https://gcc.gnu.org/"
#define OFFLOAD_TARGETS ""
#define ENABLE_OFFLOADING 0
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define STRING_WITH_STRINGS 1
#define HAVE_SYS_WAIT_H 1
#define GWINSZ_IN_SYS_IOCTL 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STDLIB_H 1
#define HAVE_TIME_H 1
#define HAVE_ICONV_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FTW_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_MALLOC_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LOCALE_H 1
#define HAVE_WCHAR_H 1
#define HAVE_UNORDERED_MAP 1
#define HAVE_TR1_UNORDERED_MAP 1
#define HAVE_EXT_HASH_MAP 1
#define HAVE_INTTYPES_H 1
#define HAVE_TIMES 1
#define HAVE_CLOCK 1
#define HAVE_KILL 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_POPEN 1
#define HAVE_SYSCONF 1
#define HAVE_STRSIGNAL 1
#define HAVE_GETRUSAGE 1
#define HAVE_NL_LANGINFO 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MBSTOWCS 1
#define HAVE_WCSWIDTH 1
#define HAVE_MMAP 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_SETLOCALE 1
#define HAVE_CLEARERR_UNLOCKED 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FERROR_UNLOCKED 1
#define HAVE_FFLUSH_UNLOCKED 1
#define HAVE_FGETC_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_FILENO_UNLOCKED 1
#define HAVE_FPUTC_UNLOCKED 1
#define HAVE_FPUTS_UNLOCKED 1
#define HAVE_FREAD_UNLOCKED 1
#define HAVE_FWRITE_UNLOCKED 1
#define HAVE_GETCHAR_UNLOCKED 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_PUTCHAR_UNLOCKED 1
#define HAVE_PUTC_UNLOCKED 1
#define HAVE_MADVISE 1
#define HAVE_MALLINFO 1
#define HAVE_MALLINFO2 1
#define HAVE_FSTATAT 1
#define HAVE_WORKING_MBSTOWCS 1
#define HAVE_MMAP_FILE 1
#define HAVE_MMAP_DEV_ZERO 1
#define HAVE_MMAP_ANON 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LC_MESSAGES 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_DECL_BASENAME 1
#define HAVE_DECL_STRSTR 1
#define HAVE_DECL_GETENV 1
#define HAVE_DECL_ATOL 1
#define HAVE_DECL_ATOLL 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_SBRK 1
#define HAVE_DECL_ABORT 1
#define HAVE_DECL_ATOF 1
#define HAVE_DECL_GETCWD 1
#define HAVE_DECL_GETWD 1
#define HAVE_DECL_MADVISE 1
#define HAVE_DECL_STPCPY 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_STRVERSCMP 1
#define HAVE_DECL_STRTOL 1
#define HAVE_DECL_STRTOUL 1
#define HAVE_DECL_STRTOLL 1
#define HAVE_DECL_STRTOULL 1
#define HAVE_DECL_SETENV 1
#define HAVE_DECL_UNSETENV 1
#define HAVE_DECL_ERRNO 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_MALLOC 1
#define HAVE_DECL_REALLOC 1
#define HAVE_DECL_CALLOC 1
#define HAVE_DECL_FREE 1
#define HAVE_DECL_GETOPT 1
#define HAVE_DECL_CLOCK 1
#define HAVE_DECL_GETPAGESIZE 1
#define HAVE_DECL_FFS 1
#define HAVE_DECL_CLEARERR_UNLOCKED 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FERROR_UNLOCKED 1
#define HAVE_DECL_FFLUSH_UNLOCKED 1
#define HAVE_DECL_FGETC_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_DECL_FILENO_UNLOCKED 1
#define HAVE_DECL_FPRINTF_UNLOCKED 0
#define HAVE_DECL_FPUTC_UNLOCKED 1
#define HAVE_DECL_FPUTS_UNLOCKED 1
#define HAVE_DECL_FREAD_UNLOCKED 1
#define HAVE_DECL_FWRITE_UNLOCKED 1
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_DECL_GETRLIMIT 1
#define HAVE_DECL_SETRLIMIT 1
#define HAVE_DECL_GETRUSAGE 1
#define HAVE_DECL_MALLINFO 1
#define HAVE_DECL_MALLINFO2 1
#define HAVE_DECL_LDGETNAME 0
#define HAVE_DECL_TIMES 1
#define HAVE_DECL_SIGALTSTACK 1
#define HAVE_STRUCT_TMS 1
#define HAVE_CLOCK_T 1
#define HOST_HAS_F_SETLKW 1
#define HOST_HAS_O_CLOEXEC 1
#define HAVE_AF_UNIX 1
#define HAVE_AF_INET6 1
#define HAVE_GNU_LD 1
#define HAVE_GNU_AS 1
#define DEFAULT_USE_CXA_ATEXIT 2
#define EXTRA_MODES_FILE "config/riscv/riscv-modes.def"
#define LTOPLUGINSONAME "liblto_plugin.so"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define PLUGIN_LD_SUFFIX "ld"
#define HAVE_GAS_BALIGN_AND_P2ALIGN 1
#define HAVE_GAS_MAX_SKIP_P2ALIGN 1
#define HAVE_GAS_SUBSECTION_ORDERING 1
#define HAVE_GAS_WEAK 1
#define HAVE_GAS_WEAKREF 1
#define HAVE_GNU_INDIRECT_FUNCTION 0
#define HAVE_GAS_HIDDEN 1
#define HAVE_INITFINI_ARRAY_SUPPORT 1
#define HAVE_AS_LEB128 0
#define HAVE_GAS_CFI_DIRECTIVE 1
#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
#define USE_AS_TRADITIONAL_FORMAT 1
#define HAVE_GAS_SECTION_EXCLUDE 1
#define HAVE_GAS_SHF_GNU_RETAIN 1
#define HAVE_GAS_SECTION_LINK_ORDER 1
#define HAVE_GAS_SHF_MERGE 1
#define HAVE_LD_ALIGNED_SHF_MERGE 1
#define HAVE_AS_STABS_DIRECTIVE 1
#define HAVE_COMDAT_GROUP 1
#define HAVE_GAS_LOC_STMT 1
#define HAVE_GAS_DISCRIMINATOR 1
#define HAVE_AS_TLS 1
#define HAVE_LD_STATIC_DYNAMIC 1
#define LD_STATIC_OPTION "-Bstatic"
#define LD_DYNAMIC_OPTION "-Bdynamic"
#define HAVE_LD_DEMANGLE 1
#define HAVE_LTO_PLUGIN 2
#define HAVE_AS_RISCV_ATTRIBUTE 1
#define HAVE_AS_MISA_SPEC 1
#define HAVE_AS_MARCH_ZIFENCEI 1
#define HAVE_AS_DWARF2_DEBUG_LINE 1
#define HAVE_AS_GDWARF2_DEBUG_FLAG 1
#define HAVE_AS_GDWARF_5_DEBUG_FLAG 1
#define HAVE_AS_WORKING_DWARF_N_FLAG 1
#define HAVE_AS_GSTABS_DEBUG_FLAG 1
#define HAVE_AS_DEBUG_PREFIX_MAP 1
#define HAVE_AS_COMPRESS_DEBUG 2
#define AS_COMPRESS_DEBUG_OPTION "--compress-debug-sections"
#define AS_NO_COMPRESS_DEBUG_OPTION "--nocompress-debug-sections"
#define TARGET_GLIBC_MAJOR 0
#define TARGET_GLIBC_MINOR 0
#define HAVE_AS_LINE_ZERO 1
#define HAVE_LD_EH_FRAME_CIEV3 1
#define HAVE_LD_PIE 1
#define HAVE_LD_PIE_COPYRELOC 0
#define HAVE_LD_EH_GC_SECTIONS 1
#define HAVE_LD_COMPRESS_DEBUG 3
#define LD_COMPRESS_DEBUG_OPTION "--compress-debug-sections"
#define HAVE_LD_AS_NEEDED 1
#define LD_AS_NEEDED_OPTION "--push-state --as-needed"
#define LD_NO_AS_NEEDED_OPTION "--pop-state"
#define HAVE_LD_BUILDID 1
#define HAVE_LD_SYSROOT 1
#define TARGET_LIBC_PROVIDES_SSP 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_LTO 1
#define ENABLE_PLUGIN 1
#define ENABLE_LIBQUADMATH_SUPPORT 1
#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
#define DIAGNOSTICS_URLS_DEFAULT DIAGNOSTICS_URL_AUTO
#define HAVE_LD_PUSHPOPSTATE_SUPPORT 1
configure: exit 0