aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-28 14:31:12 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-28 14:31:12 +0000
commita21eb83210ffe4358cc41cf2c881d6d30dccb237 (patch)
tree3ddf2822b59d41aed305028c2e87baac29e981a6 /chapter05
parenta00fc2a74ce168671f541f867ab2e9ae03f70be3 (diff)
Changed gcc-links to /usr/bin/cpp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-exp.xml4
-rw-r--r--chapter05/gcc-inst.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml
index fe1a7d1e1..c158a1faf 100644
--- a/chapter05/gcc-exp.xml
+++ b/chapter05/gcc-exp.xml
@@ -9,13 +9,13 @@ the --enable-languages parameter can be omitted.
</para>
<para>
-<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This
+<userinput>ln -s ../usr/bin/cpp:</userinput> This
creates the $LFS/lib/cpp symlink. Some packages explicitely try to find
cpp in /lib.
</para>
<para>
-<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This
+<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>
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml
index 6a2ff538f..3103036e4 100644
--- a/chapter05/gcc-inst.xml
+++ b/chapter05/gcc-inst.xml
@@ -23,10 +23,10 @@ running the following commands:
<userinput>&nbsp;&nbsp;&nbsp;gxx_include_dir=$LFS/usr/include/g++
install &amp;&amp;</userinput>
<userinput>cd $LFS/lib &amp;&amp;</userinput>
- <userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp
+ <userinput>ln -s ../usr/bin/cpp
&amp;&amp;</userinput>
<userinput>cd $LFS/usr/lib &amp;&amp;</userinput>
- <userinput>ln -s gcc-lib/*/2.95.2.1/cpp
+ <userinput>ln -s ../bin/cpp
&amp;&amp;</userinput>
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
<userinput>ln -s gcc cc</userinput>