1This directory contains the GNU Compiler Collection (GCC) version 2.95.
2It includes all of the support for compiling C, C++, Objective C, Fortran,
3Java, and Chill.
4
5The GNU Compiler Collection is free software.  See the file COPYING for copying
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).
27