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

937 lines
34 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libcc1 configure version-unused, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/seti/riscv-gnu-toolchain/gcc/libcc1/configure --srcdir=/home/seti/riscv-gnu-toolchain/gcc/libcc1 --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 --enable-shared
## --------- ##
## 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:2343: creating cache ./config.cache
configure:2456: checking build system type
configure:2470: result: x86_64-pc-linux-gnu
configure:2490: checking host system type
configure:2503: result: x86_64-pc-linux-gnu
configure:2523: checking target system type
configure:2536: result: riscv32-unknown-elf
configure:2574: checking for x86_64-pc-linux-gnu-gcc
configure:2601: result: gcc
configure:2870: checking for C compiler version
configure:2879: 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:2890: $? = 0
configure:2879: 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:2890: $? = 0
configure:2879: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2890: $? = 1
configure:2879: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2890: $? = 1
configure:2910: checking whether the C compiler works
configure:2932: gcc -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:2936: $? = 0
configure:2984: result: yes
configure:2987: checking for C compiler default output file name
configure:2989: result: a.out
configure:2995: checking for suffix of executables
configure:3002: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:3006: $? = 0
configure:3028: result:
configure:3050: checking whether we are cross compiling
configure:3058: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:3062: $? = 0
configure:3069: ./conftest
configure:3073: $? = 0
configure:3088: result: no
configure:3093: checking for suffix of object files
configure:3115: gcc -c -g -O2 conftest.c >&5
configure:3119: $? = 0
configure:3140: result: o
configure:3144: checking whether we are using the GNU C compiler
configure:3163: gcc -c -g -O2 conftest.c >&5
configure:3163: $? = 0
configure:3172: result: yes
configure:3181: checking whether gcc accepts -g
configure:3201: gcc -c -g conftest.c >&5
configure:3201: $? = 0
configure:3242: result: yes
configure:3259: checking for gcc option to accept ISO C89
configure:3322: gcc -c -g -O2 conftest.c >&5
configure:3322: $? = 0
configure:3335: result: none needed
configure:3360: checking whether gcc understands -c and -o together
configure:3382: gcc -c conftest.c -o conftest2.o
configure:3385: $? = 0
configure:3382: gcc -c conftest.c -o conftest2.o
configure:3385: $? = 0
configure:3397: result: yes
configure:3420: checking how to run the C preprocessor
configure:3451: gcc -E conftest.c
configure:3451: $? = 0
configure:3465: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libcc1"
| #define PACKAGE_TARNAME "libcc1"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libcc1 version-unused"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3490: result: gcc -E
configure:3510: gcc -E conftest.c
configure:3510: $? = 0
configure:3524: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libcc1"
| #define PACKAGE_TARNAME "libcc1"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libcc1 version-unused"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3553: checking for grep that handles long lines and -e
configure:3611: result: /usr/bin/grep
configure:3616: checking for egrep
configure:3678: result: /usr/bin/grep -E
configure:3683: checking for ANSI C header files
configure:3703: gcc -c -g -O2 conftest.c >&5
configure:3703: $? = 0
configure:3776: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:3776: $? = 0
configure:3776: ./conftest
configure:3776: $? = 0
configure:3787: result: yes
configure:3800: checking for sys/types.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for sys/stat.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for stdlib.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for string.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for memory.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for strings.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for inttypes.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for stdint.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3800: checking for unistd.h
configure:3800: gcc -c -g -O2 conftest.c >&5
configure:3800: $? = 0
configure:3800: result: yes
configure:3813: checking minix/config.h usability
configure:3813: gcc -c -g -O2 conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
52 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libcc1"
| #define PACKAGE_TARNAME "libcc1"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libcc1 version-unused"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3813: result: no
configure:3813: checking minix/config.h presence
configure:3813: gcc -E conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
19 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libcc1"
| #define PACKAGE_TARNAME "libcc1"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libcc1 version-unused"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3813: result: no
configure:3813: checking for minix/config.h
configure:3813: result: no
configure:3834: checking whether it is safe to define __EXTENSIONS__
configure:3852: gcc -c -g -O2 conftest.c >&5
configure:3852: $? = 0
configure:3859: result: yes
configure:3944: checking for a BSD-compatible install
configure:4012: result: /usr/bin/install -c
configure:4023: checking whether build environment is sane
configure:4078: result: yes
configure:4226: checking for a thread-safe mkdir -p
configure:4265: result: /usr/bin/mkdir -p
configure:4272: checking for gawk
configure:4299: result: /usr/bin/gawk
configure:4310: checking whether make sets $(MAKE)
configure:4332: result: yes
configure:4362: checking for style of include used by make
configure:4390: result: GNU
configure:4424: checking whether make supports nested variables
configure:4441: result: yes
configure:4517: checking dependency style of gcc
configure:4628: result: gcc3
configure:4687: checking whether to enable maintainer-specific portions of Makefiles
configure:4696: result: no
configure:4756: checking how to print strings
configure:4783: result: printf
configure:4804: checking for a sed that does not truncate output
configure:4868: result: /usr/bin/sed
configure:4886: checking for fgrep
configure:4948: result: /usr/bin/grep -F
configure:4983: checking for ld used by gcc
configure:5050: result: ld
configure:5057: checking if the linker (ld) is GNU ld
configure:5072: result: yes
configure:5084: checking for BSD- or MS-compatible name lister (nm)
configure:5133: result: nm
configure:5263: checking the name lister (nm) interface
configure:5270: gcc -c -g -O2 conftest.c >&5
configure:5273: nm "conftest.o"
configure:5276: output
0000000000000000 B some_variable
configure:5283: result: BSD nm
configure:5286: checking whether ln -s works
configure:5290: result: yes
configure:5298: checking the maximum length of command line arguments
configure:5423: result: 1572864
configure:5440: checking whether the shell understands some XSI constructs
configure:5450: result: yes
configure:5454: checking whether the shell understands "+="
configure:5460: result: yes
configure:5495: checking for ld option to reload object files
configure:5502: result: -r
configure:5531: checking for x86_64-pc-linux-gnu-objdump
configure:5558: result: objdump
configure:5630: checking how to recognize dependent libraries
configure:5831: result: pass_all
configure:5851: checking for x86_64-pc-linux-gnu-ar
configure:5878: result: ar
configure:5956: checking for x86_64-pc-linux-gnu-strip
configure:5986: result: no
configure:5996: checking for strip
configure:6012: found /usr/bin/strip
configure:6023: result: strip
configure:6055: checking for x86_64-pc-linux-gnu-ranlib
configure:6082: result: ranlib
configure:6224: checking command to parse nm output from gcc object
configure:6342: gcc -c -g -O2 conftest.c >&5
configure:6345: $? = 0
configure:6349: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6352: $? = 0
configure:6406: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c conftstm.o >&5
configure:6409: $? = 0
configure:6447: result: ok
configure:6542: gcc -c -g -O2 conftest.c >&5
configure:6545: $? = 0
configure:7297: checking for dlfcn.h
configure:7297: gcc -c -g -O2 conftest.c >&5
configure:7297: $? = 0
configure:7297: result: yes
configure:7483: checking for objdir
configure:7498: result: .libs
configure:7769: checking if gcc supports -fno-rtti -fno-exceptions
configure:7787: gcc -c -g -O2 -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:7791: $? = 0
configure:7804: result: no
configure:7824: checking for gcc option to produce PIC
configure:8110: result: -fPIC -DPIC
configure:8122: checking if gcc PIC flag -fPIC -DPIC works
configure:8140: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8144: $? = 0
configure:8157: result: yes
configure:8181: checking if gcc static flag -static works
configure:8209: result: yes
configure:8224: checking if gcc supports -c -o file.o
configure:8245: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8249: $? = 0
configure:8271: result: yes
configure:8279: checking if gcc supports -c -o file.o
configure:8326: result: yes
configure:8359: checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries
configure:9430: result: yes
configure:9467: checking whether -lc should be explicitly linked in
configure:9475: gcc -c -g -O2 conftest.c >&5
configure:9478: $? = 0
configure:9493: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:9496: $? = 0
configure:9510: result: no
configure:9675: checking dynamic linker characteristics
configure:10121: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10121: $? = 0
configure:10343: result: GNU/Linux ld.so
configure:10450: checking how to hardcode library paths into programs
configure:10475: result: immediate
configure:11015: checking whether stripping libraries is possible
configure:11020: result: yes
configure:11055: checking if libtool supports shared libraries
configure:11057: result: yes
configure:11060: checking whether to build shared libraries
configure:11081: result: yes
configure:11084: checking whether to build static libraries
configure:11088: result: no
configure:11236: checking for C++ compiler version
configure:11245: 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:11256: $? = 0
configure:11245: 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:11256: $? = 0
configure:11245: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:11256: $? = 1
configure:11245: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:11256: $? = 1
configure:11260: checking whether we are using the GNU C++ compiler
configure:11279: g++ -c -g -O2 conftest.cpp >&5
configure:11279: $? = 0
configure:11288: result: yes
configure:11297: checking whether g++ accepts -g
configure:11317: g++ -c -g conftest.cpp >&5
configure:11317: $? = 0
configure:11358: result: yes
configure:11383: checking dependency style of g++
configure:11494: result: gcc3
configure:11517: checking how to run the C++ preprocessor
configure:11544: g++ -E conftest.cpp
configure:11544: $? = 0
configure:11558: g++ -E conftest.cpp
conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
26 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:11558: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libcc1"
| #define PACKAGE_TARNAME "libcc1"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libcc1 version-unused"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:11583: result: g++ -E
configure:11603: g++ -E conftest.cpp
configure:11603: $? = 0
configure:11617: g++ -E conftest.cpp
conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
26 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:11617: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libcc1"
| #define PACKAGE_TARNAME "libcc1"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "libcc1 version-unused"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:11785: checking for ld used by g++
configure:11852: result: ld -m elf_x86_64
configure:11859: checking if the linker (ld -m elf_x86_64) is GNU ld
configure:11874: result: yes
configure:11929: checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries
configure:12861: result: yes
configure:12889: g++ -c -g -O2 conftest.cpp >&5
configure:12892: $? = 0
configure:13074: checking for g++ option to produce PIC
configure:13397: result: -fPIC -DPIC
configure:13406: checking if g++ PIC flag -fPIC -DPIC works
configure:13424: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13428: $? = 0
configure:13441: result: yes
configure:13462: checking if g++ static flag -static works
configure:13490: result: yes
configure:13502: checking if g++ supports -c -o file.o
configure:13523: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13527: $? = 0
configure:13549: result: yes
configure:13554: checking if g++ supports -c -o file.o
configure:13601: result: yes
configure:13631: checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries
configure:13659: result: yes
configure:13802: checking dynamic linker characteristics
configure:14404: result: GNU/Linux ld.so
configure:14457: checking how to hardcode library paths into programs
configure:14482: result: immediate
configure:14541: checking for CET support
configure:14570: gcc -c -g -O2 -fcf-protection conftest.c >&5
configure:14570: $? = 0
configure:14636: gcc -o conftest -g -O2 -fcf-protection=none -static-libstdc++ -static-libgcc -Wl,-z,ibt,-z,shstk conftest.c >&5
configure:14636: $? = 0
configure:14664: gcc -o conftest -g -O2 -fcf-protection=none -static-libstdc++ -static-libgcc -Wl,-z,ibt,-z,shstk conftest.c >&5
configure:14664: $? = 0
configure:14664: ./conftest
configure:14664: $? = 0
configure:14711: gcc -o conftest -g -O2 -fcf-protection=none -static-libstdc++ -static-libgcc -Wl,-z,ibt,-z,shstk conftest.c >&5
configure:14711: $? = 0
configure:14711: ./conftest
configure:14711: $? = 0
configure:14732: result: yes
configure:14743: checking whether basename is declared
configure:14743: gcc -c -g -O2 conftest.c >&5
configure:14743: $? = 0
configure:14743: result: yes
configure:14795: checking whether gcc supports -W
configure:14812: gcc -c -W conftest.c >&5
configure:14812: $? = 0
configure:14821: result: yes
configure:14795: checking whether gcc supports -Wall
configure:14812: gcc -c -Wall conftest.c >&5
configure:14812: $? = 0
configure:14821: result: yes
configure:14870: checking for socket libraries
configure:14877: checking for connect
configure:14877: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:14877: $? = 0
configure:14877: result: yes
configure:14938: checking for gethostbyname
configure:14938: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:14938: $? = 0
configure:14938: result: yes
configure:14982: result:
configure:15048: checking for exported symbols
configure:15058: result: yes
configure:15060: checking for -rdynamic
configure:15070: result: yes
configure:15080: checking for library containing dlopen
configure:15111: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:15111: $? = 0
configure:15128: result: none required
configure:15159: checking for -fPIC -shared
configure:15172: gcc -o conftest -g -O2 -fPIC -static-libstdc++ -static-libgcc -fPIC -shared conftest.c >&5
configure:15172: $? = 0
configure:15173: result: yes
configure:15199: checking for socketpair
configure:15199: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:15199: $? = 0
configure:15199: result: yes
configure:15206: checking for select
configure:15206: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
configure:15206: $? = 0
configure:15206: result: yes
configure:15213: checking for fork
configure:15213: gcc -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.c >&5
conftest.c:50:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch]
50 | char fork ();
| ^~~~
configure:15213: $? = 0
configure:15213: result: yes
configure:15288: updating cache ./config.cache
configure:15332: checking that generated files are newer than configure
configure:15338: result: done
configure:15377: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libcc1 config.status version-unused, 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:1160: creating Makefile
config.status:1160: creating cc1plugin-config.h
config.status:1374: executing depfiles commands
config.status:1374: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-static-libstdc++ -static-libgcc '
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=riscv32-unknown-elf
ac_cv_func_connect=yes
ac_cv_func_fork=yes
ac_cv_func_select=yes
ac_cv_func_socketpair=yes
ac_cv_have_decl_basename=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=/usr/bin/gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
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_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_dlopen='none required'
ac_cv_target=riscv32-unknown-elf
acx_cv_prog_cc_warning__W=yes
acx_cv_prog_cc_warning__Wall=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
libcc1_cv_lib_sockets=
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=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. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/seti/riscv-gnu-toolchain/gcc/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/seti/riscv-gnu-toolchain/gcc/missing autoconf'
AUTOHEADER='${SHELL} /home/seti/riscv-gnu-toolchain/gcc/missing autoheader'
AUTOMAKE='${SHELL} /home/seti/riscv-gnu-toolchain/gcc/missing automake-1.15'
AWK='/usr/bin/gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CET_HOST_FLAGS='-fcf-protection'
CFLAGS='-g -O2 '
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/../gcc/BASE-VER'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 '
CYGPATH_W='echo'
DARWIN_DYNAMIC_LOOKUP_FALSE=''
DARWIN_DYNAMIC_LOOKUP_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_PLUGIN_FALSE='#'
ENABLE_PLUGIN_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GMPINC=''
GREP='/usr/bin/grep'
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='ld -m elf_x86_64'
LDFLAGS='-static-libstdc++ -static-libgcc '
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo --split-size=5000000'
MKDIR_P='/usr/bin/mkdir -p'
NM='nm'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL='otool'
PACKAGE='libcc1'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libcc1'
PACKAGE_STRING='libcc1 version-unused'
PACKAGE_TARNAME='libcc1'
PACKAGE_URL=''
PACKAGE_VERSION='version-unused'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='version-unused'
WARN_FLAGS='-W -Wall'
WERROR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_libsubdir='build-x86_64-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-pc-linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gcc_version='12.2.0'
get_gcc_base_ver='cat'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/seti/riscv-gnu-toolchain/gcc/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libsuffix='../lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/riscv'
program_transform_name='s&^&riscv32-unknown-elf-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='riscv32-unknown-elf'
target_alias='riscv32-unknown-elf'
target_cpu='riscv32'
target_noncanonical='riscv32-unknown-elf'
target_os='elf'
target_subdir='riscv32-unknown-elf'
target_vendor='unknown'
visibility='-fvisibility=hidden'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libcc1"
#define PACKAGE_TARNAME "libcc1"
#define PACKAGE_VERSION "version-unused"
#define PACKAGE_STRING "libcc1 version-unused"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_DECL_BASENAME 1
configure: exit 0