diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-24 15:56:17 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-24 15:56:17 +0000 |
commit | 8df837334239030f518b34a6776a992102130653 (patch) | |
tree | d6163d0db38a23dfd1748837e0ea758a12affb8a | |
parent | c755a6572f063c38b8ccc4182626c3e1d961ff5c (diff) |
Removed symlink creating explanations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc-exp.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml index e4e3377a7..bbd3b89d5 100644 --- a/chapter06/gcc-exp.xml +++ b/chapter06/gcc-exp.xml @@ -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> |