当前位置:  技术问答>linux和unix

make: *** 没有指明目标并且找不到 makefile。 停止。

    来源: 互联网  发布时间:2016-10-29

    本文导语:  我在安装软件时出现make: *** 没有指明目标并且找不到 makefile。 停止。,请问如何解决啊。 源码如下: arkor@ubuntu:/tmp/aMule-2.2.6$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build enviro...

我在安装软件时出现make: *** 没有指明目标并且找不到 makefile。 停止。,请问如何解决啊。
源码如下:


arkor@ubuntu:/tmp/aMule-2.2.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking if this is a FreeBSD 4 or earlier system... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
arkor@ubuntu:/tmp/aMule-2.2.6$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
arkor@ubuntu:/tmp/aMule-2.2.6$ ls
ABOUT-NLS               automake              install-sh
acinclude.m4            Compilation.flags.in  intl
aclocal.m4              compile               m4
aMule.app               config.guess          Makefile.am
amule_build_install.sh  config.h.in           Makefile.in
amule.desktop           config.log            missing
amulegui.desktop        config.rpath          mkinstalldirs
amulegui.xpm            config.sub            MSVC Solution
amule.ico               configure             po
amule.png               configure.in          README.Debian-Packages
amule.rc                convert.ico           src
aMule.spec              debian                unittests
amule.xpm               depcomp               untars
autogen.sh              docs                  version.rc.in
arkor@ubuntu:/tmp/aMule-2.2.6$ 

|
你没有安装c和c++编译器。

sudo apt-get install build-essential

|
是的,错误信息有提示了:
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no

按主席的方法安装编译器。

|


安装Ubuntu之后, 第一件事请就是先更先下软件包。啥问题都没了。

|
./configure是对环境和文件的依赖检查,上面的提示已经很清楚了,哪些有,哪些没有。如果要是make成功的话说明那些依赖提示是no的可以忽略。要是make不成功,就要安装那些提示no信息的文件。。。

|
啥编译器都没有make啥嘛

|
error: C++ compiler cannot create executables

没有C++编译

|
主席人挺好的,虽然严厉了点

|
你怎么学习总是这么盲目 认真一点  界面上输出什么你也得大概看一吧?  ./configure之后都出错了 
结果你还继续make?

    
 
 

您可能感兴趣的文章:

  • linux 安装问题make: *** 没有指明目标并且找不到makefile。 停止
  • make: *** 没有指明目标并且找不到 makefile
  • make -f makefile 时提示 Make: Must be a separator on rules line 5. Stop. 为什么,makefile 如下
  • 如何写出兼容于BSD MAKE、GNU MAKE、SOLARIS MAKE的条件编译Makefile?
  • 第一次写make文件,报makefile:2: *** missing separator. Stop.错,make文件只有两行
  • unix下面make makefile文件,提示“makefile is up-to-date",怎么办呀?
  • [Makefile]make
  • 如何通过修改makefile.am或configure.ac追加make命令呢??
  • make如果没有makefile文件将如何重建?
  • 关于 make makefile 的简单问题
  • make -f 多个makefile 怎么做
  • oracle iis7站长之家
  • 各位大侠,如何在makefile里面读取make后面的参数.
  • 请问linux下的make和makefile指令有什么用?
  • make命令可以在命令行中重新定义一个macro,用来覆盖makefile中的macro吗?
  • 关于Makefile中的make install
  • QT程序通过Qmake生成的makefile能不能做make install?
  • 编写内核模块程序的makefile文件make错误
  • Makefile写好了,但是make出错
  • 如何制作具有make menuconfig功能的Makefile?
  • 请问一个Makefile的错误(我现在用不了make,请高手救救我)
  • 执行make操作时显示"Makefile:5: *** 遗漏分隔符 。 停止。"
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 关于make文件的问题(遗漏分隔符 。 停止)
  • 有关make all; make clobber; make depend; make debug 的区别?
  • 我要缩减LINUX内核,make menuconfig时把一些选项去掉,再make dep没错,但再make bzImage时却会提错,但我make menuconfig时不改变任何选现(
  • 我已经用make clean编译成功了内核但是在make moduals时候处错误,然后又make menuconfig,我还需要make zImage吗?
  • make perl 模块的时候出错,make: *** No rule to make target,帮忙看看,谢谢。
  • 在solaris8.0我装了make3.81,下载了make-3.81-sol8-sparc-local.gz,为什么不能在任何目录下输入make?
  • 怎样验证自己的make是不是GNU的make?
  • 问一个很低级的问题:怎样卸载用make;make install方法安装的软件?
  • configure make make install 新手问题...
  • cygwin make操作,出现no rule to make target all
  • 请教 make gdb-6.4 出现 make[4]: Entering directory `/tmp/gdb-6.4/gdb/doc'
  • make zImage和make modules等问题请教~
  • debian下安装bind用./configure时提示安装bind时./configure提示whether make sets $(MAKE)... no
  • make kernel make gcc
  • 50分的问题!make文件找不到? You don't seem to have 'make' or 'gmake' in your PATH
  • make;make install放在script裡
  • make oldconfig 和 make defconfig有何区别?
  • 求linux下 ./configure;make;make install一系列命令的详解
  • make时出现错误:*** No rule to make target `<built-in>'????
  • make menuconfig
  • php make test 出错 make install 卡住


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3