* Merged newxml into HEAD
[linux_from_scratch.git] / FAQ-OBSOLETE / no-linuxthreads.xml
blob4b10439bda40e74aa76bee9ff935d87ec6069808
1 <qandaentry id="no-linuxthreads">
2 <question><para>Glibc fails with ". . . . it is normal to compile GNU libc
3 with the `linuxthreads' add-on. . . ."</para></question>
4 <answer><para>The exact error looks like this:
5 <screen>*** On GNU/Linux systems it is normal to compile GNU libc with the
6 *** `linuxthreads' add-on.  Without that, the library will be
7 *** incompatible with normal GNU/Linux systems.
8 *** If you really mean to not use this add-on, run configure again
9 *** using the extra parameter `--disable-sanity-checks'.
10 </screen></para>
11 <para>You have not unpacked glibc-linuxthreads-X.X.X.tar.bz2
12 <emphasis>in the glibc-X.X.X directory.</emphasis>
13 Unpack it there and you'll be all set.
14 </para></answer>
15 </qandaentry>