[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fiddled with gcc/libc, now can't find stddef.h



>>>>> "TB" == Tim Bell <bhat@cs.mu.oz.au> 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:Emilio.Lopes@Physik.TU-Muenchen.DE>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: