|
@@ -1,4 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
@@ -41,7 +41,7 @@
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
- <title>Installation of Glibc</title>
|
|
|
+ <title>安装Glibc</title>
|
|
|
|
|
|
<note><para>The Glibc build system is self-contained and will install
|
|
|
perfectly, even though the compiler specs file and linker are still
|
|
@@ -91,7 +91,7 @@ esac</userinput></screen>
|
|
|
<screen><userinput remap="pre">mkdir -v build
|
|
|
cd build</userinput></screen>
|
|
|
|
|
|
- <para>Prepare Glibc for compilation:</para>
|
|
|
+ <para>准备安装 Glibc:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">CC="gcc -isystem $GCC_INCDIR -isystem /usr/include" \
|
|
|
../configure --prefix=/usr \
|
|
@@ -139,7 +139,7 @@ unset GCC_INCDIR</userinput></screen>
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
- <para>Compile the package:</para>
|
|
|
+ <para>编译该软件包:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
|
@@ -208,7 +208,7 @@ unset GCC_INCDIR</userinput></screen>
|
|
|
|
|
|
<screen><userinput remap="install">sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile</userinput></screen>
|
|
|
|
|
|
- <para>Install the package:</para>
|
|
|
+ <para>安装该软件包:</para>
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
@@ -453,12 +453,12 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 id="contents-glibc" role="content">
|
|
|
- <title>Contents of Glibc</title>
|
|
|
+ <title>Glibc 的内容</title>
|
|
|
|
|
|
<segmentedlist>
|
|
|
- <segtitle>Installed programs</segtitle>
|
|
|
- <segtitle>Installed libraries</segtitle>
|
|
|
- <segtitle>Installed directories</segtitle>
|
|
|
+ <segtitle>安装的程序</segtitle>
|
|
|
+ <segtitle>安装的库</segtitle>
|
|
|
+ <segtitle>安装的目录</segtitle>
|
|
|
|
|
|
<seglistitem>
|
|
|
<seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
|
|
@@ -486,7 +486,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen>
|
|
|
</segmentedlist>
|
|
|
|
|
|
<variablelist>
|
|
|
- <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
+ <bridgehead renderas="sect3">简要描述</bridgehead>
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|