我在官方网站下了xmms-1.2.10-1.src.rpm
然后安装
[root@localhost root]# rpm -ivh xmms-1.2.10-1.src.rpm
error: cannot create %sourcedir /usr/src/redhat/SOURCES
请教高手这是什么问题怎样解决,写详细一点
还有我也下了xmms-1.2.10.tar.bz2
解压后
[root@localhost root]# cd xmms-1.2.10
[root@localhost xmms-1.2.10]# ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
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.
这样安装对吗?
请高手教一个详细的方法
xmms-1.2.10-1.src.rpm是源码包,要有rpm-build
xmms-1.2.10.tar.bz2
# ./configure
……
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
找不到编译器啊