Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
[linux_from_scratch.git] / FAQ-OBSOLETE / kernel-header-copy.xml
blob9a31537f3990f08006a56f62a9af90917f4a4641
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.
8 </para></answer>
9 <answer><para>For the long answer see these:
10 <itemizedlist>
12 <listitem><para>A post by Linus himself:
13 <ulink url="http://www.uwsg.iu.edu/hypermail/linux/kernel/0007.3/0587.html"/>.
14 </para></listitem>
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.)
20 </para></listitem>
22 </itemizedlist>
23 </para></answer>
24 </qandaentry>