make: *** No targets specified and no makefile found. stop.
根本没搞清楚问题所在,刚接触Linux,看到./configure....执行了就直接make了 都没注意报错了

真正的问题是:configure: error: no acceptable C compiler found in $PATH
解决方法:执行 yum install gcc-c++
然后继续make 可以正常执行
根本没搞清楚问题所在,刚接触Linux,看到./configure....执行了就直接make了 都没注意报错了

真正的问题是:configure: error: no acceptable C compiler found in $PATH
解决方法:执行 yum install gcc-c++
然后继续make 可以正常执行