linux make: *** No targets specified and no makefile found. Stop.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux make: *** No targets specified and no makefile found. Stop.相关的知识,希望对你有一定的参考价值。

 1 [[email protected] Python-3.4.3]# ./configure 
 2 checking build system type... x86_64-unknown-linux-gnu
 3 checking host system type... x86_64-unknown-linux-gnu
 4 checking for --enable-universalsdk... no
 5 checking for --with-universal-archs... no
 6 checking MACHDEP... linux
 7 checking for --without-gcc... no
 8 checking for gcc... no
 9 checking for cc... no
10 checking for cl.exe... no
11 configure: error: in `/home/lpf/Python-3.4.3:
12 configure: error: no acceptable C compiler found in $PATH
13 See `config.log for more details
14 [[email protected] Python-3.4.3]# make
15 make: *** No targets specified and no makefile found.  Stop.

 

# yum install gcc gcc-c++ autoconf automake

安装成功以后就可以用传统的./configure和make,sudo make install安装了

以上是关于linux make: *** No targets specified and no makefile found. Stop.的主要内容,如果未能解决你的问题,请参考以下文章

Linux——使用图形化内核配置工具,执行make menuconfig时出现“make: *** No rule to make target ‘menuconfig‘. Stop.”

Linux——使用图形化内核配置工具,执行make menuconfig时出现“make: *** No rule to make target ‘menuconfig‘. Stop.”

Linux 内核编译出错:make zimage命令;错误提示:make :***No rule to make target ‘zimage’. stop .

linux make时提示No space left on device,如何解决?

linux Ubuntu14.04 make编译文件报错:No rule to make target `/usr/lib/libpython2.7.so', needed by `pytho

将 make_shared 与可变参数模板绑定