/lib/cpp hosed?

Steve Bergman steve at rueb.com
Mon Oct 4 23:10:40 UTC 2004


Jeff Epler wrote:

>Did you paste the proper part of the configure output?
>
>That attached program is not a valid C++ file (because 'exit' has no
>prototype), but you're compiling it with g++.  This doesn't look like a
>test for /lib/cpp at all.
>  
>
Hmm.  Maybe not.  The actual problem seems to be that it can't find cc1plus.

/usr/libexec/gcc/i386-redhat-linux/3.4.1/cc1plus

exists, but not

 /usr/libexec/gcc/i386-redhat-linux/3.4.2/cc1plus

If I

# rpm -e cpp;yum install cpp

The whole 3.4.1 and 3.4.2 directories go away.

-Steve




More information about the test mailing list