On Mon, 2003-12-08 at 12:22, Baker, Brendon wrote: > I'm getting the following error when trying to compile partimage on fedora: > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > > I assume this has something to do with a missing C++ compiler? What do I > need to install that will fix this? > Check that you have the cpp, gcc, gcc-c++, and libstdc++ packages installed. cpp resides in /usr/bin/ and not in /lib so maybe it's just looking for it in the wrong place. Try setting the CPP environment variable to /usr/bin -- Tarjei