diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 568b34c9f..bafb23451 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -39,11 +39,11 @@ Installation of Bison - + Prepare Bison for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version; diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index d2980f76a..32a86a251 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -43,14 +43,16 @@ Finally, thre were several static libraries that were not supressed earlier in the chapter in order to satisfy the regression tests in several packages. These - libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib. If desired, + libraries are from binutils, bzip2, e2fsprogs, libtool, and zlib. If desired, remove them now: rm /usr/lib/lib{bfd,opcodes}.a rm /usr/lib/libbz2.a rm /usr/lib/lib{com_err,e2p,ext2fs,ss}.a -rm /usr/lib/lib{fl,fl_pic}.a -rm /usr/lib/libltdl.a +rm /usr/lib/libltdl.a rm /usr/lib/libz.a + +