需要安装一个老版本perl,各种问题,作为万能程序员。。百度呗。。。。
错误:
make: *** No rule to make target<command-line>', needed by
miniperlmain.o’. Stop解决办法:
将makefile中包含command-line的行都进行删除。
需要特殊注意 就是这个小写的makefile 别搞错
#删除办法:
#先找到所有删除行
more makefile|grep command-line
#将结果复制出来 然后拼接为
:g/每一行文字/d
#然后vi makefile 执行刚刚拼好的语句
附带:
安装perl
https://www.cnblogs.com/huanghongbo/p/6223316.html
问题解决原网页
http://codeverge.com/perl.perl5.porters/make-no-rule-to-make-target-command-line-n/197446