%-> I have a program that fails to compile. It reports:
%->
%-> /usr/include/bits/errno.h:25: linux/errno.h: No such file or
%-> directory
%->
%-> If course, it's right. Was the headers rpm file supposed to create a
%-> symlink somewhere, but didn't?
I had the same problem when I attempted to roll a new 2.2.16 kernel.
Fix:
ln -s /usr/include/asm /usr/src/linux/include/asm
and:
ln -s /usr/include/linux /usr/src/linux/include/linux
-- Juha
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.