home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / README < prev    next >
Text File  |  1994-02-06  |  1KB  |  30 lines

  1. This directory contains the version 2.3.3 release of the GNU C
  2. compiler.  It includes all of the support for compiling C++ and
  3. Objective C, including a run-time library for Objective C.
  4.  
  5. This is still a beta test release, but aside from the Objective C
  6. run-time, it ought to be close to reliable.
  7.  
  8. The GNU C compiler is free software.  See the file COPYING for copying
  9. permission.
  10.  
  11. See the file gcc.texi (together with other files that it includes) for
  12. installation and porting information.  The file INSTALL contains a
  13. copy of the installation information, as plain ASCII.
  14.  
  15. Installing this package will create various files in subdirectories of
  16. /usr/local/lib, which are passes used by the compiler and a library
  17. named libgcc.a.  It will also create /usr/local/bin/gcc, which is
  18. the user-level command to do a compilation.
  19.  
  20. See the Bugs chapter of the GCC Manual for how to report bugs
  21. usefully.  An online readable version of the manual is in the files
  22. gcc.info*.
  23.  
  24. The files pself.c and pself1.c are not part of GCC.
  25. They are programs that print themselves on standard output.
  26. They were written by Dario Dariol and Giovanni Cozzi, and are
  27. included for your hacking pleasure.  Likewise pself2.c
  28. (Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
  29. Fakhreyev).
  30.