解压后:
[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.
[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]#
加上gcc 现在变为
[root@localhost root]# cd xmms-1.2.10
[root@localhost xmms-1.2.10]# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
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... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
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]#
再次装:
结果:
[root@localhost root]# cd xmms-1.2.10
[root@localhost xmms-1.2.10]# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
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... /usr/bin/xmms
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
[root@localhost xmms-1.2.10]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost xmms-1.2.10]# make install
make: *** 没有规则可以创建目标“install”。 停止。
[root@localhost xmms-1.2.10]#