Ignore:
Timestamp:
09/26/2003 03:06:17 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
78ccf136
Parents:
681ad68
Message:

update gcc intros

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1199 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc/gnat-inst.xml

    r681ad68 r58bd309a  
    11<sect2>
    2 <title>Installation of <application>gnat</application></title>
     2<title>Installation of <application><acronym>GNAT</acronym></application></title>
    33
    4 <para>Install <application>gnat</application> by running the following commands:</para>
     4<para>Install <application><acronym>GNAT</acronym></application> by running the
     5following commands:</para>
    56
    67<screen><userinput><command>./doconfig</command></userinput></screen>
    78
    89<para>The above script will ask you how and where you would like to install
    9 <application>gnat</application>. To avoid conflicts with the system
    10 <command>gcc</command>, the package will be installed
    11 in a separate directory, that can later be removed from the system.</para>
     10<application><acronym>GNAT</acronym></application>. To avoid conflicts with the
     11system <command>gcc</command>, the package will be installed in a separate
     12directory, that can later be removed from the system.</para>
    1213
    1314<para>In response to the questions asked by the
     
    2021<screen><userinput><command>./doinstall</command></userinput></screen>
    2122
    22 <para>The <application>gnat</application> compiler can be invoked by
    23 executing the <command>gcc</command> binary
    24 installed by the above script. <!-- To avoid conflicts with the system
    25 <command>gcc</command>, we will rename the <command>gcc</command>
    26 command.--></para>
    27 <!-- <screen><userinput><command>cd /opt/gnat/bin &amp;&amp;
    28 mv gcc gnatgcc &amp;&amp;
    29 cd real &amp;&amp;
    30 mv gcc gnatgcc</command></userinput></screen> -->
     23<para>The <application><acronym>GNAT</acronym></application> compiler can be
     24invoked by executing the <command>gcc</command> binary installed by the above
     25script.</para>
    3126
    3227</sect2>
Note: See TracChangeset for help on using the changeset viewer.