configure error C++ compiler cannot create executables

技术分享 2016-09-17

报错内容为:

You don't have a C++ compiler on there. You need to install the gcc-c++ package (while you're at it, install gcc as well if you haven't already). This can probably be done with apt-get, but I'm not sure how you use it.

解决方法:

yum install gcc-c++

评论 (0)

发表评论

最多500字符

验证码

暂无评论

成为第一个评论的人吧!