报:C++ compiler cannot create executables解决方法
今天想安装个extundelete软件
结果在./configure上就报错了
[root@tomcat extundelete-0.2.4]# ./configure
Configuring extundelete 0.2.4
configure: error: in `/root/extundelete-0.2.4':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
执行下的这条命令就行了。
yum install gcc gcc-c++ gcc-g77
再次./configure
没有报错
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论.