>>>>> "TB" == Tim Bell <[EMAIL PROTECTED]> writes:

>> The problem is that you have a version of cpp that's incompatible
>> with gcc. They have to have the *same* version number.

TB> I don't think that's the problem. (I've been trying gcc/cpp
TB> 2.7.2.1-8 and gcc/cpp 2.7.2.2-5.)

Exactly: cpp 2.7.2.*2* looks for the headers in
   
        /usr/lib/gcc-lib/i486-linux/2.7.2.2/include
                                          ~

But gcc 2.7.2.*1* puts the headers in

        /usr/lib/gcc-lib/i486-linux/2.7.2.1/include
                                          ~

You can see by yourself compiling a problematic file with "gcc -v".


-- 
 Emilio C. Lopes <mailto:[EMAIL PROTECTED]>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to