在安装某些软件的时候,运行./configure 会报错,错误提示为:
checking for C++ compiler default output file name… configure: error: C++ compiler cannot create executables
See `config.log’ for more details.
解决办法:出现该情况是由于c++编译器的相关package没有安装,以root用户登录,在终端上执行:
yum install gcc-c++