mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
1f563cb5c3
commit
f1a0956011
@ -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>
|
||||
|
@ -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 &&
|
||||
<para><screen><userinput>cd /opt/gnat/bin &&
|
||||
mv gcc gnatgcc &&
|
||||
cd real &&
|
||||
mv gcc gnatgcc</userinput></screen></para>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user