1 <qandaentry id="kernel-header-copy">
2 <question><para>Why copy the kernel headers
3 instead of linking them?</para></question>
4 <answer><para>In short, we copy the kernel headers
5 instead of linking them because
6 the kernel headers should match the currently running libc,
7 not the currently running kernel.
9 <answer><para>For the long answer see these:
12 <listitem><para>A post by Linus himself:
13 <ulink url="http://www.uwsg.iu.edu/hypermail/linux/kernel/0007.3/0587.html"/>.
16 <listitem><para>Kernel Traffic #80, 4. Symlinks In The Kernel;
17 Kernel/Library/etc Interface Dispute:
18 <ulink url="http://kt.zork.net/kernel-traffic/kt20000814_80.txt"/>
19 (This covers the thread in which the above post occurred.)