首页 > 其他 > 详细

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

时间:2018-10-31 11:55:04      阅读:165      评论:0      收藏:0      [点我收藏+]

# make make:
*** No targets specified and no makefile found. Stop. # yum install gcc gcc-c++ gcc-g77 -bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory # ll /usr/bin/yum -rwxr-xr-x. 1 root root 801 Apr 13 2018 /usr/bin/yum # ll python ls: cannot access python: No such file or directory # python的软连接源文件已经不存在 # ln -s /usr/bin/python2.7 /usr/bin/python #重新做一个python的软连接 # yum install gcc gcc-c++ gcc-g77 # make make: *** No targets specified and no makefile found. Stop. # wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz # ./configure -prefix=/usr/local -with-shared-without-debug # make

 

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

原文:https://www.cnblogs.com/wuyan717/p/9877604.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!