make: *** No targets specified and no makefile found. Stop.解决方法

2021/6/20 23:56:28

本文主要是介绍make: *** No targets specified and no makefile found. Stop.解决方法,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

转载请注明出处:http://blog.csdn.net/l1028386804/article/details/48710993

1、wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz

2.、tar zxvf ncurses-5.6.tar.gz

3、 ./configure -prefix=/usr/local -with-shared-without-debug

4、make

5、make install



这篇关于make: *** No targets specified and no makefile found. Stop.解决方法的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程