|
|
我在安装glade的时候,解压缩后,进入目录,./configure
然后出现的提示信息:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no这里有个no
make的时候提示为:
make: *** 没有指明目标并且找不到 makefile。 停止。
当前目录只有Makefile.am Makefile.in两个文件,没有Makefile
前几天安装别的软件也出现类似问题 |
|