2003-10-06 23:19:12 +01:00
|
|
|
<sect2><title>Short descriptions</title>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>cpp</command> is the C preprocessor. It is used by the
|
|
|
|
compiler to have the #include and #define and such statements expanded in
|
|
|
|
the source files.</para>
|
|
|
|
|
|
|
|
<para><command>g++</command> is the C++ compiler.</para>
|
|
|
|
|
|
|
|
<para><command>gcc</command> is the C compiler. It is used to translate
|
|
|
|
the source code of a program into assembly code.</para>
|
|
|
|
|
|
|
|
<para><command>gccbug</command> is a shell script used to help create
|
|
|
|
good bug reports.</para>
|
|
|
|
|
|
|
|
<para><command>gcov</command> is a coverage testing tool. It is used to
|
|
|
|
analyze programs to find out where optimizations will have the most effect.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>libgcc*</command> contains run-time support for gcc.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>libstdc++</command> is the standard C++ library. It contains
|
|
|
|
many frequently-used functions.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>libsupc++</command> provides supporting routines
|
|
|
|
for the c++ programming language.</para>
|
2002-06-11 16:33:33 +01:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|