PPP, GCC and Tripwire fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1335 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2003-10-06 23:44:46 +00:00
parent c0963a4cba
commit ff42aadfca
3 changed files with 7 additions and 5 deletions

View File

@ -21,8 +21,9 @@ url="&ppp-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title> <sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'> <itemizedlist spacing='compact'>
<listitem><para>Required patch if you plan on using <listitem><para>Required patch if you plan on using <xref linkend="pppoe"/>
demand dialing or kernel mode <xref linkend="pppoe"/>: with demand dialing or kernel mode
<application><acronym>PPPoE</acronym></application>
<ulink url="&patch-root;/ppp-2.4.1-pppoe-5.patch"/></para></listitem> <ulink url="&patch-root;/ppp-2.4.1-pppoe-5.patch"/></para></listitem>
</itemizedlist> </itemizedlist>
</sect3> </sect3>

View File

@ -9,7 +9,8 @@
<sect2><title>Return to Installation of <application><acronym>GCC</acronym></application></title> <sect2><title>Return to Installation of <application><acronym>GCC</acronym></application></title>
<para>Patch the source files with the following command:</para> <para>Patch the source files with the following command:</para>
<screen><userinput><command>patch -Np1 -i ../gcc-3.3.1-no_fixincludes-2.patch</command></userinput></screen> <screen><userinput><command>patch -Np1 -i ../gcc-3.3.1-no_fixincludes-2.patch &amp;&amp;
patch -Np1 -i ../gcc-3.3.1-suppress-libiberty.patch</command></userinput></screen>
<para>Install <application><acronym>GCC</acronym></application> by running the <para>Install <application><acronym>GCC</acronym></application> by running the
following commands:</para> following commands:</para>

View File

@ -1,8 +1,8 @@
<sect2> <sect2>
<title>Command explanations</title> <title>Command explanations</title>
<para><screen><command>export PATH_HOLD=$PATH && <para><screen><command>export PATH_HOLD=$PATH &amp;&amp;
export PATH=/opt/gcc-2.95.3/bin:$PATH &&</command></screen>These export PATH=/opt/gcc-2.95.3/bin:$PATH</command></screen>These
instructions save the current <envar>PATH</envar> and then places instructions save the current <envar>PATH</envar> and then places
<application><acronym>GCC</acronym>-2.95.3</application> at the head of <application><acronym>GCC</acronym>-2.95.3</application> at the head of
the path. This is done because <application>Tripwire</application> will the path. This is done because <application>Tripwire</application> will