236 lines
7.8 KiB
Plaintext
236 lines
7.8 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 FULL-PACKAGE-NAME configure VERSION, which was
|
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
|
|
$ ./configure
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = anon872387634598
|
|
uname -m = x86_64
|
|
uname -r = 6.0.2-gentoo
|
|
uname -s = Linux
|
|
uname -v = #1 SMP Fri Oct 21 13:55:34 CEST 2022
|
|
|
|
/usr/bin/uname -p = Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
|
|
/bin/uname -X = unknown
|
|
|
|
/bin/arch = unknown
|
|
/usr/bin/arch -k = unknown
|
|
/usr/convex/getsysinfo = unknown
|
|
/usr/bin/hostinfo = unknown
|
|
/bin/machine = unknown
|
|
/usr/bin/oslevel = unknown
|
|
/bin/universe = unknown
|
|
|
|
PATH: /usr/local/sbin/
|
|
PATH: /usr/local/bin/
|
|
PATH: /usr/sbin/
|
|
PATH: /usr/bin/
|
|
PATH: /sbin/
|
|
PATH: /bin/
|
|
PATH: /opt/bin/
|
|
PATH: /usr/lib/llvm/16/bin/
|
|
PATH: /usr/lib/llvm/15/bin/
|
|
PATH: /usr/lib/llvm/14/bin/
|
|
PATH: /etc/eselect/wine/bin/
|
|
PATH: ./
|
|
PATH: /home/anon/Master/bin/
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2077: checking for g++
|
|
configure:2098: found /usr/bin/g++
|
|
configure:2109: result: g++
|
|
configure:2136: checking for C++ compiler version
|
|
configure:2145: g++ --version >&5
|
|
g++ (Gentoo Hardened 12.2.1_p20230304 p13) 12.2.1 20230304
|
|
Copyright (C) 2022 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:2156: $? = 0
|
|
configure:2145: g++ -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=g++
|
|
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper
|
|
Target: x86_64-pc-linux-gnu
|
|
Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230304/work/gcc-12-20230304/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 12.2.1_p20230304 p13' --with-gcc-major-version-only --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-cet
|
|
Thread model: posix
|
|
Supported LTO compression algorithms: zlib
|
|
gcc version 12.2.1 20230304 (Gentoo Hardened 12.2.1_p20230304 p13)
|
|
configure:2156: $? = 0
|
|
configure:2145: g++ -V >&5
|
|
g++: error: unrecognized command-line option '-V'
|
|
g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2156: $? = 1
|
|
configure:2145: g++ -qversion >&5
|
|
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2156: $? = 1
|
|
configure:2176: checking whether the C++ compiler works
|
|
configure:2198: g++ conftest.cpp >&5
|
|
configure:2202: $? = 0
|
|
configure:2252: result: yes
|
|
configure:2255: checking for C++ compiler default output file name
|
|
configure:2257: result: a.out
|
|
configure:2263: checking for suffix of executables
|
|
configure:2270: g++ -o conftest conftest.cpp >&5
|
|
configure:2274: $? = 0
|
|
configure:2297: result:
|
|
configure:2319: checking whether we are cross compiling
|
|
configure:2327: g++ -o conftest conftest.cpp >&5
|
|
configure:2331: $? = 0
|
|
configure:2338: ./conftest
|
|
configure:2342: $? = 0
|
|
configure:2357: result: no
|
|
configure:2362: checking for suffix of object files
|
|
configure:2385: g++ -c conftest.cpp >&5
|
|
configure:2389: $? = 0
|
|
configure:2411: result: o
|
|
configure:2415: checking whether the compiler supports GNU C++
|
|
configure:2435: g++ -c conftest.cpp >&5
|
|
configure:2435: $? = 0
|
|
configure:2445: result: yes
|
|
configure:2456: checking whether g++ accepts -g
|
|
configure:2477: g++ -c -g conftest.cpp >&5
|
|
configure:2477: $? = 0
|
|
configure:2521: result: yes
|
|
configure:2541: checking for g++ option to enable C++11 features
|
|
configure:2556: g++ -c -g -O2 conftest.cpp >&5
|
|
conftest.cpp: In function 'int main(int, char**)':
|
|
conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
|
|
175 | cxx11test::delegate d2();
|
|
| ^~
|
|
conftest.cpp:175:25: note: remove parentheses to default-initialize a variable
|
|
175 | cxx11test::delegate d2();
|
|
| ^~
|
|
| --
|
|
conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable
|
|
configure:2556: $? = 0
|
|
configure:2574: result: none needed
|
|
configure:2753: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was
|
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on anon872387634598
|
|
|
|
config.status:643: error: cannot find input file: `config.h.in'
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
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=
|
|
ac_cv_env_CXXFLAGS_value=
|
|
ac_cv_env_CXX_set=
|
|
ac_cv_env_CXX_value=
|
|
ac_cv_env_LDFLAGS_set=
|
|
ac_cv_env_LDFLAGS_value=
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_build_alias_set=
|
|
ac_cv_env_build_alias_value=
|
|
ac_cv_env_host_alias_set=
|
|
ac_cv_env_host_alias_value=
|
|
ac_cv_env_target_alias_set=
|
|
ac_cv_env_target_alias_value=
|
|
ac_cv_objext=o
|
|
ac_cv_prog_ac_ct_CXX=g++
|
|
ac_cv_prog_cxx_11=no
|
|
ac_cv_prog_cxx_cxx11=
|
|
ac_cv_prog_cxx_g=yes
|
|
ac_cv_prog_cxx_stdcxx=
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
CPPFLAGS=''
|
|
CXX='g++'
|
|
CXXFLAGS='-g -O2'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EXEEXT=''
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LTLIBOBJS=''
|
|
OBJEXT='o'
|
|
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
|
|
PACKAGE_NAME='FULL-PACKAGE-NAME'
|
|
PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
|
|
PACKAGE_TARNAME='full-package-name'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='VERSION'
|
|
PATH_SEPARATOR=':'
|
|
SHELL='/bin/sh'
|
|
ac_ct_CXX='g++'
|
|
bindir='${exec_prefix}/bin'
|
|
build_alias=''
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='${prefix}'
|
|
host_alias=''
|
|
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='/usr/local'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
runstatedir='${localstatedir}/run'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "FULL-PACKAGE-NAME"
|
|
#define PACKAGE_TARNAME "full-package-name"
|
|
#define PACKAGE_VERSION "VERSION"
|
|
#define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
|
|
#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
|
|
#define PACKAGE_URL ""
|
|
|
|
configure: exit 1
|