Added a caution to the Pth instructions so you won't overwrite the Glibc pthread library and header

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7066 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-08-16 00:36:18 +00:00
parent eab03ca510
commit 98b574439c

View File

@ -66,6 +66,13 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Pth</title> <title>Installation of Pth</title>
<caution>
<para>Don't add the <option>--enable-pthread</option> parameter to the
<command>configure</command> command below else you will overwrite the
pthread library and interface header installed by the
<application>Glibc</application> package in LFS.</para>
</caution>
<para>Install <application>Pth</application> by running the <para>Install <application>Pth</application> by running the
following commands:</para> following commands:</para>