Author: dj
Date: 2008-10-11 22:04:01 -0600 (Sat, 11 Oct 2008)
New Revision: 8646

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/gcc.xml
Log:
Added note about new gcc fixincludes, corrected test output - #2229.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-12 03:55:20 UTC (rev 8645)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-12 04:04:01 UTC (rev 8646)
@@ -41,6 +41,10 @@
       <para>2008-10-12</para>
       <itemizedlist>
         <listitem>
+          <para>[dj] - Added note to Chapter 6 GCC abuot the new include-fixed
+          directory and changed the sample output to match.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Added instruction to keep Chapter 5 Glibc from honoring
           /etc/ld.so.preload.  Thanks to Alexander Patrakov for the fix.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/gcc.xml
===================================================================
--- trunk/BOOK/chapter06/gcc.xml        2008-10-12 03:55:20 UTC (rev 8645)
+++ trunk/BOOK/chapter06/gcc.xml        2008-10-12 04:04:01 UTC (rev 8646)
@@ -169,8 +169,14 @@
 <screen><computeroutput>#include &lt;...&gt; 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</computeroutput></screen>
 
+    <note><para>As of version 4.3.0, GCC now unconditionally installs the
+    <filename>limits.h</filename> file into the private
+    <filename class="directory">fixed-includes</filename> directory, and that
+    directory is required to be in place.</para></note>
+
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="readjusting.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to