Re: Can't compilete 2.4.2 kernel

David Woodhouse (dwmw2@infradead.org)
Wed, 28 Feb 2001 14:01:26 +0000


daveanderson@eudoramail.com 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/