Tuesday, March 6, 2012

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

Advertisements

You  may get this error while running ./configure
Error:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Solution:
Redhat Distributions
yum install gcc gcc-cpp gcc-c++

Debian Distributions:
apt-get install gcc gcc-cpp gcc-c++

No comments:

Post a Comment

Be nice. That's all.