aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml6
1 files changed, 6 insertions, 0 deletions
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</userinput></screen>
<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(//*[@os='i'])"/>