From: Martin C. <cos...@wa...> - 2005-08-22 05:25:48
|
Joe Heafner wrote: [] > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details. This shows that it tried several other possibilities for the preprocessor and all failed - /lib/cpp is meant as fallback version if everything else failed. The reason for the failure is in config.log. -- Martin |