Two typos there are in my copy of the BLFS book version 6.2.
Installation of the xterm:
[QUOTE]
Install xterm by running the following commands:
TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \
--enable-luit --with-wide-chars \
--with-app-default=$XORG_PREFIX/share/X11/app-defaults &&
make
[/QUOTE]
1. "--with-app-default" -- correct spelling of this option is '
--with-app-defaults'
2. "$XORG_PREFIX/share/X11/app-defaults" -- I think there is no need
to have two different directories for the app defaults, so the corrent
path should be
$XORG_PREFIX/lib/X11/app-defaults
Fix
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page