From 1b3d6df7767bbf3dd98494e36e0bf8ff75e02b5e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 19 May 2019 19:05:56 +0000 Subject: Update to man-pages-5.01. Update to linux-5.1.3. Update to iproute2-5.1.0. Update to gettext-0.20.1. Update to file-5.37. Update to e2fsprogs-1.45.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext.xml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'chapter05/gettext.xml') diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index c88c0f468..ff064cb7e 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -43,17 +43,16 @@ Installation of Gettext - For our temporary set of tools, we only need to build and install + For our temporary set of tools, we only need to install three programs from Gettext. Prepare Gettext for compilation: -cd gettext-tools -EMACS="no" ./configure --prefix=/tools --disable-shared +./configure --disable-shared The meaning of the configure option: - + --disable-shared @@ -75,21 +74,16 @@ EMACS="no" ./configure --prefix=/tools --disable-shared Compile the package: -make -C gnulib-lib -make -C intl pluralx.c -make -C src msgfmt -make -C src msgmerge -make -C src xgettext +make - As only three programs have been compiled, it is not possible to run the - test suite without compiling additional support libraries from the Gettext - package. It is therefore not recommended to attempt to run the test suite at - this stage. + + Due to the limited environment, running the test suite at this stage + is not recommended. Install the msgfmt, msgmerge and xgettext programs: -cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin +cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /tools/bin -- cgit v1.2.3-54-g00ecf