diff --git a/chapter05/gettext-static-inst.sgml b/chapter05/gettext-static-inst.sgml index b6514af37..598cc0a81 100644 --- a/chapter05/gettext-static-inst.sgml +++ b/chapter05/gettext-static-inst.sgml @@ -7,9 +7,12 @@ Install Gettext by running the following commands:
- ./configure --prefix=$LFS/usr - --disable-nls && -cd src && +./configure --disable-nls && +cd lib && +make && +cd ../intl && +make && +cd ../src && make LDFLAGS=-all-static msgfmt && cp msgfmt $LFS/usr/bin