|

楼主 |
发表于 2010-3-13 18:06:55
|
显示全部楼层
编译 fbterm 时出现错误的提示,应该是我缺少什么东西吧
这是我的 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 FbTerm configure 1.6, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = i686
uname -r = 2.6.26-2-686
uname -s = Linux
uname -v = #1 SMP Wed Aug 19 06:06:52 UTC 2009
/usr/bin/uname -p = unknown
/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
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2273: checking for a BSD-compatible install
configure:2341: result: /usr/bin/install -c
configure:2352: checking whether build environment is sane
configure:2402: result: yes
configure:2543: checking for a thread-safe mkdir -p
configure:2582: result: /bin/mkdir -p
configure:2595: checking for gawk
configure:2625: result: no
configure:2595: checking for mawk
configure:2611: found /usr/bin/mawk
configure:2622: result: mawk
configure:2633: checking whether make sets $(MAKE)
configure:2659: result: no
configure:2801: checking for g++
configure:2831: result: no
configure:2801: checking for c++
configure:2831: result: no
configure:2801: checking for gpp
configure:2831: result: no
configure:2801: checking for aCC
configure:2831: result: no
configure:2801: checking for CC
configure:2831: result: no
configure:2801: checking for cxx
configure:2831: result: no
configure:2801: checking for cc++
configure:2831: result: no
configure:2801: checking for cl.exe
configure:2831: result: no
configure:2801: checking for FCC
configure:2831: result: no
configure:2801: checking for KCC
configure:2831: result: no
configure:2801: checking for RCC
configure:2831: result: no
configure:2801: checking for xlC_r
configure:2831: result: no
configure:2801: checking for xlC
configure:2831: result: no
configure:2855: checking for C++ compiler version
configure:2864: g++ --version >&5
./configure: line 2866: g++: command not found
configure:2875: $? = 127
configure:2864: g++ -v >&5
./configure: line 2866: g++: command not found
configure:2875: $? = 127
configure:2864: g++ -V >&5
./configure: line 2866: g++: command not found
configure:2875: $? = 127
configure:2864: g++ -qversion >&5
./configure: line 2866: g++: command not found
configure:2875: $? = 127
configure:2897: checking for C++ compiler default output file name
configure:2919: g++ conftest.cpp >&5
./configure: line 2921: g++: command not found
configure:2923: $? = 127
configure:2960: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FbTerm"
| #define PACKAGE_TARNAME "fbterm"
| #define PACKAGE_VERSION "1.6"
| #define PACKAGE_STRING "FbTerm 1.6"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "fbterm"
| #define VERSION "1.6"
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:2966: error: in `/home/fbterm-1.6':
configure:2970: 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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_fontconfig_CFLAGS_set=
ac_cv_env_fontconfig_CFLAGS_value=
ac_cv_env_fontconfig_LIBS_set=
ac_cv_env_fontconfig_LIBS_value=
ac_cv_env_freetype2_CFLAGS_set=
ac_cv_env_freetype2_CFLAGS_value=
ac_cv_env_freetype2_LIBS_set=
ac_cv_env_freetype2_LIBS_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=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_make_make_set=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/fbterm-1.6/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/fbterm-1.6/missing --run tar'
AUTOCONF='${SHELL} /home/fbterm-1.6/missing --run autoconf'
AUTOHEADER='${SHELL} /home/fbterm-1.6/missing --run autoheader'
AUTOMAKE='${SHELL} /home/fbterm-1.6/missing --run automake-1.11'
AWK='mawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FC_INC=''
FC_LIB=''
FT2_INC=''
FT2_LIB=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/fbterm-1.6/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='fbterm'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='FbTerm'
PACKAGE_STRING='FbTerm 1.6'
PACKAGE_TARNAME='fbterm'
PACKAGE_URL=''
PACKAGE_VERSION='1.6'
PATH_SEPARATOR=':'
PKG_CONFIG=''
RANLIB=''
RELEASE_DATE='November 2009'
SET_MAKE='MAKE=make'
SHELL='/bin/sh'
STRIP=''
VERSION='1.6'
VESA_FALSE=''
VESA_TRUE=''
X86_LIB=''
ac_ct_CC=''
ac_ct_CXX=''
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__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
fontconfig_CFLAGS=''
fontconfig_LIBS=''
freetype2_CFLAGS=''
freetype2_LIBS=''
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/fbterm-1.6/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "FbTerm"
#define PACKAGE_TARNAME "fbterm"
#define PACKAGE_VERSION "1.6"
#define PACKAGE_STRING "FbTerm 1.6"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "fbterm"
#define VERSION "1.6"
configure: exit 77 |
|