|
@@ -13,8 +13,7 @@ cd ../glibc-build</userinput></screen></para>
|
|
|
|
|
|
<para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
|
|
--disable-profile --enable-add-ons \
|
|
|
- --libexecdir=/usr/bin \
|
|
|
- --with-headers=/usr/include</userinput></screen></para>
|
|
|
+ --libexecdir=/usr/bin --with-headers=/usr/include</userinput></screen></para>
|
|
|
|
|
|
<para>The meaning of the configure options are:</para>
|
|
|
|
|
@@ -31,23 +30,6 @@ cause the <filename>pt_chown</filename> program to be installed in the
|
|
|
<filename>/usr/bin</filename> directory.</para></listitem>
|
|
|
</itemizedlist>
|
|
|
|
|
|
-<para>During this stage you will see the following warning:</para>
|
|
|
-
|
|
|
-<blockquote><screen>configure: warning:
|
|
|
-*** These auxiliary programs are missing or too old: msgfmt
|
|
|
-*** some features will be disabled.
|
|
|
-*** Check the INSTALL file for required versions.</screen></blockquote>
|
|
|
-
|
|
|
-<para>The missing <filename>msgfmt</filename> program (from the Gettext
|
|
|
-package, which we'll install later) won't cause any problems. The
|
|
|
-<filename>msgfmt</filename> is used to generate the binary translation
|
|
|
-files that can make your system talk in a different language. Because these
|
|
|
-translation files have already been generated for you, there is no need for
|
|
|
-<filename>msgfmt</filename>. You'd only need the program if you change the
|
|
|
-translation source files (the <filename>*.po</filename> files in the
|
|
|
-<filename class="directory">po</filename> subdirectory), which
|
|
|
-would require you to regenerate the binary files.</para>
|
|
|
-
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
@@ -81,12 +63,5 @@ file in the <filename>glibc-&glibc-version;</filename> tree.</para>
|
|
|
|
|
|
<para><screen><userinput>make -C ../glibc-2.3.2/linuxthreads/man install</userinput></screen></para>
|
|
|
|
|
|
-<para>To finish off the installation we'll reload Bash so it will use the new
|
|
|
-<filename>libnss_*</filename> files. This will also get rid of the
|
|
|
-<emphasis>I have no name!</emphasis> message in the command prompt:</para>
|
|
|
-
|
|
|
-<para><screen><userinput>exec /stage1/bin/bash --login
|
|
|
-set +h</userinput></screen></para>
|
|
|
-
|
|
|
</sect2>
|
|
|
|