fcixt配置过程遇到的问题
sinsec
|
1#
sinsec 发表于 2005-10-09 13:04
fcixt配置过程遇到的问题
运行./configure后显示:
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yeschecking build system type... i686-pc-linux- gnuchecking host system type... i686-pc-linux-gnuchecking for gcc... nochecking for cc... no checking for cc... no checking for cl... no configure:error:no acceptable C compiler found in $PATH 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 configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = i686 uname -r = 2.4.20-8 uname -s = Linux uname -v = #1 Thu Mar 13 17:54:28 EST 2003 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1356: checking for a BSD-compatible install configure:1411: result: /usr/bin/install -c configure:1422: checking whether build environment is sane configure:1465: result: yes configure:1530: checking for gawk configure:1546: found /bin/gawk configure:1556: result: gawk configure:1566: checking whether make sets $(MAKE) configure:1586: result: yes configure:1761: checking build system type configure:1779: result: i686-pc-linux-gnu configure:1787: checking host system type configure:1801: result: i686-pc-linux-gnu configure:1859: checking for gcc configure:1888: result: no configure:1939: checking for cc configure:1968: result: no configure:1981: checking for cc configure:2027: result: no configure:2080: checking for cl configure:2109: result: no configure:2123: error: no acceptable C compiler found in $PATH See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu 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_LDFLAGS_set= ac_cv_env_LDFLAGS_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_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_make_make_set=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /root/fcitx-3.1.1/missing --run aclocal-1.9' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='${SHELL} /root/fcitx-3.1.1/missing --run tar' AUTOCONF='${SHELL} /root/fcitx-3.1.1/missing --run autoconf' AUTOHEADER='${SHELL} /root/fcitx-3.1.1/missing --run autoheader' AUTOMAKE='${SHELL} /root/fcitx-3.1.1/missing --run automake-1.9' AWK='gawk' CC='' CCDEPMODE='' CFLAGS='' CPP='' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' HAVE_XFT_FALSE='' HAVE_XFT_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBICONV='' LIBOBJS='' LIBS='' LTLIBICONV='' LTLIBOBJS='' MAKEINFO='${SHELL} /root/fcitx-3.1.1/missing --run makeinfo' OBJEXT='' PACKAGE='fcitx' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='' RANLIB='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='3.1.1' XFT_CFLAGS='' XFT_LIBS='' X_CFLAGS='' X_LIBS='' ac_ct_CC='' ac_ct_RANLIB='' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__include='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/root/fcitx-3.1.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE "fcitx" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "3.1.1" configure: exit 1 =====我看过教程教程里做的和我也一样,版本也一样,他没遇到这样的问题,我却遇到了。也运行了:rpm -e minichinput (因为说这两个有会冲突所以给e了) 这是什么原因造成的?一般要如果才能解决些问题。希望知情者请告之。先谢了============================ |