|
@@ -1,7 +1,7 @@
|
|
|
<sect2>
|
|
|
<title>Installation of Fileutils</title>
|
|
|
|
|
|
-<para>The programs from a statically linked fileutils package may cause
|
|
|
+<para>The programs from a statically linked Fileutils package may cause
|
|
|
segmentation faults on certain systems, if your distribution has
|
|
|
Glibc-2.2.3 or higher installed. It also seems to happen mostly on machines
|
|
|
powered by an AMD CPU, but there is a case or two where an Intel system
|
|
@@ -26,7 +26,7 @@ sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \
|
|
|
-e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \
|
|
|
lib/Makefile.in.backup > lib/Makefile.in</userinput></screen></para>
|
|
|
|
|
|
-<para>Install fileutils by running the following commands:</para>
|
|
|
+<para>Install Fileutils by running the following commands:</para>
|
|
|
|
|
|
<para><screen><userinput>./configure --disable-nls \
|
|
|
--prefix=$LFS/usr --bindir=$LFS/bin &&
|
|
@@ -35,7 +35,7 @@ make install &&
|
|
|
cd $LFS/usr/bin &&
|
|
|
ln -sf ../../bin/install</userinput></screen></para>
|
|
|
|
|
|
-<para>Once you have installed fileutils, you can test whether the
|
|
|
+<para>Once you have installed Fileutils, you can test whether the
|
|
|
segmentation fault problem has been avoided by running
|
|
|
<userinput>$LFS/bin/ls</userinput>. If this works, then you are OK. If
|
|
|
not, then you need to re-do the installation using the sed commands if
|