diff options
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 22ca7b411..b38c62086 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -16,11 +16,11 @@ and C++ compilers and not the other available compilers as they are, on the average, not often used. If those other compilers are needed, the --enable-languages parameter can be omitted.</para> -<para><userinput>ln -s ../usr/bin/cpp:</userinput> This +<para><userinput>ln -sf ../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 +<para><userinput>ln -sf ../bin/cpp:</userinput> This creates the $LFS/usr/lib/cpp symlink as there are packages that expect cpp to be in /usr/lib.</para> |