make: *** No rule to make target `build', needed by `default'. Stop.

Posted David_Deng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了make: *** No rule to make target `build', needed by `default'. Stop.相关的知识,希望对你有一定的参考价值。

[[email protected] nginx-1.8.0]# make
make: *** No rule to make target `build‘, needed by `default‘.  Stop.

[[email protected] nginx-1.8.0]#

 

解决办法是需要安装openssl以及ncurses组件

yum install -y openssl*

yum -y install ncurses-devel

 

之后在make就成功了。

以上是关于make: *** No rule to make target `build', needed by `default'. Stop.的主要内容,如果未能解决你的问题,请参考以下文章

No rule to make target all'初学者求教

No rule to make target,怎么解决啊,求大神指点

出现make: *** No rule to make target `all'. Stop.解决办法

Jenkins编译报错,make: *** No rule to make target `

Android NDK, No rule to make target

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