mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Corrected text for gcc chapter 6 cpp symlinks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
917e8427d6
commit
e7e559020f
@ -82,6 +82,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 5th, 2003 [jeremy]: Chapter 6 - GCC:
|
||||
Corrected wording to reflect the removal of the /usr/lib/cpp symlink
|
||||
</listitem></para>
|
||||
|
||||
<listitem><para>September 5th, 2003 [jeremy]: Corrected perl libc patch to -2,
|
||||
changing the old /stage1 structure to /tools</para></listitem>
|
||||
|
||||
|
@ -66,8 +66,8 @@ known ones):</para>
|
||||
<para><screen><userinput>make install</userinput></screen></para>
|
||||
|
||||
<para>Some packages expect the C PreProcessor to be installed in the
|
||||
<filename>/lib</filename> and <filename>/usr/lib</filename> directories.
|
||||
To honor those packages, create two symlinks:</para>
|
||||
<filename>/lib</filename> directory.
|
||||
To honor those packages, create this symlink:</para>
|
||||
|
||||
<para><screen><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user