Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rec0a37e6 r69993f4  
    7777<varlistentry>
    7878<term><parameter>--with-__thread</parameter></term>
    79 <listitem><para>This tells Glibc to include thread support. This is
     79<listitem><para>This option tells Glibc to include thread support. It is
    8080required in order for TLS to be properly compiled.</para></listitem>
    8181</varlistentry>
     
    104104<varlistentry>
    105105<term><parameter>--without-cvs</parameter></term>
    106 <listitem><para>This is meant to prevent the Makefile files from
     106<listitem><para>This prevents the Makefile files from
    107107attempting automatic CVS checkouts when using a CVS snapshot. While
    108108this command is not required, it is recommended because it suppresses
     
    114114<term><parameter>--with-headers=/tools/glibc-kernheaders</parameter></term>
    115115<listitem><para>This tells Glibc to compile itself against the <quote>raw</quote>
    116 kernel headers, so that it knows exactly what features the kernel has, and can
    117 optimize itself accordingly. Not strictly necessary, but nice to use.</para></listitem>
     116kernel headers, so that it knows exactly what features the kernel has and can
     117optimize itself accordingly.</para></listitem>
    118118</varlistentry>
    119119</variablelist>
    120120
    121 <para>During this stage you might see the following warning:</para>
     121<para>During this stage the following warning might appear:</para>
    122122
    123123<blockquote><screen><computeroutput>configure: WARNING:
     
    127127
    128128<para>The missing or incompatible <command>msgfmt</command> program is
    129 generally harmless, but it is believed it can sometimes cause issues when
    130 running the test suite. <command>msgfmt</command> is part of the
    131 Gettext package which your distribution should provide. If you do have
    132 <command>msgfmt</command> but it is deemed incompatible, you have the
    133 option to upgrade your host system's Gettext package, or you can
    134 continue without it and see if the test suite runs without problems
    135 regardless.</para>
     129generally harmless, but it can sometimes cause issues when running the
     130test suite. This <command>msgfmt</command> program is part of the
     131Gettext package which the host distribution should provide. If
     132<command>msgfmt</command> is present but deemed incompatible, upgrade
     133the host system's Gettext package or continue without it and see if
     134the test suite runs without problems regardless.</para>
    136135
    137136<para>Compile the package:</para>
     
    149148importance, please see <xref linkend="ch-system-glibc"/>.</para>
    150149
    151 <para>In this chapter, some tests can be adversely affected by
     150<para>In this chapter, some tests can be adversely effected by
    152151existing tools or environmental issues on the host system. Glibc test
    153 suite failures in this chapter are not typically worrisome. The Glibc
     152suite failures in this chapter are typically not worrisome. The Glibc
    154153installed in <xref linkend="chapter-building-system"/> is the one that
    155 will ultimately end up being used, so that is the one that should pass
     154will ultimately end up being used, so that is the one that needs to pass
    156155most tests (even in <xref linkend="chapter-building-system"/>, some
    157156failures could still occur, for example, with the math tests).</para>
     
    176175<para>Different countries and cultures have varying conventions for
    177176how to communicate. These conventions range from the format for
    178 representing dates and times to more complex ones, such as the
    179 language spoken. The <quote>internationalization</quote> of GNU programs works by
    180 locale.</para>
     177representing dates and times to more complex issues, such as the
     178language spoken. The <quote>internationalization</quote> of GNU
     179programs works by locale.</para>
    181180
    182181<note><para>If the test suites are not being run in this chapter (as
     
    190189<screen><userinput>make localedata/install-locales</userinput></screen>
    191190
    192 <para>To save yourself a lot of time, an alternative to running the
     191<para>To save time, an alternative to running the
    193192previous command (which generates and installs every locale Glibc is
    194193aware of) is to install only those locales that are wanted and needed.
     
    219218
    220219<sect2 role="content"><title/>
    221 <para>The details on this package are found in <xref linkend="contents-glibc"/>.</para>
     220<para>Details on this package are located in <xref linkend="contents-glibc"/>.</para>
    222221</sect2>
    223222
Note: See TracChangeset for help on using the changeset viewer.