Re: kbuild 2.5 is ready for inclusion in the 2.5 kernel

Alexander Viro (viro@math.psu.edu)
Thu, 2 May 2002 17:42:56 -0400 (EDT)


On Thu, 2 May 2002, tomas szepe wrote:

> '/usr/include/asm' points to '/usr/src/linux/include/asm', which doesn't
> exist at this moment. It seems to me that kbuild 2.5 makes the assumption
> that the 'asm' symlink in /usr/include already determines the machine
> architecture type by pointing to a concrete asm-$arch
> in /usr/src/linux/include.

Sigh... Configurations with /usr/include/{linux,asm} being symlinks
are BROKEN. Please, look through the archives - it had been discussed
a lot of times. Userland has no business using kernel headers directly
and that's precisely what had bitten you - setup where /usr/include/asm
comes not from libc but from the (currently being built) kernel.

-
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/