您的位置:首页 > 编程语言 > C语言/C++

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2012-04-04 15:04 501 查看
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

according to some articles on web:
1.http://forum.ubuntu.org.cn/viewtopic.php?f=85&t=102970
出现该情况是由于c++编译器的相关package没有安装,以超级用户登陆,在终端上执行:
#yum install glibc-headers
#yum install gcc-c++
2.http://wiki.ubuntu.org.cn/index.php?title=EclipseSubversion&variant=zh-cn
To solve the error de>C++ preprocessor "/lib/cpp" fails sanity checkde> while compiling Subversion, you need to download GCC, CPP and G++ by installing the following packages
gcc cpp g++
but that is for other Linux distribution system, my is Ubuntu, so we should install the needed libs
sudo aptitude install gcc cpp g++

this will download and install the essential lib that is build related, such as gcc g++
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  职场 mysql error