diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 20:53:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 20:53:02 +0000 |
commit | 791a9ec3c2a7dae316e6a4ba37baec03ef5ba028 (patch) | |
tree | a062b5a58733840e4141348e79c513b3aa899ca8 /chapter06 | |
parent | a6c7de59fff6506471136f8c3e438f8d1a42fdf1 (diff) |
Explain that libiconv isn't required on an LFS system (fixes bug 1614)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c7e6c9a86..00dffeb87 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -33,6 +33,15 @@ Gawk, GCC, Gettext, Grep, Make, Perl, Sed, and Texinfo</seg></seglistitem> <sect2 role="installation"> <title>Installation of Glibc</title> +<note><para>Some packages outside of LFS suggest installing GNU libiconv in +order to translate data from one encoding to another. The project's home page +(<ulink url="http://www.gnu.org/software/libiconv/"/>) says <quote>This library +provides an <function>iconv()</function> implementation, for use on systems +which don't have one, or whose implementation cannot convert from/to Unicode. +</quote> Glibc provides an <function>iconv()</function> implementation and can +convert from/to Unicode, therefore libiconv is not required on an LFS +system.</para></note> + <para>This package is known to have issues when its default optimization flags (including the <parameter>-march</parameter> and <parameter>-mcpu</parameter> options) are changed. If any environment |