source: general/prog/gcc.xml@ 0e92f49

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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
Last change on this file since 0e92f49 was 0e92f49, checked in by Randy McMurchy <randy@…>, 19 years ago

Added missing ampersands in tcp_wrappers instructions; added more MD5 sums and additional commands/notes to the GCC instructions

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

  • Property mode set to 100644
File size: 20.9 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gcc-download-http "http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
8 <!ENTITY gcc-download-ftp "ftp://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
[8c9ec303]9 <!ENTITY gcc-md5sum "31b459062499f9f68d451db9cbf3205c">
[8ca386d]10 <!ENTITY gcc-size "27.2 MB">
[3b15fe6]11 <!ENTITY gcc-buildsize "1.53 GB">
12 <!ENTITY gcc-time "48.94 SBU">
[8ca386d]13
[3b15fe6]14 <!ENTITY gnat-download-http " ">
[52d29f7]15 <!ENTITY gnat-download-ftp "ftp://cs.nyu.edu/pub/gnat/3.15p/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.gz">
[0e92f49]16 <!ENTITY gnat-md5sum "57c060cd1ccef8b1ae9165b11d98780a">
[3b15fe6]17 <!ENTITY gnat-size "13.5 MB">
18 <!ENTITY gnat-buildsize "48 MB">
19 <!ENTITY gnat-time "0.01 SBU">
[0e92f49]20
21 <!ENTITY gcc-testsuite-url "http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-testsuite-&gcc-version;.tar.bz2">
22 <!ENTITY gcc-testsuite-md5sum "641f45606e17db4a3079cb7364a9e295">
[52d29f7]23]>
24
[58bd309a]25<sect1 id="gcc" xreflabel="GCC-&gcc-version;">
[a0f03b0]26<sect1info>
[5cd0959d]27<othername>$LastChangedBy$</othername>
28<date>$Date$</date>
[a0f03b0]29</sect1info>
[19aa75a]30<?dbhtml filename="gcc.html" ?>
[58bd309a]31<title>GCC-&gcc-version;</title>
[8c9ec303]32<indexterm zone="gcc">
33<primary sortas="a-gcc-3-4">GCC-&gcc-version;</primary></indexterm>
[1a686a1]34
[52d29f7]35<sect2>
36<title>Introduction to <application><acronym>GCC</acronym></application></title>
[8ca386d]37
[3b15fe6]38<para>The <application><acronym>GCC</acronym></application> package contains
39<acronym>GNU</acronym> compilers. This is useful for compiling programs
40written in <application>C</application>, <application>C++</application>,
41<application>Fortran</application>, <application>Java</application>,
42<application>Objective C</application> and
43<application>Ada</application>.</para>
[8ca386d]44
45<sect3><title>Package Information</title>
[52d29f7]46<itemizedlist spacing='compact'>
47<listitem><para>Download (HTTP): <ulink
48url="&gcc-download-http;"/></para></listitem>
49<listitem><para>Download (FTP): <ulink
50url="&gcc-download-ftp;"/></para></listitem>
[8c9ec303]51<listitem><para>Download MD5 sum: &gcc-md5sum;</para></listitem>
[52d29f7]52<listitem><para>Download size: &gcc-size;</para></listitem>
[518538f]53<listitem><para>Estimated disk space required:
[52d29f7]54&gcc-buildsize;</para></listitem>
55<listitem><para>Estimated build time:
56&gcc-time;</para></listitem></itemizedlist>
57</sect3>
[8ca386d]58
[52d29f7]59<sect3><title>Additional Downloads</title>
60<itemizedlist spacing='compact'>
[0e92f49]61<listitem><para>Required patch: <ulink
[07b157f4]62url="&patch-root;/gcc-&gcc-version;-no_fixincludes-1.patch"/></para></listitem>
[0e92f49]63<listitem><para>Required patch: <ulink
[eb091c9]64url="&patch-root;/gcc-&gcc-version;-linkonce-1.patch"/></para></listitem>
[0e92f49]65<listitem><para>Test suite: <ulink url="&gcc-testsuite-url;"/></para></listitem>
66<listitem><para>Test suite MD5 sum: &gcc-testsuite-md5sum;</para></listitem>
[52d29f7]67</itemizedlist></sect3>
[8ca386d]68
69<sect3><title><application><acronym>GCC</acronym></application>
70Dependencies</title>
71<sect4><title>Recommended</title>
72<itemizedlist spacing='compact'>
[2e88c4f]73<listitem><para><xref linkend="dejagnu"/></para></listitem>
74</itemizedlist>
[0e92f49]75</sect4>
76</sect3>
[8ca386d]77
[52d29f7]78</sect2>
79
80<sect2>
81<title>Installation of <application><acronym>GCC</acronym></application></title>
[8ca386d]82
[3b15fe6]83<para>If you plan to compile Ada, you will need to install
[52d29f7]84<application><acronym>GNAT</acronym></application> temporarily to
85satisfy the circular dependency when you recompile
[8ca386d]86<application><acronym>GCC</acronym></application> to include
[52d29f7]87<application>Ada</application>.</para>
88
89<sect3><title>Package information</title>
90<itemizedlist spacing='compact'>
91<listitem><para>Download (HTTP): <ulink
92url="&gnat-download-http;"/></para></listitem>
93<listitem><para>Download (FTP): <ulink
94url="&gnat-download-ftp;"/></para></listitem>
[0e92f49]95<listitem><para>Download MD5 sum: &gnat-md5sum;</para></listitem>
[52d29f7]96<listitem><para>Download size: &gnat-size;</para></listitem>
[518538f]97<listitem><para>Estimated disk space required:
[52d29f7]98&gnat-buildsize;</para></listitem>
99<listitem><para>Estimated build time:
100&gnat-time;</para></listitem></itemizedlist>
101</sect3>
102
[8ca386d]103<sect3><title><application><acronym>GNAT</acronym></application>
104dependencies</title>
[52d29f7]105<sect4><title>Required</title>
[8c9ec303]106<para><xref linkend="tcsh"/></para>
107</sect4>
[52d29f7]108</sect3>
109
110</sect2>
[8ca386d]111
[52d29f7]112<sect2>
[8ca386d]113<title>Installation of <application><acronym>GNAT</acronym></application>
114</title>
[52d29f7]115
[8c9ec303]116<para>Install <application><acronym>GNAT</acronym></application> by running
117the following commands:</para>
[52d29f7]118
119<screen><userinput><command>./doconfig</command></userinput></screen>
120
121<para>The above script will ask you how and where you would like to install
[8c9ec303]122<application><acronym>GNAT</acronym></application>. To avoid conflicts with
123the system <command>gcc</command>, the package will be installed in a separate
[52d29f7]124directory, that can later be removed from the system.</para>
125
[8ca386d]126<para>In response to the questions asked by the <command>doconfig</command>
127script, enter <userinput>3</userinput> in response to the first question
128and <userinput>/opt/gnat</userinput> in response to the second question.</para>
[52d29f7]129
[8c9ec303]130<para>To finish the install, run the following command as the root user:</para>
131
132<screen><userinput role='root'><command>./doinstall</command></userinput></screen>
[52d29f7]133
134<para>The <application><acronym>GNAT</acronym></application> compiler can be
135invoked by executing the <command>gcc</command> binary installed by the above
136script.</para>
137
[3b15fe6]138<para>Prepare to compile <application>GCC</application> by placing the
139<application>GNAT</application> <command>gcc</command> at the beginning of
140the <envar>PATH</envar> variable by using the following commands:</para>
141
142<screen><userinput><command>PATH_HOLD=$PATH &amp;&amp;
143export PATH=/opt/gnat/bin:$PATH</command></userinput></screen>
144
[52d29f7]145</sect2>
146
[8ca386d]147<sect2><title>Return to Installation of
148<application><acronym>GCC</acronym></application></title>
149
[3b15fe6]150<para>Install <application><acronym>GCC</acronym></application> by running the
151following commands:</para>
[8ca386d]152
153<important><para>The installation process may overwrite your existing
154<application><acronym>GCC</acronym></application> compiler and libraries. It
[2e88c4f]155is highly recommended that you have the <application>Tcl</application>,
156<application>Expect</application> and <application>DejaGnu</application>
157packages installed, as well as unpacking the
[8ca386d]158<application><acronym>GCC</acronym></application> testsuite tarball before
159beginning the build.</para>
160
161<para>Do not continue with the <command>make install</command> command until
162you're confident the build was successful. You can compare your test results
163with those found at <ulink
164url="http://gcc.gnu.org/ml/gcc-testresults/"/>. There's also an i686 platform
[8c9ec303]165test result produced by an <acronym>LFS</acronym>-6.0 system at
166<ulink url="http://linuxfromscratch.org/~randy/gcc341_test.txt"/>. You
[3b15fe6]167may also want to refer to the information found in the
[8c9ec303]168<application><acronym>GCC</acronym></application>-Pass 2 section of Chapter 5
[0e92f49]169in the <acronym>LFS</acronym> book
170(<ulink url="&lfs-root;/chapter05/gcc-pass2.html"/>).</para></important>
[8ca386d]171
172<note><para>Some of the <application>Java</application> programs installed by
[8c9ec303]173the <application><acronym>GCC</acronym></application> package conflict (have
[8ca386d]174the same names) with programs from the <xref linkend="j2sdk"/> package. If
175you're installing the <application>Java</application> language from the
176<application><acronym>GCC</acronym></application> package but you wish to
[0e92f49]177use the programs from the <application>J2SDK</application> as the defaults,
[8c9ec303]178ensure <filename class='directory'>$JAVA_HOME/bin</filename> is listed before
179<filename class='directory'>/usr/bin</filename> in your <envar>PATH</envar>
180variable.</para></note>
[8ca386d]181
182<screen><userinput><command>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch &amp;&amp;
[eb091c9]183patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch &amp;&amp;
[8ca386d]184sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in &amp;&amp;
185mkdir ../gcc-build &amp;&amp;
186cd ../gcc-build &amp;&amp;
187../gcc-&gcc-version;/configure --prefix=/usr --libexecdir=/usr/lib \
[0e92f49]188 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
189 --enable-clocale=gnu --enable-languages=c,c++,objc,f77,ada,java &amp;&amp;
[8ca386d]190make bootstrap &amp;&amp;
[3b15fe6]191make -C gcc gnatlib-shared &amp;&amp;
192make -C gcc gnattools &amp;&amp;
[8ca386d]193make -k check &amp;&amp;
[8c9ec303]194../gcc-3.4.1/contrib/test_summary</command></userinput></screen>
195
196<para>Now, as the root user:</para>
197
198<screen><userinput role='root'><command>make install &amp;&amp;
199ln -v -sf ../usr/bin/cpp /lib &amp;&amp;
200ln -v -sf gcc /usr/bin/cc &amp;&amp;
201ln -v -sf g77 /usr/bin/f77 &amp;&amp;
[0e92f49]202chown -v -R root:root /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include &amp;&amp;
203chown -v -R root:root /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/ada{lib,include}</command></userinput></screen>
[8ca386d]204
[3b15fe6]205<para>You may remove the <application><acronym>GNAT</acronym></application>
206installation and restore your old <envar>PATH</envar>:</para>
207
208<screen><userinput><command>rm -rf /opt/gnat &amp;&amp;
209export PATH=$PATH_HOLD</command></userinput></screen>
210
[52d29f7]211</sect2>
212
213<sect2>
214<title>Command explanations</title>
[8ca386d]215
[8c9ec303]216<para><command>sed -i 's/install_to_$(INSTALL_DEST) //'
217libiberty/Makefile.in</command>: This command suppresses the installation of
[8ca386d]218<filename class='libraryfile'>libiberty.a</filename> as the version provided
219by <application>Binutils</application> is used instead.</para>
220
221<para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
222<application><acronym>GCC</acronym></application> documentation recommends
223building the package in a dedicated build directory.</para>
224
[52d29f7]225<para><parameter>--enable-shared --enable-threads=posix
226--enable-__cxa_atexit</parameter>: These commands are required to build
227the <application>C++</application> libraries to published standards.</para>
[8ca386d]228
[52d29f7]229<para><parameter>--enable-clocale=gnu</parameter>: This command is a
230failsafe for incomplete locale data.</para>
[8ca386d]231
[0e92f49]232<para><parameter>--enable-languages=c,c++,objc,f77,ada,java</parameter>:
233This command identifies which languages to build. You may modify this command
234to remove undesired languages.</para>
235
[3b15fe6]236<para><command>make -C gcc gnatlib-shared</command>: This command builds the
237Ada shared and static libraries. Skip this step if you have not enabled
238<application>Ada</application> as one of the languages.</para>
239
240<para><command>make -C gcc gnattools</command>: This command builds the
241Ada development tools and binaries. Skip this step if you have not enabled
242<application>Ada</application> as one of the languages.</para>
243
[8ca386d]244<para><command>make -k check</command>: This command runs the test suite
245without stopping should any errors be encountered.</para>
246
247<para><command>../gcc-3.4.1/contrib/test_summary</command>: This command will
248produce a summary of the test suite results. You can append
249<command>| grep -A7 Summ</command> to the command to produce an even more
250condensed version of the summary. You may also wish to redirect the output to
251a file for review and comparison later on.</para>
252
253<para><command>ln -sf ../usr/bin/cpp /lib</command>: This command creates a
254link to the C PreProcessor as some packages expect it to be installed in the
255<filename class='directory'>/lib</filename> directory.</para>
256
257<para><command>ln -sf gcc /usr/bin/cc; ln -sf g77 /usr/bin/f77</command>:
258These links are created as some packages refer to the C and Fortran compilers
259using an alternate name.</para>
260
[0e92f49]261<para><command>chown -R root:root /usr/lib/gcc/i686-pc-linux-gnu/...</command>:
[754181c]262If the package is built by a user other than root, the ownership of the
[0e92f49]263installed <filename class='directory'>include</filename> and
264<filename class='directory'>adalib</filename> directories (and their
265contents) will be incorrect. These commands change the ownership to
266root:root. Omit the command changing the Ada directories if you did not
267include Ada as one of the installed languages.</para>
[754181c]268
[52d29f7]269</sect2>
270
271<sect2>
272<title>Contents</title>
[8ca386d]273
[8c9ec303]274<segmentedlist>
275<segtitle>Installed Programs</segtitle>
276<segtitle>Installed Libraries</segtitle>
277<segtitle>Installed Directories</segtitle>
278
279<seglistitem>
280<seg>addr2name.awk, cc, c++, cpp, f77, g++, g77, gcc, gccbug, gcj, gcjh, gcov,
281gij, gnat, gnatbind, gnatbl, gnatchop, gnatclean, gnatfind, gnatkr, gnatlink,
282gnatls, gnatmake, gnatname, gnatprep, gnatxref, gpr2make, gprcmd, grepjar,
283jar, jcf-dump, jv-convert, jv-scan, rmic, rmiregistry and architecture
284specific names for c++, g++, gcc{,-3.4.1}, gcj and gcjh</seg>
285<seg>lib-org-w3c-dom.[so,a], lib-org-xml-sax.[so,a], libffi-2.00-beta.so,
286libffi.[so,a], libfrtbegin.a, libg2c.[so,a], libgcc_s.so, libgcj.[so,a],
287libobjc.[so,a], libstdc++.[so.6,a], libsupc++.a and numerous other run-time
288libraries and executables in /usr/lib/gcc</seg>
289<seg>/usr/include/c++, /usr/include/gcj, /usr/include/gnu, /usr/include/java,
290/usr/include/javax, /usr/lib/gcc, /usr/lib/security, /usr/share/gnat and
291/usr/share/java</seg>
292</seglistitem>
293</segmentedlist>
294
295<variablelist>
296<bridgehead renderas="sect3">Short Descriptions</bridgehead>
297<?dbfo list-presentation="list"?>
298
299<para>Some program and library descriptions are not listed here, but can be
[f1e6f61d]300found at <ulink url="&lfs-root;/chapter06/gcc.html#contents-gcc"/>.</para>
[8c9ec303]301
302<varlistentry id="addr2name.awk">
303<term><command>addr2name.awk</command></term>
304<listitem><para> emulates some of the functionality of addr2line.</para>
305<indexterm zone="gcc addr2name.awk">
306<primary sortas="b-addr2name.awk">addr2name.awk</primary>
307</indexterm></listitem>
308</varlistentry>
309
310<varlistentry id="f77">
311<term><command>f77</command></term>
312<listitem><para>is a symlink to <command>g77</command>, created for
313compatibility purposes.</para>
314<indexterm zone="gcc f77">
315<primary sortas="g-f77">f77</primary>
316</indexterm></listitem>
317</varlistentry>
318
319<varlistentry id="g77">
320<term><command>g77</command></term>
321<listitem><para>is the <application>Fortran</application> compiler invoked by
322<command>gcc</command>.</para>
323<indexterm zone="gcc g77">
324<primary sortas="b-g77">g77</primary>
325</indexterm></listitem>
326</varlistentry>
327
328<varlistentry id="gcj">
329<term><command>gcj</command></term>
330<listitem><para>is an ahead-of-time compiler for the
331<application>Java</application> language.</para>
332<indexterm zone="gcc gcj">
333<primary sortas="b-gcj">gcj</primary>
334</indexterm></listitem>
335</varlistentry>
336
337<varlistentry id="gcjh">
338<term><command>gcjh</command></term>
339<listitem><para>generates header files from <application>Java</application>
340class files.</para>
341<indexterm zone="gcc gcjh">
342<primary sortas="b-gcjh">gcjh</primary>
343</indexterm></listitem>
344</varlistentry>
345
346<varlistentry id="gij">
347<term><command>gij</command></term>
348<listitem><para>is the <acronym>GNU</acronym> interpreter for
349<application>Java</application> bytecode.</para>
350<indexterm zone="gcc gij">
351<primary sortas="b-gij">gij</primary>
352</indexterm></listitem>
353</varlistentry>
354
355<varlistentry id="gnat">
356<term><command>gnat</command></term>
357<listitem><para>is the <application>Ada</application> compiler invoked by
358<command>gcc</command>.</para>
359<indexterm zone="gcc gnat">
360<primary sortas="b-gnat">gnat</primary>
361</indexterm></listitem>
362</varlistentry>
363
364<varlistentry id="gnatbind">
365<term><command>gnatbind</command></term>
366<listitem><para>is used to bind compiled objects.</para>
367<indexterm zone="gcc gnatbind">
368<primary sortas="b-gnatbind">gnatbind</primary>
369</indexterm></listitem>
370</varlistentry>
371
372<varlistentry id="gnatbl">
373<term><command>gnatbl</command></term>
374<listitem><para>is the <application>Ada</application> linker.</para>
375<indexterm zone="gcc gnatbl">
376<primary sortas="b-gnatbl">gnatbl</primary>
377</indexterm></listitem>
378</varlistentry>
379
380<varlistentry id="gnatchop">
381<term><command>gnatchop</command></term>
382<listitem><para> is useful for renaming files to meet the standard
383<application>Ada</application> default file naming conventions.</para>
384<indexterm zone="gcc gnatchop">
385<primary sortas="b-gnatchop">gnatchop</primary>
386</indexterm></listitem>
387</varlistentry>
388
389<varlistentry id="gnatclean">
390<term><command>gnatclean</command></term>
391<listitem><para>is used to remove files associated with a
392<application><acronym>GNAT</acronym></application> project.</para>
393<indexterm zone="gcc gnatclean">
394<primary sortas="b-gnatclean">gnatclean</primary>
395</indexterm></listitem>
396</varlistentry>
397
398<varlistentry id="gnatfind">
399<term><command>gnatfind</command></term>
400<listitem><para> is the <application><acronym>GNAT</acronym></application>
401definition/use finder.</para>
402<indexterm zone="gcc gnatfind">
403<primary sortas="b-gnatfind">gnatfind</primary>
404</indexterm></listitem>
405</varlistentry>
406
407<varlistentry id="gnatkr">
408<term><command>gnatkr</command></term>
409<listitem><para>is used to determine the crunched name for a given file, when
410crunched to a specified maximum length.</para>
411<indexterm zone="gcc gnatkr">
412<primary sortas="b-gnatkr">gnatkr</primary>
413</indexterm></listitem>
414</varlistentry>
415
416<varlistentry id="gnatlink">
417<term><command>gnatlink</command></term>
418<listitem><para>is used to link programs and build an executable file.</para>
419<indexterm zone="gcc gnatlink">
420<primary sortas="b-gnatlink">gnatlink</primary>
421</indexterm></listitem>
422</varlistentry>
423
424<varlistentry id="gnatls">
425<term><command>gnatls</command></term>
426<listitem><para>is the compiled unit browser.</para>
427<indexterm zone="gcc gnatls">
428<primary sortas="b-gnatls">gnatls</primary>
429</indexterm></listitem>
430</varlistentry>
431
432<varlistentry id="gnatmake">
433<term><command>gnatmake</command></term>
434<listitem><para>is an automatic <command>make</command> facility.</para>
435<indexterm zone="gcc gnatmake">
436<primary sortas="b-gnatmake">gnatmake</primary>
437</indexterm></listitem>
438</varlistentry>
439
440<varlistentry id="gnatname">
441<term><command>gnatname</command></term>
442<listitem><para>will list the files associated with a
443<application><acronym>GNAT</acronym></application> project.</para>
444<indexterm zone="gcc gnatname">
445<primary sortas="b-gnatname">gnatname</primary>
446</indexterm></listitem>
447</varlistentry>
448
449<varlistentry id="gnatprep">
450<term><command>gnatprep</command></term>
451<listitem><para>is the <application><acronym>GNAT</acronym></application>
452external preprocessor.</para>
453<indexterm zone="gcc gnatprep">
454<primary sortas="b-gnatprep">gnatprep</primary>
455</indexterm></listitem>
456</varlistentry>
457
458<varlistentry id="gnatxref">
459<term><command>gnatxref</command></term>
460<listitem><para>is the <application><acronym>GNAT</acronym></application>
461cross-referencer.</para>
462<indexterm zone="gcc gnatxref">
463<primary sortas="b-gnatxref">gnatxref</primary>
464</indexterm></listitem>
465</varlistentry>
466
467<varlistentry id="gpr2make">
468<term><command>gpr2make</command></term>
469<listitem><para>is a tool used to create <filename>Makefile</filename>s that
470support compilation by multiple languages.</para>
471<indexterm zone="gcc gpr2make">
472<primary sortas="b-gpr2make">gpr2make</primary>
473</indexterm></listitem>
474</varlistentry>
475
476<varlistentry id="gprcmd">
477<term><command>gprcmd</command></term>
478<listitem><para>is a utility used by <filename>Makefile.generic</filename> to
479handle multi-language builds. It provides a set of commands so that the
480<filename>Makefile</filename>s do not need to depend on Unix utilities not
481available on all targets.</para>
482<indexterm zone="gcc gprcmd">
483<primary sortas="b-gprcmd">gprcmd</primary>
484</indexterm></listitem>
485</varlistentry>
486
487<varlistentry id="grepjar">
488<term><command>grepjar</command></term>
489<listitem><para>searches <filename>jar</filename> files for a pattern.</para>
490<indexterm zone="gcc grepjar">
491<primary sortas="b-grepjar">grepjar</primary>
492</indexterm></listitem>
493</varlistentry>
494
495<varlistentry id="jar-gcc">
496<term><command>jar</command></term>
497<listitem><para>is an archive tool for <application>Java</application>
498archives.</para>
499<indexterm zone="gcc jar-gcc">
500<primary sortas="b-jar">jar</primary>
501</indexterm></listitem>
502</varlistentry>
503
504<varlistentry id="jcf-dump">
505<term><command>jcf-dump</command></term>
506<listitem><para>prints information about <application>Java</application>
507class files.</para>
508<indexterm zone="gcc jcf-dump">
509<primary sortas="b-jcf-dump">jcf-dump</primary>
510</indexterm></listitem>
511</varlistentry>
512
513<varlistentry id="jv-convert">
514<term><command>jv-convert</command></term>
515<listitem><para>converts files from one encoding to another.</para>
516<indexterm zone="gcc jv-convert">
517<primary sortas="b-jv-convert">jv-convert</primary>
518</indexterm></listitem>
519</varlistentry>
520
521<varlistentry id="jv-scan">
522<term><command>jv-scan</command></term>
523<listitem><para>prints information about <application>Java</application>
524source files.</para>
525<indexterm zone="gcc jv-scan">
526<primary sortas="b-jv-scan">jv-scan</primary>
527</indexterm></listitem>
528</varlistentry>
529
530<varlistentry id="rmic-gcc">
531<term><command>rmic</command></term>
532<listitem><para>generates stubs for Remote Method Invocation.</para>
533<indexterm zone="gcc rmic-gcc">
534<primary sortas="b-rmic">rmic</primary>
535</indexterm></listitem>
536</varlistentry>
537
538<varlistentry id="rmiregistry-gcc">
539<term><command>rmiregistry</command></term>
540<listitem><para> starts a remote object registry on the current host.</para>
541<indexterm zone="gcc rmiregistry-gcc">
542<primary sortas="b-rmiregistry">rmiregistry</primary>
543</indexterm></listitem>
544</varlistentry>
545
546</variablelist>
[8ca386d]547
[52d29f7]548</sect2>
[1a686a1]549
550</sect1>
551
Note: See TracBrowser for help on using the repository browser.