The kernel and the C library as a single project
Posted Dec 1, 2010 2:56 UTC (Wed) by
vonbrand (subscriber, #4458)
In reply to:
The kernel and the C library as a single project by cyd
Parent article:
The kernel and the C library as a single project
I remember libc5 as an a.out library (and rather non-portable, it was intimately tied to the Linux kernel; the GNU libc just didn't work on Linux, as it was meant to be built on Solaris and such), the move to libc6 was due mostly to migrating to ELF (and meant large scale changes to glibc to make it work with Linux). Yes, the switchover was a veritable mess.
(
Log in to post comments)