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

1 [root@localhost 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 [root@localhost 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安装了
原文链接: https://www.cnblogs.com/-lpf/p/5588208.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/235282

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月13日 下午4:35
下一篇 2023年2月13日 下午4:35

相关推荐