Re: [klibc] klibc and what's the next step?

From: H. Peter Anvin
Date: Tue Jul 11 2006 - 14:01:38 EST


Olaf Hering wrote:

There is always some sort of prereq when new features get added.
Documentation/Changes has a long list. Some setup need more updates,
some need fewer updates. No idea what your experience is.
Old klibc was trivial to build (modulo that kernel header mess), and I
expect that kinit handles old kernels.


One more thing on this subject... "modulo that kernel header mess" is just as much a reflection of the fact that the Linux ABI really isn't particularly stable. glibc contains a huge amount of code to deal with different kernel versions. klibc will not be doing this; in general old klibcs should continue to work (but may not compile against a newer kernel), but a newer klibc may not work on an older kernel.

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