diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 17:06:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 17:06:14 +0000 |
commit | 2b138d6d321065ea4a3af0fa863b4688d02d7e5e (patch) | |
tree | 061bbd64c5c04377ebc32cc8bcb5ea1686c844b8 /chapter05/fileutils-inst.xml | |
parent | 873ec177165d1a9d97a917d532902b55567a18e5 (diff) |
Rewrote diffutils + fileutils installation pages, added previously not 'cvs add'ed files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index a37c01261..7e6275aeb 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Fileutils</title> @@ -17,7 +19,7 @@ your distribution has altered Glibc-2.2.3 somehow, but details are unavailable at this time.</para> <para>To fix this package to compile properly on AMD/Glibc-2.2.3 -machines, run the following command. Do <emphasis>not</emphasis> +machines, run the following command. Do <emphasis>NOT</emphasis> attempt this fix if you don't have Glibc-2.2.3 installed. It will more than likely result in all kinds of compile time problems.</para> @@ -26,16 +28,15 @@ than likely result in all kinds of compile time problems.</para> <para>Install Fileutils by running the following commands:</para> <para><screen><userinput>LDFLAGS="-static" \ - ./configure --disable-nls --prefix=$LFS/static && -make && + ./configure --disable-nls --prefix=$LFS/static +make make install</userinput></screen></para> <para>Once you have installed Fileutils, you can test whether the segmentation fault problem has been avoided by running <userinput>$LFS/static/bin/ls</userinput>. If this works, then you are OK. If -not, then you need to re-do the installation with the patch if -you didn't use it, or without the patch if you did use -it.</para> +not, then you need to re-do the installation with the patch if you didn't +use it, or without the patch if you did use it.</para> </sect2> |