gcc - fortran compatibility link, typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@805 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2003-04-04 03:02:33 +00:00
parent 1f563cb5c3
commit f1a0956011
3 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,7 @@ cd ../gcc-build &&
make bootstrap &&
make -C gcc gnatlib_and_tools &&
make install-no-fixedincludes &&
ln -sf g77 /usr/bin/f77 &&
export PATH=$PATH_HOLD</userinput></screen></para>
<para>You may remove the gnat installation:</para>

View File

@ -20,7 +20,7 @@ second question.</para>
<para>The gnat compiler can be invoked by executing the gcc binary
installed by the above script. To avoid conflicts with the system
gcc, we will rename the gcc command.</para>
<para><screen><userinput>mv /opt/gnat/bin &amp;&amp;
<para><screen><userinput>cd /opt/gnat/bin &amp;&amp;
mv gcc gnatgcc &amp;&amp;
cd real &amp;&amp;
mv gcc gnatgcc</userinput></screen></para>

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>April 3rd, 2003 [tushar]: programming: Added Fortran-77
compatibility symlink.</para></listitem>
<listitem><para>April 3rd, 2003 [larry]: postlfs: Added tripwire-2.3.1-2
and moved nessus to old while I determine its fate.</para></listitem>