Changeset 8092658


Ignore:
Timestamp:
05/30/2005 09:36:42 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:
dae2ba0b
Parents:
e9116cc
Message:

Removed excess spaces from the ends of lines in the source files

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/expect.xml

    re9116cc r8092658  
    3030    <title>Introduction to Expect</title>
    3131
    32     <para>The <application>Expect</application> package contains tools for 
    33     automating interactive applications such as <command>telnet</command>, 
    34     <command>ftp</command>, <command>passwd</command>, 
    35     <command>fsck</command>, <command>rlogin</command>, 
    36     <command>tip</command>, etc. <application>Expect</application> is 
    37     also useful for testing these same applications as well as easing all sorts of 
     32    <para>The <application>Expect</application> package contains tools for
     33    automating interactive applications such as <command>telnet</command>,
     34    <command>ftp</command>, <command>passwd</command>,
     35    <command>fsck</command>, <command>rlogin</command>,
     36    <command>tip</command>, etc. <application>Expect</application> is
     37    also useful for testing these same applications as well as easing all sorts of
    3838    tasks that are prohibitively difficult with anything else.</para>
    3939
     
    8181    <title>Installation of Expect</title>
    8282
    83     <para>Install <application>Expect</application> by running the following 
     83    <para>Install <application>Expect</application> by running the following
    8484    commands:</para>
    8585
     
    9999    <title>Command Explanations</title>
    100100
    101     <para><parameter>--enable-shared</parameter>: This option enables 
     101    <para><parameter>--enable-shared</parameter>: This option enables
    102102    building the shared library.</para>
    103103
    104     <para><option>--with-tk=/usr/lib</option>: Use this option to link in the 
     104    <para><option>--with-tk=/usr/lib</option>: Use this option to link in the
    105105    <application>Tk</application> library.</para>
    106106
    107     <para><command>ln -sf ../libexpect5.43.a /usr/lib/expect5.43</command>: This 
     107    <para><command>ln -sf ../libexpect5.43.a /usr/lib/expect5.43</command>: This
    108108    command creates a required link to the static library.</para>
    109109
     
    116116      <title>Config Files</title>
    117117
    118       <para><filename>$exp_library/expect.rc</filename> and 
     118      <para><filename>$exp_library/expect.rc</filename> and
    119119      <filename>~/.expect.rc</filename></para>
    120120
     
    132132      <title>Configuration Information</title>
    133133
    134       <para>Reference the <command>expect</command> man page for information about 
    135       utilizing the <filename>expect.rc</filename> configuration files. Additionally, 
    136       many of the tools contained in the <application>Expect</application> package 
    137       will use their own configuration files. Reference the respective man page, or 
     134      <para>Reference the <command>expect</command> man page for information about
     135      utilizing the <filename>expect.rc</filename> configuration files. Additionally,
     136      many of the tools contained in the <application>Expect</application> package
     137      will use their own configuration files. Reference the respective man page, or
    138138      examine the script directly for configuration file information.</para>
    139139
     
    151151
    152152      <seglistitem>
    153         <seg>autoexpect, autopasswd, cryptdir, decryptdir, dislocate, expect, ftp-rfc, 
    154         kibitz, lpunlock, mkpasswd, passmass, rftp, rlogin-cwd, timed-read, timed-run, 
    155         unbuffer, weather, and optionally (if <application>Expect</application> was 
    156         linked against <application>Tk</application>), expectk, multixterm, 
     153        <seg>autoexpect, autopasswd, cryptdir, decryptdir, dislocate, expect, ftp-rfc,
     154        kibitz, lpunlock, mkpasswd, passmass, rftp, rlogin-cwd, timed-read, timed-run,
     155        unbuffer, weather, and optionally (if <application>Expect</application> was
     156        linked against <application>Tk</application>), expectk, multixterm,
    157157        tknewsbiff, tkpasswd, xkibitz, and xpstat</seg>
    158158        <seg>libexpect5.43.[so,a]</seg>
     
    169169        <term><command>autoexpect</command></term>
    170170        <listitem>
    171           <para>generates an <application>Expect</application> script from 
     171          <para>generates an <application>Expect</application> script from
    172172          watching a session.</para>
    173173          <indexterm zone="expect autoexpect">
     
    180180        <term><command>autopasswd</command></term>
    181181        <listitem>
    182           <para>is a wrapper to make <command>passwd</command>(1) be 
     182          <para>is a wrapper to make <command>passwd</command>(1) be
    183183          non-interactive.</para>
    184184          <indexterm zone="expect autopasswd">
     
    211211        <term><command>dislocate</command></term>
    212212        <listitem>
    213           <para>allows processes to be disconnected and reconnected to a 
     213          <para>allows processes to be disconnected and reconnected to a
    214214          terminal.</para>
    215215          <indexterm zone="expect dislocate">
     
    222222        <term><command>expect</command></term>
    223223        <listitem>
    224           <para>is a program that <quote>talks</quote> to other interactive 
     224          <para>is a program that <quote>talks</quote> to other interactive
    225225          programs according to a script.</para>
    226226          <indexterm zone="expect expect-prog">
     
    243243        <term><command>kibitz</command></term>
    244244        <listitem>
    245           <para>allows two (or more) people to interact with one shell 
     245          <para>allows two (or more) people to interact with one shell
    246246          (or any arbitrary program).</para>
    247247          <indexterm zone="expect kibitz">
     
    254254        <term><command>lpunlock</command></term>
    255255        <listitem>
    256           <para>unhangs a printer which claims it is <quote>waiting for 
     256          <para>unhangs a printer which claims it is <quote>waiting for
    257257          lock</quote>.</para>
    258258          <indexterm zone="expect lpunlock">
     
    265265        <term><command>mkpasswd</command></term>
    266266        <listitem>
    267           <para>generates passwords and can apply them automatically to 
     267          <para>generates passwords and can apply them automatically to
    268268          users.</para>
    269269          <indexterm zone="expect mkpasswd">
     
    286286        <term><command>rftp</command></term>
    287287        <listitem>
    288           <para>is much like <command>ftp</command> except it uses 
    289           <option>~g</option> and <option>~p</option> instead of 
     288          <para>is much like <command>ftp</command> except it uses
     289          <option>~g</option> and <option>~p</option> instead of
    290290          <option>mget</option> and <option>mput</option>.</para>
    291291          <indexterm zone="expect rftp">
     
    298298        <term><command>rlogin-cwd</command></term>
    299299        <listitem>
    300           <para>is <command>rlogin</command> except it uses the local current 
     300          <para>is <command>rlogin</command> except it uses the local current
    301301          directory as the current working directory on the remote machine.</para>
    302302          <indexterm zone="expect rlogin-cwd">
     
    309309        <term><command>timed-read</command></term>
    310310        <listitem>
    311           <para> reads a complete line from stdin and aborts after a given 
     311          <para> reads a complete line from stdin and aborts after a given
    312312          number of seconds.</para>
    313313          <indexterm zone="expect timed-read">
     
    330330        <term><command>unbuffer</command></term>
    331331        <listitem>
    332           <para>disables the output buffering that occurs when program output 
     332          <para>disables the output buffering that occurs when program output
    333333          is redirected.</para>
    334334          <indexterm zone="expect unbuffer">
     
    341341        <term><command>weather</command></term>
    342342        <listitem>
    343           <para>retrieves a weather report (courtesy University of Michigan) 
     343          <para>retrieves a weather report (courtesy University of Michigan)
    344344          for a given city or geographical area.</para>
    345345          <indexterm zone="expect weather">
     
    352352        <term><command>expectk</command></term>
    353353        <listitem>
    354           <para>is a combination of <application>Expect</application> with 
     354          <para>is a combination of <application>Expect</application> with
    355355          <application>Tk</application> and should run any <command>wish</command>
    356356          or <application>Expect</application> script.</para>
     
    364364        <term><command>multixterm</command></term>
    365365        <listitem>
    366           <para>creates multiple <command>xterm</command>s that can be driven 
     366          <para>creates multiple <command>xterm</command>s that can be driven
    367367          together or separately.</para>
    368368          <indexterm zone="expect multixterm">
     
    375375        <term><command>tknewsbiff</command></term>
    376376        <listitem>
    377           <para>pops up a window when there is unread news in your favorite 
     377          <para>pops up a window when there is unread news in your favorite
    378378          newsgroups and removes the window after you've read the news.</para>
    379379          <indexterm zone="expect tknewsbiff">
     
    386386        <term><command>tkpasswd</command></term>
    387387        <listitem>
    388           <para>is a script to change passwords using 
     388          <para>is a script to change passwords using
    389389          <command>expectk</command>.</para>
    390390          <indexterm zone="expect tkpasswd">
     
    397397        <term><command>xkibitz</command></term>
    398398        <listitem>
    399           <para>allows users in separate <command>xterm</command>s to share 
     399          <para>allows users in separate <command>xterm</command>s to share
    400400          one shell (or any program that runs in an <command>xterm</command>).</para>
    401401          <indexterm zone="expect xkibitz">
     
    418418        <term><filename class='libraryfile'>libexpect5.43.[so,a]</filename></term>
    419419        <listitem>
    420           <para> contains functions that allow <application>Expect</application> to be 
    421           used as a <application>Tcl</application> extension or to be used directly from 
     420          <para> contains functions that allow <application>Expect</application> to be
     421          used as a <application>Tcl</application> extension or to be used directly from
    422422          C or C++ (without <application>Tcl</application>).</para>
    423423          <indexterm zone="expect libexpect">
  • general/prog/gcc.xml

    re9116cc r8092658  
    3939    <title>Introduction to GCC</title>
    4040
    41     <para>The <application>GCC</application> package contains GNU compilers. 
    42     This is useful for compiling programs written in <application>C</application>, 
    43     <application>C++</application>, <application>Fortran</application>, 
    44     <application>Java</application>, <application>Objective C</application> and 
     41    <para>The <application>GCC</application> package contains GNU compilers.
     42    This is useful for compiling programs written in <application>C</application>,
     43    <application>C++</application>, <application>Fortran</application>,
     44    <application>Java</application>, <application>Objective C</application> and
    4545    <application>Ada</application>.</para>
    4646
     
    7070    <itemizedlist spacing='compact'>
    7171      <listitem>
    72         <para>Required patch: <ulink 
     72        <para>Required patch: <ulink
    7373        url="&patch-root;/gcc-&gcc-version;-no_fixincludes-1.patch"/></para>
    7474      </listitem>
    7575      <listitem>
    76         <para>Required patch: <ulink 
     76        <para>Required patch: <ulink
    7777        url="&patch-root;/gcc-&gcc-version;-linkonce-1.patch"/></para>
    7878      </listitem>
     
    9191
    9292    <note>
    93       <para>If you plan to compile Ada, you will need to install 
    94       <application>GNAT</application> temporarily to satisfy the circular 
     93      <para>If you plan to compile Ada, you will need to install
     94      <application>GNAT</application> temporarily to satisfy the circular
    9595      dependency when you recompile <application>GCC</application>
    9696      to include Ada.</para>
     
    126126    <title>Installation of GNAT</title>
    127127
    128     <para>Install <application>GNAT</application> by running 
     128    <para>Install <application>GNAT</application> by running
    129129    the following commands:</para>
    130130
     
    132132
    133133    <para>The above script will ask you how and where you would like to install
    134     <application>GNAT</application>. To avoid conflicts with 
    135     the system <command>gcc</command>, the package will be installed in a separate 
     134    <application>GNAT</application>. To avoid conflicts with
     135    the system <command>gcc</command>, the package will be installed in a separate
    136136    directory, that can later be removed from the system.</para>
    137137
     
    140140    and <userinput>/opt/gnat</userinput> in response to the second question.</para>
    141141
    142     <para>To finish the install, run the following command as the 
     142    <para>To finish the install, run the following command as the
    143143    <systemitem class="username">root</systemitem> user:</para>
    144144
    145145<screen role="root"><userinput>./doinstall</userinput></screen>
    146146
    147     <para>The <application>GNAT</application> compiler can be 
    148     invoked by executing the <command>gcc</command> binary installed 
     147    <para>The <application>GNAT</application> compiler can be
     148    invoked by executing the <command>gcc</command> binary installed
    149149    by the above script.</para>
    150150
     
    155155rm -rf gnat-3.15p-i686-pc-linux-gnu-bin</userinput></screen>
    156156
    157     <para>Prepare to compile <application>GCC</application> by placing the 
    158     <application>GNAT</application> <command>gcc</command> at the beginning of 
     157    <para>Prepare to compile <application>GCC</application> by placing the
     158    <application>GNAT</application> <command>gcc</command> at the beginning of
    159159    the <envar>PATH</envar> variable by using the following commands:</para>
    160160
     
    167167    <title>Installation of GCC</title>
    168168
    169     <para>Install <application>GCC</application> by running the 
     169    <para>Install <application>GCC</application> by running the
    170170    following commands:</para>
    171171
    172172    <important>
    173       <para>The installation process may overwrite your existing 
    174       <application>GCC</application> compiler and libraries. It 
    175       is highly recommended that you have the <application>Tcl</application>, 
     173      <para>The installation process may overwrite your existing
     174      <application>GCC</application> compiler and libraries. It
     175      is highly recommended that you have the <application>Tcl</application>,
    176176      <application>Expect</application> and <application>DejaGnu</application>
    177177      packages installed, as well as unpacking the <application>GCC</application>
    178178      testsuite tarball before beginning the build.</para>
    179179
    180       <para>Do not continue with the <command>make install</command> command 
    181       until you're confident the build was successful. You can compare your test results 
    182       with those found at <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>. There's 
    183       also an i686 platform test result produced by an LFS-SVN-20050316 system at 
    184       <ulink url="http://linuxfromscratch.org/~randy/gcc343_test.txt"/>. You may also 
    185       want to refer to the information found in the 
    186       <application>GCC</application>-Pass 2 section of Chapter 5 in the LFS book 
     180      <para>Do not continue with the <command>make install</command> command
     181      until you're confident the build was successful. You can compare your test results
     182      with those found at <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>. There's
     183      also an i686 platform test result produced by an LFS-SVN-20050316 system at
     184      <ulink url="http://linuxfromscratch.org/~randy/gcc343_test.txt"/>. You may also
     185      want to refer to the information found in the
     186      <application>GCC</application>-Pass 2 section of Chapter 5 in the LFS book
    187187      (<ulink url="&lfs-root;/chapter05/gcc-pass2.html"/>).</para>
    188188    </important>
    189189
    190190    <note>
    191       <para>Some of the <application>Java</application> programs installed by 
    192       the <application>GCC</application> package conflict (have the same names) 
    193       with programs from the <xref linkend="jdk"/> package. If you're installing the 
    194       <application>Java</application> language from the 
    195       <application>GCC</application> package but you wish to use the programs 
    196       from the <application>JDK</application> as the defaults, ensure 
    197       <filename class='directory'>$JAVA_HOME/bin</filename> is listed before 
     191      <para>Some of the <application>Java</application> programs installed by
     192      the <application>GCC</application> package conflict (have the same names)
     193      with programs from the <xref linkend="jdk"/> package. If you're installing the
     194      <application>Java</application> language from the
     195      <application>GCC</application> package but you wish to use the programs
     196      from the <application>JDK</application> as the defaults, ensure
     197      <filename class='directory'>$JAVA_HOME/bin</filename> is listed before
    198198      <filename class='directory'>/usr/bin</filename> in your <envar>PATH</envar>
    199199      variable after the <application>GCC</application> installation is complete.</para>
     
    225225    /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/ada{lib,include}</userinput></screen>
    226226
    227     <para>There is a bug in the installation of the 
    228     <filename class='libraryfile'>libffi</filename> interface headers. The 
     227    <para>There is a bug in the installation of the
     228    <filename class='libraryfile'>libffi</filename> interface headers. The
    229229    architecture specific <filename>ffitarget.h</filename> file is not installed.
    230     If you included Java as one of the installed languages, install the missing 
    231     file using the command below. Substitute for the 
    232     <replaceable>[arch]</replaceable> in the command with the appropriate 
     230    If you included Java as one of the installed languages, install the missing
     231    file using the command below. Substitute for the
     232    <replaceable>[arch]</replaceable> in the command with the appropriate
    233233    directory path for your system.</para>
    234234
     
    236236    /usr/include</userinput></screen>
    237237
    238     <para>As the <systemitem class="username">root</systemitem> user, remove the 
     238    <para>As the <systemitem class="username">root</systemitem> user, remove the
    239239    <application>GNAT</application> installation:</para>
    240240
    241241<screen role="root"><userinput>rm -rf /opt/gnat</userinput></screen>
    242242
    243     <para>Now, as the unprivileged user, restore your old 
     243    <para>Now, as the unprivileged user, restore your old
    244244    <envar>PATH</envar>:</para>
    245245
     
    252252    <title>Command Explanations</title>
    253253
    254     <para><command>sed -i 's/install_to_$(INSTALL_DEST) //' 
    255     libiberty/Makefile.in</command>: This command suppresses the installation of 
    256     <filename class='libraryfile'>libiberty.a</filename> as the version provided 
     254    <para><command>sed -i 's/install_to_$(INSTALL_DEST) //'
     255    libiberty/Makefile.in</command>: This command suppresses the installation of
     256    <filename class='libraryfile'>libiberty.a</filename> as the version provided
    257257    by <application>Binutils</application> is used instead.</para>
    258258
    259     <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The 
    260     <application>GCC</application> documentation recommends 
     259    <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
     260    <application>GCC</application> documentation recommends
    261261    building the package in a dedicated build directory.</para>
    262262
     
    268268    failsafe for incomplete locale data.</para>
    269269
    270     <para><parameter>--enable-languages=c,c++,objc,f77,ada,java</parameter>: 
    271     This command identifies which languages to build. You may modify this command 
     270    <para><parameter>--enable-languages=c,c++,objc,f77,ada,java</parameter>:
     271    This command identifies which languages to build. You may modify this command
    272272    to remove undesired languages.</para>
    273273
    274     <para><command>make -C gcc gnatlib-shared</command>: This command builds the 
    275     Ada shared and static libraries. Skip this step if you have not enabled 
     274    <para><command>make -C gcc gnatlib-shared</command>: This command builds the
     275    Ada shared and static libraries. Skip this step if you have not enabled
    276276    Ada as one of the languages.</para>
    277277
    278     <para><command>make -C gcc gnattools</command>: This command builds the 
    279     Ada development tools and binaries. Skip this step if you have not enabled 
     278    <para><command>make -C gcc gnattools</command>: This command builds the
     279    Ada development tools and binaries. Skip this step if you have not enabled
    280280    Ada as one of the languages.</para>
    281281
    282     <para><command>make -k check</command>: This command runs the test suite 
     282    <para><command>make -k check</command>: This command runs the test suite
    283283    without stopping should any errors be encountered.</para>
    284284
    285     <para><command>../gcc-&gcc-version;/contrib/test_summary</command>: This 
    286     command will produce a summary of the test suite results. You can append 
     285    <para><command>../gcc-&gcc-version;/contrib/test_summary</command>: This
     286    command will produce a summary of the test suite results. You can append
    287287    <command>| grep -A7 Summ</command> to the command to produce an even more
    288     condensed version of the summary. You may also wish to redirect the output to 
     288    condensed version of the summary. You may also wish to redirect the output to
    289289    a file for review and comparison later on.</para>
    290290
    291     <para><command>ln -sf ../usr/bin/cpp /lib</command>: This command creates a 
    292     link to the C PreProcessor as some packages expect it to be installed in the 
     291    <para><command>ln -sf ../usr/bin/cpp /lib</command>: This command creates a
     292    link to the C PreProcessor as some packages expect it to be installed in the
    293293    <filename class='directory'>/lib</filename> directory.</para>
    294294
    295     <para><command>ln -sf gcc /usr/bin/cc; ln -sf g77 /usr/bin/f77</command>: 
    296     These links are created as some packages refer to the C and Fortran compilers 
     295    <para><command>ln -sf gcc /usr/bin/cc; ln -sf g77 /usr/bin/f77</command>:
     296    These links are created as some packages refer to the C and Fortran compilers
    297297    using an alternate name.</para>
    298298
    299     <para><command>chown -R root:root /usr/lib/gcc/i686-pc-linux-gnu/...</command>: 
    300     If the package is built by a user other than root, the ownership of the 
    301     installed <filename class='directory'>include</filename> and 
    302     <filename class='directory'>adalib</filename> directories (and their 
    303     contents) will be incorrect. These commands change the ownership to 
    304     root:root. Omit the command changing the Ada directories if you did not 
     299    <para><command>chown -R root:root /usr/lib/gcc/i686-pc-linux-gnu/...</command>:
     300    If the package is built by a user other than root, the ownership of the
     301    installed <filename class='directory'>include</filename> and
     302    <filename class='directory'>adalib</filename> directories (and their
     303    contents) will be incorrect. These commands change the ownership to
     304    root:root. Omit the command changing the Ada directories if you did not
    305305    include Ada as one of the installed languages.</para>
    306306
     
    316316
    317317      <seglistitem>
    318         <seg>addr2name.awk, cc, c++, cpp, f77, g++, g77, gcc, gccbug, gcj, gcjh, gcov, 
    319         gij, gnat, gnatbind, gnatbl, gnatchop, gnatclean, gnatfind, gnatkr, gnatlink, 
    320         gnatls, gnatmake, gnatname, gnatprep, gnatxref, gpr2make, gprcmd, grepjar, 
    321         jar, jcf-dump, jv-convert, jv-scan, rmic, rmiregistry and architecture 
     318        <seg>addr2name.awk, cc, c++, cpp, f77, g++, g77, gcc, gccbug, gcj, gcjh, gcov,
     319        gij, gnat, gnatbind, gnatbl, gnatchop, gnatclean, gnatfind, gnatkr, gnatlink,
     320        gnatls, gnatmake, gnatname, gnatprep, gnatxref, gpr2make, gprcmd, grepjar,
     321        jar, jcf-dump, jv-convert, jv-scan, rmic, rmiregistry and architecture
    322322        specific names for c++, g++, gcc, gcc-&gcc-version;, gcj, and gcjh</seg>
    323         <seg>lib-org-w3c-dom.[so,a], lib-org-xml-sax.[so,a], libffi-2.00-beta.so, 
    324         libffi.[so,a], libfrtbegin.a, libg2c.[so,a], libgcc_s.so, libgcj.[so,a], 
    325         libobjc.[so,a], libstdc++.[so.6,a], libsupc++.a, and numerous other run-time 
     323        <seg>lib-org-w3c-dom.[so,a], lib-org-xml-sax.[so,a], libffi-2.00-beta.so,
     324        libffi.[so,a], libfrtbegin.a, libg2c.[so,a], libgcc_s.so, libgcj.[so,a],
     325        libobjc.[so,a], libstdc++.[so.6,a], libsupc++.a, and numerous other run-time
    326326        libraries and executables in /usr/lib/gcc</seg>
    327         <seg>/usr/include/c++, /usr/include/gcj, /usr/include/gnu, /usr/include/java, 
    328         /usr/include/javax, /usr/lib/gcc, /usr/lib/security, /usr/share/gnat, and 
     327        <seg>/usr/include/c++, /usr/include/gcj, /usr/include/gnu, /usr/include/java,
     328        /usr/include/javax, /usr/lib/gcc, /usr/lib/security, /usr/share/gnat, and
    329329        /usr/share/java</seg>
    330330      </seglistitem>
     
    336336      <?dbhtml list-presentation="table"?>
    337337
    338       <para>Some program and library descriptions are not listed here, but can be 
     338      <para>Some program and library descriptions are not listed here, but can be
    339339      found at <ulink url="&lfs-root;/chapter06/gcc.html#contents-gcc"/>.</para>
    340340
     
    352352        <term><command>f77</command></term>
    353353        <listitem>
    354           <para>is a symlink to <command>g77</command>, created for 
     354          <para>is a symlink to <command>g77</command>, created for
    355355          compatibility purposes.</para>
    356356          <indexterm zone="gcc f77">
     
    363363        <term><command>g77</command></term>
    364364        <listitem>
    365           <para>is the <application>Fortran</application> compiler invoked by 
     365          <para>is the <application>Fortran</application> compiler invoked by
    366366          <command>gcc</command>.</para>
    367367          <indexterm zone="gcc g77">
     
    374374        <term><command>gcj</command></term>
    375375        <listitem>
    376           <para>is an ahead-of-time compiler for the 
     376          <para>is an ahead-of-time compiler for the
    377377          <application>Java</application> language.</para>
    378378          <indexterm zone="gcc gcj">
     
    407407        <term><command>gnat</command></term>
    408408        <listitem>
    409           <para>is the <application>Ada</application> compiler invoked by 
     409          <para>is the <application>Ada</application> compiler invoked by
    410410          <command>gcc</command>.</para>
    411411          <indexterm zone="gcc gnat">
     
    438438        <term><command>gnatchop</command></term>
    439439        <listitem>
    440           <para>is useful for renaming files to meet the standard 
     440          <para>is useful for renaming files to meet the standard
    441441          <application>Ada</application> default file naming conventions.</para>
    442442          <indexterm zone="gcc gnatchop">
     
    449449        <term><command>gnatclean</command></term>
    450450        <listitem>
    451           <para>is used to remove files associated with a 
     451          <para>is used to remove files associated with a
    452452          <application>GNAT</application> project.</para>
    453453          <indexterm zone="gcc gnatclean">
     
    470470        <term><command>gnatkr</command></term>
    471471        <listitem>
    472           <para>is used to determine the crunched name for a given file, when 
     472          <para>is used to determine the crunched name for a given file, when
    473473          crunched to a specified maximum length.</para>
    474474          <indexterm zone="gcc gnatkr">
     
    542542        <term><command>gpr2make</command></term>
    543543        <listitem>
    544           <para>is a tool used to create <filename>Makefile</filename>s that 
     544          <para>is a tool used to create <filename>Makefile</filename>s that
    545545          support compilation by multiple languages.</para>
    546546          <indexterm zone="gcc gpr2make">
     
    553553        <term><command>gprcmd</command></term>
    554554        <listitem>
    555           <para>is a utility used by <filename>Makefile.generic</filename> to 
    556           handle multi-language builds. It provides a set of commands so that the 
    557           <filename>Makefile</filename>s do not need to depend on Unix utilities not 
     555          <para>is a utility used by <filename>Makefile.generic</filename> to
     556          handle multi-language builds. It provides a set of commands so that the
     557          <filename>Makefile</filename>s do not need to depend on Unix utilities not
    558558          available on all targets.</para>
    559559          <indexterm zone="gcc gprcmd">
Note: See TracChangeset for help on using the changeset viewer.