|
|
FC4下编译安装软件时出现如下错误:
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
好几个软件编译时都出现此错误,而
[root@localhost ~]# rpm -q cpp
cpp-4.0.0-8
[root@localhost ~]# rpm -q gcc
gcc-4.0.0-8
[root@localhost ~]# rpm -q gcc-c++
gcc-c++-4.0.0-8
??? |
|