| 复制代码configure: loading site script /etc/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... no
configure: error: in `/F/program/cpp/ari/Ari':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
config.log:
 
 复制代码This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by AlicornCH configure 1.0, which was
generated by GNU Autoconf 2.71.  Invocation command line was
  $ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = [主机名,手动打掉]
uname -m = x86_64
uname -r = 3.4.5.x86_64
uname -s = MINGW64_NT-10.0-17763
uname -v = 2023-01-20 09:17 UTC
/usr/bin/uname -p = unknown
/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: /mingw64/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /c/Windows/System32/
PATH: /c/Windows/
PATH: /c/Windows/System32/Wbem/
PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
PATH: /usr/bin/site_perl/
PATH: /usr/bin/vendor_perl/
PATH: /usr/bin/core_perl/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2205: loading site script /etc/config.site
| # This file is in public domain.
| # Original author: Karlson2k (Evgeny Grin)
| # Written for MSys2 to help running 'configure' scripts
| 
| # Defaults for MSys2/MinGW64-targeted programs
| 
| # Set proper selfname on bash and fallback to default name on other shells
| test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
| 
| # Set default 'host' to speedup configure
| if test -z "$build_alias"; then
|   build_alias="${MSYSTEM_CHOST}"  && \
|     ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
| fi
| 
| # Set default 'prefix'
| if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
|     ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
|   prefix="${MSYSTEM_PREFIX}" && \
|     ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
| fi
config.site:13: default build_alias set to x86_64-w64-mingw32
config.site:20: default prefix set to /mingw64
configure:2780: looking for aux files: config.guess config.sub compile missing install-sh
configure:2793:  trying ./
configure:2822:   ./config.guess found
configure:2822:   ./config.sub found
configure:2822:   ./compile found
configure:2822:   ./missing found
configure:2804:   ./install-sh found
configure:2954: checking for a BSD-compatible install
configure:3027: result: /usr/bin/install -c
configure:3038: checking whether build environment is sane
configure:3093: result: yes
configure:3252: checking for a race-free mkdir -p
configure:3296: result: /usr/bin/mkdir -p
configure:3303: checking for gawk
configure:3324: found /usr/bin/gawk
configure:3335: result: gawk
configure:3346: checking whether make sets $(MAKE)
configure:3369: result: yes
configure:3399: checking whether make supports nested variables
configure:3417: result: yes
configure:3626: checking for g++
configure:3647: found /mingw64/bin/g++
configure:3658: result: g++
configure:3685: checking for C++ compiler version
configure:3694: g++ --version >&5
g++.exe (Rev10, Built by MSYS2 project) 12.2.0
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:3705: $? = 0
configure:3694: g++ -v >&5
Using built-in specs.
COLLECT_GCC=F:\msys2-x86_64-latest\msys64\mingw64\bin\g++.exe
COLLECT_LTO_WRAPPER=F:/msys2-x86_64-latest/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-12.2.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/include --libexecdir=/mingw64/lib --enable-bootstrap --enable-checking=release --with-arch=nocona --with-tune=generic --enable-languages=c,lto,c++,fortran,ada,objc,obj-c++,jit --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --disable-libstdcxx-pch --enable-lto --enable-libgomp --disable-multilib --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev10, Built by MSYS2 project' --with-bugurl=https://github.com/msys2/MINGW-packages/issues --with-gnu-as --with-gnu-ld --disable-libstdcxx-debug --with-boot-ldflags=-static-libstdc++ --with-stage1-ldflags=-static-libstdc++
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.0 (Rev10, Built by MSYS2 project) 
configure:3705: $? = 0
configure:3694: g++ -V >&5
g++.exe: error: unrecognized command-line option '-V'
g++.exe: fatal error: no input files
compilation terminated.
configure:3705: $? = 1
configure:3694: g++ -qversion >&5
g++.exe: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++.exe: fatal error: no input files
compilation terminated.
configure:3705: $? = 1
configure:3725: checking whether the C++ compiler works
configure:3747: g++    conftest.cpp  >&5
configure:3751: $? = 1
configure:3791: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "AlicornCH"
| #define PACKAGE_TARNAME "alicornch"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "AlicornCH 1.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "alicornch"
| #define VERSION "1.0"
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:3796: error: in `/F/program/cpp/ari/Ari':
configure:3798: error: C++ compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_WEBKIT_CFLAGS_set=
ac_cv_env_WEBKIT_CFLAGS_value=
ac_cv_env_WEBKIT_LIBS_set=
ac_cv_env_WEBKIT_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_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} '\''/F/program/cpp/ari/Ari/missing'\'' aclocal-1.16'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ARM_FALSE=''
ARM_TRUE=''
AUTOCONF='${SHELL} '\''/F/program/cpp/ari/Ari/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/F/program/cpp/ari/Ari/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/F/program/cpp/ari/Ari/missing'\'' automake-1.16'
AWK='gawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='cygpath -w'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ETAGS='etags'
EXEEXT=''
GREP=''
GTK_CFLAGS=''
GTK_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LINUX_FALSE=''
LINUX_TRUE=''
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/F/program/cpp/ari/Ari/missing'\'' makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT=''
OSX_FALSE=''
OSX_TRUE=''
PACKAGE='alicornch'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='AlicornCH'
PACKAGE_STRING='AlicornCH 1.0'
PACKAGE_TARNAME='alicornch'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.0'
WEBKIT_CFLAGS=''
WEBKIT_LIBS=''
WINDOWS_FALSE=''
WINDOWS_TRUE=''
ac_ct_CC=''
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='${TAR-tar} chof - "$tardir"'
am__untar='${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias='x86_64-w64-mingw32'
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /F/program/cpp/ari/Ari/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/mingw64'
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 "AlicornCH"
#define PACKAGE_TARNAME "alicornch"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "AlicornCH 1.0"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "alicornch"
#define VERSION "1.0"
configure: exit 77
 |