diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 3db1fd945..1c03d0348 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -161,13 +161,14 @@ cd ../gcc-build</userinput></screen> href="readjusting.xml" xpointer="xpointer(//*[@os='g'])"/> -<screen><userinput>grep -B2 '^ /usr/include' dummy.log</userinput></screen> +<screen><userinput>grep -B3 '^ /usr/include' dummy.log</userinput></screen> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml" xpointer="xpointer(//*[@os='h'])"/> <screen><computeroutput>#include <...> search starts here: + /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include /usr/include</computeroutput></screen> |