On Thu, 29 Jan 2004, marco wrote: > checking whether g++ accepts -g... no
Do you have g++? > checking dependency style of g++... none > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check I am guessing that you need to make sure your gcc-c++ package is installed. Or make sure your /lib/cpp is linked to correct cpp version. > See `config.log' for more details. Did you look at config.log (as suggested) to see the actual error? Jeremy C. Reed http://www.reedmedia.net/
