diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index e9316ef98..dd804d5bf 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -134,6 +134,11 @@ popd
make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install
echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so
+ Remove an unneeded static library not handled by
+ configure:
+
+rm -v /usr/lib/libncurses++w.a
+
The meaning of the install options: