δΊ 2010/6/29 23:07, [email protected] ει: > Author: bdubbs > Date: 2010-06-29 09:07:37 -0600 (Tue, 29 Jun 2010) > New Revision: 9327 > > Modified: > trunk/BOOK/chapter06/gcc.xml > Log: > Fix gcc text concerning include paths > > Modified: trunk/BOOK/chapter06/gcc.xml > =================================================================== > --- trunk/BOOK/chapter06/gcc.xml 2010-06-27 18:21:27 UTC (rev 9326) > +++ trunk/BOOK/chapter06/gcc.xml 2010-06-29 15:07:37 UTC (rev 9327) > @@ -183,7 +183,7 @@ > > <screen><computeroutput>#include<...> search starts here: > /usr/local/include > - /usr/lib/gcc/x86_64-unknown-linux-gnu/&gcc-version;/include > + /usr/lib/gcc/x686-pc-linux-gnu/&gcc-version;/include > /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed > /usr/include</computeroutput></screen> > > A typo:x686 , should be i686 :-)
-- I'm very poor. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
