Wednesday, October 19, 2011

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

solution i found:

it's due to gcc-c++ is not installed in Centos, after executing the command as below, it solve my issue

shell> yum install gcc-c++

No comments:

Post a Comment