现在的位置: 首页 > 综合 > 正文

configure error

2013年09月17日 ⁄ 综合 ⁄ 共 409字 ⁄ 字号 评论关闭

If you having trouble compiling any application manually using “configure” , here simple fix for this error.

Error ::

checking whether we are using the GNU C++ compiler... nochecking whether g++ accepts -g... nochecking how to run the C++ preprocessor... /lib/cppconfigure: error: C++ preprocessor "/lib/cpp" fails sanity checkSee `config.log' for more details.

Solution::

  • Centos/Fedora/RHEL

    yum install gcc gcc-cpp gcc-c++
  • Ubuntu/Debain

    apt-get install gcc gcc-cpp gcc-c++

抱歉!评论已关闭.