无论装那一个程序 到make这一步都会出现:
[root@localhost xmms-1.2.10]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost xmms-1.2.10]# make install
make: *** 没有规则可以创建目标“install”。 停止。
比如装的结果:
[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]#