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

282 lines
11 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 codylib configure 0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/seti/riscv-gnu-toolchain/gcc/libcody/configure --srcdir=/home/seti/riscv-gnu-toolchain/gcc/libcody --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:1747: creating cache ./config.cache
configure:1875: checking build system type
configure:1889: result: x86_64-pc-linux-gnu
configure:1909: checking host system type
configure:1922: result: x86_64-pc-linux-gnu
configure:1958: checking maintainer-mode
configure:1960: result:
configure:2098: checking for C++ compiler version
configure:2107: 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:2118: $? = 0
configure:2107: 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:2118: $? = 0
configure:2107: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2118: $? = 1
configure:2107: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:2118: $? = 1
configure:2138: checking whether the C++ compiler works
configure:2160: g++ -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:2164: $? = 0
configure:2212: result: yes
configure:2215: checking for C++ compiler default output file name
configure:2217: result: a.out
configure:2223: checking for suffix of executables
configure:2230: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:2234: $? = 0
configure:2256: result:
configure:2278: checking whether we are cross compiling
configure:2286: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:2290: $? = 0
configure:2297: ./conftest
configure:2301: $? = 0
configure:2316: result: no
configure:2321: checking for suffix of object files
configure:2343: g++ -c -g -O2 conftest.cpp >&5
configure:2347: $? = 0
configure:2368: result: o
configure:2372: checking whether we are using the GNU C++ compiler
configure:2391: g++ -c -g -O2 conftest.cpp >&5
configure:2391: $? = 0
configure:2400: result: yes
configure:2409: checking whether g++ accepts -g
configure:2429: g++ -c -g conftest.cpp >&5
configure:2429: $? = 0
configure:2470: result: yes
configure:2494: checking whether g++ is for C++11
configure:2511: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:11:2: error: #error "C++11 is required"
11 | #error "C++11 is required"
| ^~~~~
configure:2511: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "codylib"
| #define PACKAGE_TARNAME "codylib"
| #define PACKAGE_VERSION "0.0"
| #define PACKAGE_STRING "codylib 0.0"
| #define PACKAGE_BUGREPORT "github.com/urnathan/libcody"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| #if __cplusplus != 201103
| #error "C++11 is required"
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2532: g++ -std=c++11 -c -g -O2 conftest.cpp >&5
configure:2532: $? = 0
configure:2533: result: adding -std=c++11
configure:2566: checking adding -Wl,--no-undefined to linker
configure:2581: g++ -std=c++11 -o conftest -g -O2 -static-libstdc++ -static-libgcc -Wl,--no-undefined conftest.cpp >&5
configure:2581: $? = 0
configure:2582: result: ok
configure:2660: checking exceptions
configure:2662: result: no
configure:2672: checking for x86_64-pc-linux-gnu-ranlib
configure:2699: result: ranlib
configure:2764: checking for x86_64-pc-linux-gnu-ar
configure:2791: result: ar
configure:2920: updating cache ./config.cache
configure:2969: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by codylib config.status 0.0, 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:805: creating Makefile
config.status:805: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_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_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_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_prog_AR=ar
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_cxx_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
CPPFLAGS=''
CXX='g++ -std=c++11'
CXXFLAGS='-g -O2 '
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXCEPTIONS=''
EXEEXT=''
LDFLAGS='-static-libstdc++ -static-libgcc -Wl,--no-undefined'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINTAINER=''
OBJEXT='o'
PACKAGE_BUGREPORT='github.com/urnathan/libcody'
PACKAGE_NAME='codylib'
PACKAGE_STRING='codylib 0.0'
PACKAGE_TARNAME='codylib'
PACKAGE_URL=''
PACKAGE_VERSION='0.0'
PATH_SEPARATOR=':'
PICFLAG=''
RANLIB='ranlib'
SHELL='/bin/bash'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
configure_args=' '\''--srcdir=/home/seti/riscv-gnu-toolchain/gcc/libcody'\'' '\''--cache-file=./config.cache'\'' '\''--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'\'' '\''build_alias=x86_64-pc-linux-gnu'\'' '\''host_alias=x86_64-pc-linux-gnu'\'' '\''target_alias=riscv32-unknown-elf'\'' '\''CXX=g++'\'' '\''CXXFLAGS=-g -O2 '\'' '\''LDFLAGS=-static-libstdc++ -static-libgcc '\'''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/riscv'
program_transform_name='s&^&riscv32-unknown-elf-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='riscv32-unknown-elf'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "codylib"
#define PACKAGE_TARNAME "codylib"
#define PACKAGE_VERSION "0.0"
#define PACKAGE_STRING "codylib 0.0"
#define PACKAGE_BUGREPORT "github.com/urnathan/libcody"
#define PACKAGE_URL ""
#define NMS_CHECKING 0
configure: exit 0