我下载了一个TRA包,解压缩后进行安装,但有问题出现了,请高手帮我看看是怎么回事吧,求大家了(我是刚学习的菜鸟):
[root@Linux-John down]# cd xmms-1.2.10
[root@Linux-John xmms-1.2.10]# ./configure
checking build system type... i686-pc-linux-gnu
checking host 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
checking for prefix by checking for xmms... no
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.
[root@Linux-John xmms-1.2.10]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
yezhulin1982 于 2007-11-04 09:53:58发表:
$sudo yum -y install build-essential试试。
play_john 于 2007-11-03 18:43:15发表:
而且我在这个目录下面有看到这两个文件 啊:makefile.am\makefile.in,还有就是用rmp -q make 查看了是否有安装make,但也看到有安装,版本是:
[root@Linux-John down]# rpm -q make
make-3.81-1.1
至于后面这些checking for gcc... no 什么的我不知道是不是没有装GCC的问题,我用rpm -q gcc 的时候说是找不到:
[root@Linux-John down]# rpm -q gcc
package gcc is not installed
但我安装GCC的话也需要MAKE啊
[ 本帖最后由 play_john 于 2007-11-3 18:48 编辑 ]