Ignore:
Timestamp:
10/23/2005 10:36:22 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
218232b
Parents:
7d0b6d3
Message:

Redaction changes ported from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r7d0b6d3 r241bb14  
    3232<title>Installation of Glibc</title>
    3333
     34<note><para>Some packages outside of LFS suggest installing GNU libiconv in
     35order to translate data from one encoding to another.  The project's home page
     36(<ulink url="http://www.gnu.org/software/libiconv/"/>) says <quote>This library
     37provides an <function>iconv()</function> implementation, for use on systems
     38which don't have one, or whose implementation cannot convert from/to Unicode.
     39</quote>  Glibc provides an <function>iconv()</function> implementation and can
     40convert from/to Unicode, therefore libiconv is not required on an LFS
     41system.</para></note>
     42
    3443<para>This package is known to have issues when its default
    3544optimization flags (including the <parameter>-march</parameter> and
     
    99108<para>Test the results:</para>
    100109
    101 <screen><userinput>make check</userinput></screen>
     110<screen><userinput>make -k check &gt;glibc-check-log 2&gt;&amp;1
     111grep Error glibc-check-log</userinput></screen>
    102112
    103113<para>The Glibc test suite is highly dependent on certain functions of
Note: See TracChangeset for help on using the changeset viewer.