Author: randy
Date: 2006-05-18 16:50:04 -0600 (Thu, 18 May 2006)
New Revision: 6110
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/gcc.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
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
Modified: trunk/BOOK/general/prog/gcc.xml
===================================================================
--- trunk/BOOK/general/prog/gcc.xml 2006-05-18 19:15:15 UTC (rev 6109)
+++ trunk/BOOK/general/prog/gcc.xml 2006-05-18 22:50:04 UTC (rev 6110)
@@ -133,10 +133,12 @@
</listitem>
</itemizedlist>
+ <!--
<bridgehead renderas="sect3">GNAT Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="tcsh"/></para>
+ -->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gcc"/></para>
@@ -146,9 +148,12 @@
<sect2 role="installation">
<title>Installation of GNAT</title>
- <para>Install <application>GNAT</application> by running
- the following commands:</para>
+ <para>Install <application>GNAT</application> by running the following
+ command as the <systemitem class="username">root</systemitem> user:</para>
+<screen role="root"><userinput>make ins-all
prefix=/opt/gnat</userinput></screen>
+
+<!--
<screen><userinput>./doconfig</userinput></screen>
<para>The above script will ask you how and where you would like to install
@@ -165,10 +170,10 @@
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>./doinstall</userinput></screen>
-
+-->
<para>The <application>GNAT</application> compiler can be
invoked by executing the <command>gcc</command> binary installed
- by the above script.</para>
+ in <filename class='directory'>/opt/gnat/bin</filename>.</para>
<para>You may now remove the <application>GNAT</application>
source directory:</para>
@@ -337,14 +342,9 @@
<seg>libffi.{so,a}, libgcj.{so,a}, libgfortran.{so,a},
libgfortranbegin.a, libgij.{so,a}, libobjc.{so,a} and numerous other
run-time libraries and executables in /usr/lib/gcc</seg>
- <seg>/usr/include/c++/4.0.1/gcj,
- /usr/include/c++/4.0.1/gnu,
- /usr/include/c++/4.0.1/java,
- /usr/include/c++/4.0.1/javax,
- /usr/include/c++/4.0.1/org,
- /usr/lib/gcc/i686-pc-linux-gnu/4.0.1/adainclude,
- /usr/lib/gcc/i686-pc-linux-gnu/4.0.1/adalib,
- /usr/lib/gcj-4.0.1,
+ <seg>/usr/include/c++/&gcc-version;/{gcj,gnu,java,javax,org},
+ /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/ada{include,lib},
+ /usr/lib/gcj-&gcc-version;,
/usr/lib/security
and /usr/share/java</seg>
</seglistitem>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-05-18 19:15:15 UTC (rev 6109)
+++ trunk/BOOK/general.ent 2006-05-18 22:50:04 UTC (rev 6110)
@@ -1,4 +1,4 @@
-<!ENTITY day "18"> <!-- Always 2 digits -->
+<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-18 19:15:15 UTC
(rev 6109)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-18 22:50:04 UTC
(rev 6110)
@@ -42,6 +42,17 @@
-->
<listitem>
+ <para>May 19th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - 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.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 18th, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page