Minor touchups concerning FORTRAN g77

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5956 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-04-27 20:22:45 +00:00
parent fa0e8e65bf
commit fea3ac80f9
2 changed files with 4 additions and 7 deletions

View File

@ -67,7 +67,7 @@
3.4.x</quote></para>
<para>Instructions to install the 3.4.6 version of the Fortran compiler
can be found on the
can be found in <xref linkend='gcc3'/> and on the
<ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">BLFS
Wiki</ulink>.</para>
</note>

View File

@ -159,9 +159,9 @@ chown -v -R root:root \
<application>GCC</application> to build the <application>C</application>
and <application>C++</application> compilers and enable the related
<application>C++</application> options. In addition to c and c++, you can
add f77 for FORTRAN (called <application>g77</application>).
Note that <application>GCC-4</application> no
longer provides a FORTRAN 77 compiler.</para>
add f77 for FORTRAN (called <application>g77</application>). Note that
<application>GCC-4</application> no longer provides a FORTRAN 77
compiler.</para>
<indexterm zone="gcc3 gcc3-lang">
<primary sortas="b-g77">g77</primary>
@ -169,9 +169,6 @@ chown -v -R root:root \
<indexterm zone="gcc3 gcc3-lang">
<primary sortas="b-FORTRAN">FORTRAN</primary>
</indexterm>
<indexterm zone="gcc3 gcc3-lang">
<primary sortas="b-ObjectiveC">Objective C</primary>
</indexterm>
<para><command>mv -v /opt/gcc-&gcc3-version;/lib/libstdc++.so.5*
/usr/lib</command>: Moves the <application>C++</application> library to the