Ignore:
Timestamp:
05/30/2005 04:35:31 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
daa06e4
Parents:
fc7afd0c
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    rfc7afd0c r0619e6d  
    9393      <para>If you plan to compile Ada, you will need to install
    9494      <application>GNAT</application> temporarily to satisfy the circular
    95       dependency when you recompile <application>GCC</application> 
     95      dependency when you recompile <application>GCC</application>
    9696      to include Ada.</para>
    9797    </note>
     
    136136    directory, that can later be removed from the system.</para>
    137137
    138     <para>In response to the questions asked by the <command>doconfig</command> 
     138    <para>In response to the questions asked by the <command>doconfig</command>
    139139    script, enter <userinput>3</userinput> in response to the first question
    140140    and <userinput>/opt/gnat</userinput> in response to the second question.</para>
     
    149149    by the above script.</para>
    150150
    151     <para>You may now remove the <application>GNAT</application> 
     151    <para>You may now remove the <application>GNAT</application>
    152152    source directory:</para>
    153153
     
    174174      <application>GCC</application> compiler and libraries. It
    175175      is highly recommended that you have the <application>Tcl</application>,
    176       <application>Expect</application> and <application>DejaGnu</application> 
    177       packages installed, as well as unpacking the <application>GCC</application> 
     176      <application>Expect</application> and <application>DejaGnu</application>
     177      packages installed, as well as unpacking the <application>GCC</application>
    178178      testsuite tarball before beginning the build.</para>
    179179
     
    196196      from the <application>JDK</application> as the defaults, ensure
    197197      <filename class='directory'>$JAVA_HOME/bin</filename> is listed before
    198       <filename class='directory'>/usr/bin</filename> in your <envar>PATH</envar> 
     198      <filename class='directory'>/usr/bin</filename> in your <envar>PATH</envar>
    199199      variable after the <application>GCC</application> installation is complete.</para>
    200200    </note>
     
    295295    <para><command>ln -sf gcc /usr/bin/cc; ln -sf g77 /usr/bin/f77</command>:
    296296    These links are created as some packages refer to the C and Fortran compilers
    297     using an alternate name.</para> 
     297    using an alternate name.</para>
    298298
    299299    <para><command>chown -R root:root /usr/lib/gcc/i686-pc-linux-gnu/...</command>:
     
    385385        <term><command>gcjh</command></term>
    386386        <listitem>
    387           <para>generates header files from <application>Java</application> 
     387          <para>generates header files from <application>Java</application>
    388388          class files.</para>
    389389          <indexterm zone="gcc gcjh">
     
    396396        <term><command>gij</command></term>
    397397        <listitem>
    398           <para>is the GNU interpreter for <application>Java</application> 
     398          <para>is the GNU interpreter for <application>Java</application>
    399399          bytecode.</para>
    400400          <indexterm zone="gcc gij">
     
    586586        <term><command>jcf-dump</command></term>
    587587        <listitem>
    588           <para>prints information about <application>Java</application> 
     588          <para>prints information about <application>Java</application>
    589589          class files.</para>
    590590          <indexterm zone="gcc jcf-dump">
     
    607607        <term><command>jv-scan</command></term>
    608608        <listitem>
    609           <para>prints information about <application>Java</application> 
     609          <para>prints information about <application>Java</application>
    610610          source files.</para>
    611611          <indexterm zone="gcc jv-scan">
Note: See TracChangeset for help on using the changeset viewer.