From 98b574439c915051fd5ae51dd6d43dbab0ece559 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 16 Aug 2007 00:36:18 +0000 Subject: [PATCH] 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 --- general/genlib/pth.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/general/genlib/pth.xml b/general/genlib/pth.xml index 0bfb397e1b..c0d2d1926e 100644 --- a/general/genlib/pth.xml +++ b/general/genlib/pth.xml @@ -66,6 +66,13 @@ Installation of Pth + + Don't add the parameter to the + configure command below else you will overwrite the + pthread library and interface header installed by the + Glibc package in LFS. + + Install Pth by running the following commands: