]> gcc.gnu.org Git - gcc.git/blame - gcc/README
* cppinit.c: Fix thinko in previous patch.
[gcc.git] / gcc / README
CommitLineData
b70a1fb1 1This directory contains the GNU Compiler Collection (GCC) version 2.96.
3195128c
JL
2It includes all of the support for compiling C, C++, Objective C, Fortran,
3Java, and Chill.
861bb6c1 4
3195128c 5The GNU Compiler Collection is free software. See the file COPYING for copying
861bb6c1
JL
6permission.
7
8See the file gcc.texi (together with other files that it includes) for
9installation and porting information. The file INSTALL contains a
10copy of the installation information, as plain ASCII.
11
12Installing this package will create various files in subdirectories of
13/usr/local/lib, which are passes used by the compiler and a library
14named libgcc.a. It will also create /usr/local/bin/gcc, which is
15the user-level command to do a compilation.
16
17See the Bugs chapter of the GCC Manual for how to report bugs
18usefully. An online readable version of the manual is in the files
19gcc.info*.
20
21The files pself.c and pself1.c are not part of GCC.
22They are programs that print themselves on standard output.
23They were written by Dario Dariol and Giovanni Cozzi, and are
24included for your hacking pleasure. Likewise pself2.c
25(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
26Fakhreyev).
This page took 6.003541 seconds and 5 git commands to generate.