From 017a4f4aa2faef975f7dcc847b8914e86a4c4927 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 10 Mar 2001 04:27:56 +0000 Subject: Simplified symbolic link creation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-exp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/gcc-exp.xml') diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 0bed24ed1..f78113466 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -9,13 +9,13 @@ use the --enable-languages parameter. -ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp: This +ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp: This creates the $LFS/lib/cpp symlink. Some packages explicitely try to find cpp in /lib. -ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp: This +ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp: This creates the $LFS/usr/lib/cpp symlink as there are packages that expect cpp to be in /usr/lib. -- cgit v1.2.3-54-g00ecf