"Stan Brown" <[EMAIL PROTECTED]> wrote: >I have installed a new potato system, and choosen the "developer" install. >I have looked in dselect, and confirmed that libc6-dev is marked as >installed. > >Yet when I try to compile things, I am having include file problems. > >For example I am trying to compile the Oracle ProC samples, and they >include stdio,h (which is there in /usr/include). It in turn includes, for >example stddef.h, whch is not in /usr/include. I did find a copy of it in >/usr/include/linux. > >Shouldn't there be a link from there to /usr/include for it?
No, the compiler should automatically find stddef.h in the appropriate place in /usr/lib/gcc-lib. What errors are you getting, exactly? -- Colin Watson [EMAIL PROTECTED]

