Author: bdubbs
Date: 2006-04-27 14:22:45 -0600 (Thu, 27 Apr 2006)
New Revision: 5956

Modified:
   trunk/BOOK/general/prog/gcc.xml
   trunk/BOOK/general/prog/gcc3.xml
Log:
Minor touchups concerning FORTRAN g77

Modified: trunk/BOOK/general/prog/gcc.xml
===================================================================
--- trunk/BOOK/general/prog/gcc.xml     2006-04-27 19:49:19 UTC (rev 5955)
+++ trunk/BOOK/general/prog/gcc.xml     2006-04-27 20:22:45 UTC (rev 5956)
@@ -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>

Modified: trunk/BOOK/general/prog/gcc3.xml
===================================================================
--- trunk/BOOK/general/prog/gcc3.xml    2006-04-27 19:49:19 UTC (rev 5955)
+++ trunk/BOOK/general/prog/gcc3.xml    2006-04-27 20:22:45 UTC (rev 5956)
@@ -159,9 +159,9 @@
     <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 @@
     <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

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to