[EMAIL PROTECTED] said:
> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory

Your glibc include files are broken. Rather than having their own copy of 
the /usr/include/linux/ directory, they have a symlink into 
/usr/src/linux/include/linux.

The correct fix is to put the kernel header files against which your glibc 
was compiled into the /usr/include/linux/ directory. But it should suffice, 
for now, to fix the symlink which you've broken by moving your kernel 
sources.



--
dwmw2


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to