我是靠谱客的博主 超帅小兔子,最近开发中收集的这篇文章主要介绍make: *** No targets specified and no makefile found. Stop,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
make: *** No targets specified and no makefile found. Stop解决方法
今天在linux服务器中安装安装pcre时,发现按照网上安装提示的方法:先下载->解压缩->进入目录->执行./configure,在输入make和make install,会出现“make: *** No targets specified and no makefile”错误。经过自己的实验,找到了如下总结和解决方法。
输入make和make install 报错误make: *** No targets specified and no makefile found. Stop.
解决方法
第一步
尝试先安装依赖
执行
yum -y install gcc gcc-c++ autoconf automake
第二步
执行
yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel
第三步
执行
./configure
然后再试一试输入 make 和 make install
最后
以上就是超帅小兔子为你收集整理的make: *** No targets specified and no makefile found. Stop的全部内容,希望文章能够帮你解决make: *** No targets specified and no makefile found. Stop所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复