>Package: libc5-dev >Version: 5.2.9-2 >The headder file /usr/include/errno.h has this line: >#include<linux/errno.h> >but there is no 'linux' directory. There is a sys/errno.h and a bsd/errno.h. >Which of these files, if any, should /usr/include/errno.h include?
Egads! There should be a symlink, if memory serves, from /usr/include/linux to /usr/src/linux/include/linux. Go ahead and create that symlink with the command ln -s /usr/src/linux/include/linux /usr/include/linux if you've got 'source' installed; I don't know what the procedure is if you've got 'includes' installed. Meanwhile, I'll check up on libc5, et al and see what the problem is. (I'm missing the same link, and I'm *sure* that's recent!) -- http://www.wp.com/joelh --- Joel Ray Holveck --- [EMAIL PROTECTED] Fourth law of computing: Anything that can go wro .signature: segmentation violation -- core dumped