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

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

问题的根源是缺少必要的C++库。

如果是CentOS系统,运行,如下命令解决:

   yum install glibc-headers
  
   yum install gcc-c++ 

Ubuntu系统中,运行命令:

   apt-get install build-essential 
 
   apt-get install g++
posted @ 2020-11-24 14:36  牛奔  阅读(303)  评论(0编辑  收藏  举报