checking how to run the C++ preprocessor… /lib/cpp
by admin on Jul.27, 2011, under DirectAdmin
If you encounter this error message, this would imply that you do not have g++ installed:
checking whether we are using the GNU C++ compiler… no
checking whether g++ accepts -g… no
checking dependency style of g++… none
checking how to run the C++ preprocessor… /lib/cpp
*** The make has failed, do you want to try to make again? (y,n):
The gcc-c++ rpm and all it’s dependancies are required to resolve the issue.
Some dependancies inclue:
libstdc++-devel
libstdc++
If you have up2date, simply run:
up2date -u gcc-c++
Incoming search terms:
run CRelated posts:
- /usr/include/krb5.h:2606:24: et/com_err.h: No such file or directory If you receive the error /usr/include/krb5.h:2606:24: et/com_err.h: No such file...
- How to update to php 5 Note: If you want the latest version of php and...
Related posts brought to you by Yet Another Related Posts Plugin.
