source: trunk/third/gcc/README @ 8834

Revision 8834, 1.1 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
1This directory contains the version 2.7.2 release of the GNU C
2compiler.  It includes all of the support for compiling C++ and
3Objective C, including a run-time library for Objective C.
4
5The GNU C compiler 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).
Note: See TracBrowser for help on using the repository browser.