From e19ab3bcced8969b1a146ace6817aa940d173ca9 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 17 Aug 2001 13:58:10 +0000 Subject: threaded explanation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@991 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-exp.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml index 9558b19e8..9af12229c 100644 --- a/chapter06/gcc-exp.xml +++ b/chapter06/gcc-exp.xml @@ -11,8 +11,9 @@ and C++ compilers and not the other available compilers as they are, on the average, not often used. If those other compilers are needed, the --enable-languages parameter can be omitted. ---enable-threads: This makes gcc thread -enabled. +--enable-threads: C++ exception handling for +multithreaded code will not work if gcc is compiled without +--enable-threads. ln -s ../usr/bin/cpp: This creates the $LFS/lib/cpp symlink. Some packages explicitly try to find -- cgit v1.2.3-54-g00ecf