Ignore:
Timestamp:
05/19/2019 07:05:56 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6b54807
Parents:
4a7709f
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gettext.xml

    r4a7709f r1b3d6df7  
    4444    <title>Installation of Gettext</title>
    4545
    46     <para>For our temporary set of tools, we only need to build and install
     46    <para>For our temporary set of tools, we only need to install
    4747    three programs from Gettext.</para>
    4848
    4949    <para>Prepare Gettext for compilation:</para>
    5050
    51 <screen><userinput remap="configure">cd gettext-tools
    52 EMACS="no" ./configure --prefix=/tools --disable-shared</userinput></screen>
     51<screen><userinput remap="configure">./configure --disable-shared</userinput></screen>
    5352
    5453    <variablelist>
    5554      <title>The meaning of the configure option:</title>
    56 
     55<!--
    5756      <varlistentry>
    5857        <term><parameter>EMACS="no"</parameter></term>
     
    6362        </listitem>
    6463      </varlistentry>
    65 
     64-->
    6665      <varlistentry>
    6766        <term><parameter>--disable-shared</parameter></term>
     
    7675    <para>Compile the package:</para>
    7776
    78 <screen><userinput remap="make">make -C gnulib-lib
    79 make -C intl pluralx.c
    80 make -C src msgfmt
    81 make -C src msgmerge
    82 make -C src xgettext</userinput></screen>
     77<screen><userinput remap="make">make</userinput></screen>
    8378
    84     <para>As only three programs have been compiled, it is not possible to run the
    85     test suite without compiling additional support libraries from the Gettext
    86     package. It is therefore not recommended to attempt to run the test suite at
    87     this stage.</para>
     79    <para>
     80    Due to the limited environment, running the test suite at this stage
     81    is not recommended.</para>
    8882
    8983    <para>Install the <command>msgfmt</command>, <command>msgmerge</command> and
    9084    <command>xgettext</command> programs:</para>
    9185
    92 <screen><userinput remap="install">cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
     86<screen><userinput remap="install">cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    9387
    9488  </sect2>
Note: See TracChangeset for help on using the changeset viewer.