| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 | 
							- <?xml version="1.0" encoding="ISO-8859-1"?>
 
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
-   <!ENTITY % general-entities SYSTEM "../general.ent">
 
-   %general-entities;
 
- ]>
 
- <sect1 id="ch-tools-glibc" role="wrap">
 
- <title>Glibc-&glibc-version;</title>
 
- <?dbhtml filename="glibc.html"?>
 
- <indexterm zone="ch-tools-glibc">
 
- <primary sortas="a-Glibc">Glibc</primary>
 
- <secondary>tools</secondary></indexterm>
 
- <sect2 role="package"><title/>
 
- <segmentedlist>
 
- <segtitle>&buildtime;</segtitle>
 
- <segtitle>&diskspace;</segtitle>
 
- <seglistitem><seg>11.8 SBU</seg><seg>800 MB</seg></seglistitem>
 
- </segmentedlist>
 
- </sect2>
 
- <sect2 role="installation">
 
- <title>Installation of Glibc</title>
 
- <screen><userinput>mkdir ../glibc-build
 
- cd ../glibc-build</userinput></screen>
 
- <para>Next, prepare Glibc for compilation:</para>
 
- <screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
 
-     --disable-profile --enable-add-ons \
 
-     --enable-kernel=2.6.0 --with-binutils=/tools/bin \
 
-     --without-gd --without-cvs --with-headers=/tools/include</userinput></screen>
 
- <para>Compile the package:</para>
 
- <screen><userinput>make</userinput></screen>
 
- <screen><userinput>make check</userinput></screen>
 
- <para>For a discussion of test failures that are of particular
 
- importance, please see <xref linkend="ch-system-glibc"/>.</para>
 
- <screen><userinput>mkdir /tools/etc
 
- touch /tools/etc/ld.so.conf</userinput></screen>
 
- <para>Now install the package:</para>
 
- <screen><userinput>make install</userinput></screen>
 
- <para>To install the Glibc locales, use the following
 
- command:</para>
 
- <screen><userinput>make localedata/install-locales</userinput></screen>
 
- <para>An alternative to running the previous command is to install only those
 
- locales which you need or want. The following instructions, instead of the 
 
- install-locales target above, will install the minimum set of locales necessary 
 
- for the tests to run successfully:</para>
 
- <screen><userinput>mkdir -p /tools/lib/locale
 
- localedef -i de_DE -f ISO-8859-1 de_DE
 
- localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
 
- localedef -i en_HK -f ISO-8859-1 en_HK
 
- localedef -i en_PH -f ISO-8859-1 en_PH
 
- localedef -i en_US -f ISO-8859-1 en_US
 
- localedef -i es_MX -f ISO-8859-1 es_MX
 
- localedef -i fa_IR -f UTF-8 fa_IR
 
- localedef -i fr_FR -f ISO-8859-1 fr_FR
 
- localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
 
- localedef -i it_IT -f ISO-8859-1 it_IT
 
- localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
 
- </sect2>
 
- </sect1>
 
 
  |