This commit is contained in:
gferg 2004-03-19 13:30:20 +00:00
parent 22c43de156
commit 16982568bd
1 changed files with 569 additions and 560 deletions

View File

@ -16,7 +16,7 @@
<pubdate>2004-03-19</pubdate>
<revhistory>
<revision>
<revnumber>1.0</revnumber>
<revnumber>1.01</revnumber>
<date>2004-03-19</date>
<authorinitials>KC</authorinitials>
<revremark>Initial Release, reviewed by LDP</revremark>
@ -36,6 +36,16 @@
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is located at <ulink url="http://www.gnu.org/licenses/fdl.html" />.</para>
</sect1>
<sect1 id="history">
<title>Revision History</title>
<para>
<itemizedlist>
<listitem><para>v1.01: Fixed some missplaced quotation marks</para></listitem>
</itemizedlist>
</para>
</sect1>
<sect1 id="thanks">
<title>Thanks</title>
<para>I especially want to thank Nico Schmoigl for helping me get
@ -43,7 +53,8 @@ my crashed system back up after I ran <command>make install</command> for
glibc while my system was still fully running. This was the main reason I wrote this mini-HOWTO.
</para>
<para>Thanks also go to all the other people who helped me along the way; getting the HOWTO in correct format, finding all the typos, etc.</para>
</sect1></chapter>
</sect1>
</chapter>
<chapter id="introduction">
<title>Introduction</title>
@ -57,7 +68,6 @@ doing things that worked out for me. No liability for the contents of this docum
distribution and how to fix it, please let me know by writing me
an e-mail: <email>linux_at_murphyslantech.de</email>.</para>
<sect1 id="why">
<title>Why?</title>
<para>
@ -174,7 +184,7 @@ If you run into trouble with the compilation of the binutils,
referring to problems with gettext (indicated by errors like:
<quote>undeclared reference to lib_intl</quote> or similar) please install the
newest version, available from <ulink url="ftp.gnu.org/gnu/gettext">ftp.gnu.org/gnu/gettext</ulink>.</para>
<para>If this does not help, try disabling the native-language support by using: <screen>./configure --no-nls"</screen></para>
<para>If this does not help, try disabling the native-language support by using: <screen>./configure --no-nls</screen></para>
<para>You don't need to build a static version of the binutils, though it
would not hurt, but I encountered many systems running with very
old versions and ran into errors almost every time, so I think it
@ -273,7 +283,7 @@ I prefer Bash as my shell; if you use a different one, please be sure you have i
<listitem><para>Unpack the source tree: <screen>tar xzvf bash-2.05b.tar.gz</screen> which
will create a directory called <filename>bash-2.05b</filename> with all the unpacked sources in it.</para></listitem>
<listitem><para>Go to the directory: <screen>cd bash-2.05a</screen></para></listitem>
<listitem><para>Set everything up for building a static version: <screen>"export CFLAGS="-static -O2 -g"</screen></para></listitem>
<listitem><para>Set everything up for building a static version: <screen>export CFLAGS="-static -O2 -g"</screen></para></listitem>
<listitem><para>Configure the makefiles: <screen>./configure</screen> If you would like something special in your Bash, see <screen>./configure --help</screen>
for a list of options.</para></listitem>
<listitem><para>Compile everything: <screen>make</screen></para></listitem>
@ -317,7 +327,7 @@ find glib, you will need to install this library first. You can get the sources
<ulink url="http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/">http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/"</ulink>;
at the time of writing, the newest version was 4.6.0.</para></listitem>
<listitem><para>Unpack the sources: <screen>tar xzvf mc-4.6.0.tar.gz</screen></para></listitem>
<listitem><para>Change to the directory you just created: <screen>cd mc-4.6.0"</screen></para></listitem>
<listitem><para>Change to the directory you just created: <screen>cd mc-4.6.0</screen></para></listitem>
<listitem><para>Set up the configuration-files: <screen>./configure</screen></para></listitem>
<listitem><para>Start compiling: <screen>make</screen></para></listitem>
<listitem><para>Install everything: <screen>make install</screen></para></listitem>
@ -557,4 +567,3 @@ the corresponding one in <filename>/usr/local/lib</filename> fixes this problem.
</sect1>
</chapter>
</book>