There seems to be no Makefile in this directory.
You must run ./configure before running 'make'.
make: *** [abort-due-to-no-makefile] 错误 1
https://blog.csdn.net/poechant/article/details/6663694
对于Unix/Linux下源码编译的软件,通常都需要先执行目录下的./configure(一般情况下都存在此文件)。
当没有错误时,会生成Makefile,只有Makefile文件存在,才能执行make命令。
我的问题已解决了https://blog.csdn.net/u014461701/article/details/82149282