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

Re: libc6-dev missing stuff (glibc2.1)



"Ivan E. Moore II" <rkrusty@tdyc.com> writes:

> I have found that there are a lot of header files missing (or just
> moved to a sub directory) with the new libc6-dev package.  I'm
> finding it hard to compile certain programs (and sometimes
> impossible) since they depend on these...

> bytesex.h

I would guess <endian.h>

> selectbits.h

Probably in "bits/select.h", you should include <sys/select.h>.

> stdio_lim.h (now in /usr/include/bits)

So stdio is sufficient.

> types.h (supposed to be in /usr/include/gnu)

Probably <sys/types.h> will do the trick

> uhh..so far that's it...I'm stupid when it comes to this...is there a
> reson why they are either missing or have been moved?


Steve
dunham@cse.msu.edu


Reply to: