报: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
没有报错