Changeset 3a3f7b8


Ignore:
Timestamp:
05/18/2006 10:50:04 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1ed12e2d
Parents:
7ea6667
Message:

Changed the GNAT installation in the GCC instructions to use the existing Makefile, which eliminates the need to install Tcsh, thanks to Jim Gifford for the tip

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7ea6667 r3a3f7b8  
    1 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     1<!ENTITY day          "19">                   <!-- Always 2 digits -->
    22<!ENTITY month        "05">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • general/prog/gcc.xml

    r7ea6667 r3a3f7b8  
    134134    </itemizedlist>
    135135
     136    <!--
    136137    <bridgehead renderas="sect3">GNAT Dependencies</bridgehead>
    137138
    138139    <bridgehead renderas="sect4">Required</bridgehead>
    139140    <para role="required"><xref linkend="tcsh"/></para>
     141    -->
    140142
    141143    <para condition="html" role="usernotes">User Notes:
     
    147149    <title>Installation of GNAT</title>
    148150
    149     <para>Install <application>GNAT</application> by running
    150     the following commands:</para>
    151 
     151    <para>Install <application>GNAT</application> by running the following
     152    command as the <systemitem class="username">root</systemitem> user:</para>
     153
     154<screen role="root"><userinput>make ins-all prefix=/opt/gnat</userinput></screen>
     155
     156<!--
    152157<screen><userinput>./doconfig</userinput></screen>
    153158
     
    166171
    167172<screen role="root"><userinput>./doinstall</userinput></screen>
    168 
     173-->
    169174    <para>The <application>GNAT</application> compiler can be
    170175    invoked by executing the <command>gcc</command> binary installed
    171     by the above script.</para>
     176    in <filename class='directory'>/opt/gnat/bin</filename>.</para>
    172177
    173178    <para>You may now remove the <application>GNAT</application>
     
    338343        libgfortranbegin.a, libgij.{so,a}, libobjc.{so,a} and numerous other
    339344        run-time libraries and executables in /usr/lib/gcc</seg>
    340         <seg>/usr/include/c++/4.0.1/gcj,
    341              /usr/include/c++/4.0.1/gnu,
    342              /usr/include/c++/4.0.1/java,
    343              /usr/include/c++/4.0.1/javax,
    344              /usr/include/c++/4.0.1/org,
    345              /usr/lib/gcc/i686-pc-linux-gnu/4.0.1/adainclude,
    346              /usr/lib/gcc/i686-pc-linux-gnu/4.0.1/adalib,
    347              /usr/lib/gcj-4.0.1,
     345        <seg>/usr/include/c++/&gcc-version;/{gcj,gnu,java,javax,org},
     346             /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/ada{include,lib},
     347             /usr/lib/gcj-&gcc-version;,
    348348             /usr/lib/security
    349349             and /usr/share/java</seg>
  • introduction/welcome/changelog.xml

    r7ea6667 r3a3f7b8  
    4343
    4444    <listitem>
     45      <para>May 19th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Changed the GNAT installation in the GCC instructions
     49          to use the existing Makefile, which eliminates the need to install
     50          Tcsh, thanks to Jim Gifford for the tip.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>May 18th, 2006</para>
    4657      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.