Results 1 to 4 of 4
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
That is what I get with the ./configure for Xchat and KVirc both. Am ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-05-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 10
./configure failure
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
That is what I get with the ./configure for Xchat and KVirc both. Am useing Mandrake 10.1 I have checked to see if cpp is in the /lib directory and there in a link to another folder that links to another folder that has cpp in it. Any ideas on how to resolve this?
- 01-05-2005 #2
why don't you remove the intermediate link from /lib/cpp to /link/number/one to /real/cpp/location and just do:
also check your configure.log for further detailsCode:rm /lib/cpp ln -s /real/cpp/location /lib/cpp
-lakerdonald
- 01-05-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 10
That wasn't it unfortunatly. What should I look for in the log? Its been a long long long time since I used linux last. Pretty much at newb status ^_^
- 01-05-2005 #4Just Joined!
- Join Date
- Jan 2005
- Posts
- 10
I didn't resolve my problem but I did find a site that had a few rpm's I could use for what I wanted at that particular moment. I would still like to know what was going wrong on my attempt to configure... Didn't even get to the compile, heh.


Reply With Quote
