From e7e559020fbfcd06854e79e664a6bc7632a373b6 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sat, 6 Sep 2003 00:53:10 +0000 Subject: Corrected text for gcc chapter 6 cpp symlinks git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/gcc-inst.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ef16aa6cb..e8eb824c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,10 @@ +September 5th, 2003 [jeremy]: Chapter 6 - GCC: +Corrected wording to reflect the removal of the /usr/lib/cpp symlink + + September 5th, 2003 [jeremy]: Corrected perl libc patch to -2, changing the old /stage1 structure to /tools diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index e0602ccc5..5895d3b33 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -66,8 +66,8 @@ known ones): make install Some packages expect the C PreProcessor to be installed in the -/lib and /usr/lib directories. -To honor those packages, create two symlinks: +/lib directory. +To honor those packages, create this symlink: ln -s ../usr/bin/cpp /lib -- cgit v1.2.3-54-g00ecf