diff options
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> |