新系统fedora15安装源码软件出现 make: *** 没有指明目标并且找不到 makefile。 停止
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新系统fedora15安装源码软件出现 make: *** 没有指明目标并且找不到 makefile。 停止相关的知识,希望对你有一定的参考价值。
[root@local gst-fluendo-mp3-0.10.14]# ls
aclocal.m4 config.guess COPYING LICENSE README
AUTHORS config.h.in depcomp ltmain.sh src
autogen.sh config.log gst-fluendo-mp3.spec Makefile.am TODO
ChangeLog config.sub gst-fluendo-mp3.spec.in Makefile.in util
common configure INSTALL missing win32
compile configure.ac install-sh NEWS
[root@local gst-fluendo-mp3-0.10.14]# ./configure
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 nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for VALGRIND... no
no
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@local gst-fluendo-mp3-0.10.14]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@local gst-fluendo-mp3-0.10.14]#
只用make命令 必须有makefile文件的。
如果没有可以用命令:
make -f 文件名
例如:make -f Makefile.in
你可以用打开 Makefile.am文件和 Makefile.in看一下。
关于makefile看这个帖子
http://blog.csdn.net/whyacinth/article/details/1889049 参考技术B 你看你自己的屏幕输出!
./configure 运行失败
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
没有编译器……怎么编译……本回答被提问者采纳
如何解决源码安装软件中make时一直重复打印configure信息
在通过源码安装软件时,会出现执行./configure后再make时总是重复打印configure的信息,无法进入下一阶段的安装。
主要原因是系统当前的时间与实际时间不一致,特别是在虚拟机上经常会出现这样的情况,可以通过date命令查看当前系统时间。
解决方法:
通过ntp更新一下时间再进行make安装:ntpdate 1.cn.pool.ntp.org (服务器地址选一个可以用的即可)
以上是关于新系统fedora15安装源码软件出现 make: *** 没有指明目标并且找不到 makefile。 停止的主要内容,如果未能解决你的问题,请参考以下文章
VM5下安装Fedora Core 5完成后,系统内的软件包找不到?请大家帮忙
Fedora13下编译busybox-1.15.0出现can not find lcrypt错误