转linux configure报错configure: error: C++ preprocessor “/lib/cpp” fails sanity 的解决办法

Posted zhzhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转linux configure报错configure: error: C++ preprocessor “/lib/cpp” fails sanity 的解决办法相关的知识,希望对你有一定的参考价值。

/lib/cpp fails sanity check的解决

  在某些软件的时候,运行./configure 会报错,错误提示为:

  configure: error: C++ preprocessor “/lib/cpp” fails sanity 
  check See `config.log’ for more details

  解决办法:出现该情况是由于c++编译器的相关package没有安装,以root用户登陆,在终端上执行:

  # yum install glibc-headers

  # yum install gcc-c++

 

【转】:http://www.cnblogs.com/niocai/archive/2011/11/04/2236458.html

以上是关于转linux configure报错configure: error: C++ preprocessor “/lib/cpp” fails sanity 的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

postgresql安装指南

解决编译安装NGINX时make报错

Linux第三章 移植开源库

转Configuring VM Acceleration on Linux

[转]Linux中configure/makefile

linux 源码安装 cmake 时 可选的参数都有哪些