diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index ab78f36d3..e76d3ee8b 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -15,8 +15,8 @@ who actively work on LFS.
mkdir ../gcc-build &&
cd ../gcc-build &&
../gcc-&gcc-version;/configure --prefix=/usr \
- --with-slibdir=/lib --enable-shared \
- --enable-languages=c,c++ &&
+ --enable-shared
+ --enable-languages=c,c++ &&
make bootstrap &&
make install