Removed symlink creating explanations

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-08-24 15:56:17 +00:00
parent c755a6572f
commit 8df8373342

View File

@ -15,13 +15,5 @@ the --enable-languages parameter can be omitted.</para>
multithreaded code will not work if gcc is compiled without
--enable-threads.</para>
<para><userinput>ln -s ../usr/bin/cpp:</userinput> This
creates the $LFS/lib/cpp symlink. Some packages explicitly try to find
cpp in /lib.</para>
<para><userinput>ln -s ../bin/cpp:</userinput> This
creates the $LFS/usr/lib/cpp symlink as there are packages that expect
cpp to be in /usr/lib.</para>
</sect2>