From 3f39abf3beabee4cb50e496632851eb1e33f2695 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 12 Oct 2008 04:04:01 +0000 Subject: Added note about new gcc fixincludes, corrected test output - #2229. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/gcc.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5f808d0bd..f8114203b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-12 + + [dj] - Added note to Chapter 6 GCC abuot the new include-fixed + directory and changed the sample output to match. + [dj] - Added instruction to keep Chapter 5 Glibc from honoring /etc/ld.so.preload. Thanks to Alexander Patrakov for the fix. diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index d991fb4b8..bbf44decb 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -169,8 +169,14 @@ cd ../gcc-build #include <...> search starts here: /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include + /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed /usr/include + As of version 4.3.0, GCC now unconditionally installs the + limits.h file into the private + fixed-includes directory, and that + directory is required to be in place. + -- cgit v1.2.3-54-g00ecf