当前位置: 技术问答>linux和unix
linux安装cvsnt时出错
来源: 互联网 发布时间:2016-04-19
本文导语: redhat4,安装cvsnt时候,解压完安装包后,运行./configure以下的错误: ./configure: line 1575: cc: command not found checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc...
redhat4,安装cvsnt时候,解压完安装包后,运行./configure以下的错误:
./configure: line 1575: cc: command not found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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)... yes
./configure: line 1914: ./version_check: No such file or directory
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
checking for gcc... no
checking 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最后部分的内容如下:
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/cvsnt-2.5.03.2382/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "cvsnt"
#define PACKAGE_BUGREPORT "tmh@cvsnt.org"
#define PACKAGE_NAME "cvsnt"
#define PACKAGE_STRING "cvsnt 0"
#define PACKAGE_TARNAME "cvsnt"
#define PACKAGE_VERSION "0"
#define VERSION ""
configure: exit 1
请大家告诉我是怎么回事,是哪里出了问题
./configure: line 1575: cc: command not found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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)... yes
./configure: line 1914: ./version_check: No such file or directory
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
checking for gcc... no
checking 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最后部分的内容如下:
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/cvsnt-2.5.03.2382/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "cvsnt"
#define PACKAGE_BUGREPORT "tmh@cvsnt.org"
#define PACKAGE_NAME "cvsnt"
#define PACKAGE_STRING "cvsnt 0"
#define PACKAGE_TARNAME "cvsnt"
#define PACKAGE_VERSION "0"
#define VERSION ""
configure: exit 1
请大家告诉我是怎么回事,是哪里出了问题
|
大哥,没装gcc