|
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.
[root@localhost xmms-1.2.10]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost xmms-1.2.10]# make check
make: *** 没有规则可以创建目标“check”。 停止。
[root@localhost xmms-1.2.10]# make install
make: *** 没有规则可以创建目标“install”。 停止。
[root@localhost xmms-1.2.10]# |
|