home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / programm / 5589 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  2.5 KB

  1. Path: sparky!uunet!usc!noiro.acs.uci.edu!news.service.uci.edu!hardy
  2. From: hardy@golem.ps.uci.edu (Meinhard E. Mayer (Hardy))
  3. Subject: Re: GNU cc features doc?
  4. Nntp-Posting-Host: golem.ps.uci.edu
  5. Message-ID: <HARDY.92Aug13002852@golem.ps.uci.edu>
  6. In-reply-to: tim@aplcen.apl.jhu.edu's message of Wed, 12 Aug 92 16:27:22 GMT
  7. Newsgroups: comp.sys.next.programmer
  8. Organization: Department of Physics, UC Irvine, CA 92717-4575, USA
  9. Lines: 45
  10. References: <1992Aug11.184926.6565@aplcen.apl.jhu.edu>
  11.     <1992Aug12.162722.28691@aplcen.apl.jhu.edu>
  12. Date: 13 Aug 92 07:29:20 GMT
  13.  
  14. Like other gnu manuals, the gcc manual comes in Texinfo format, which
  15. allows producing both the info files (accessible via emacs in
  16. info-mode, or directly with the info program) and the dvi-file for a
  17. printed manual. The Free Software Foundation also sells bound copies
  18. of manuals.
  19. Here is the top node of the info file:
  20.  
  21. File: gcc.info, Node: Top, Next: Copying, Up: (DIR)
  22.  
  23. Introduction
  24. ************
  25.  
  26.    This manual documents how to run, install and port the GNU C
  27. compiler, as well as its new features and incompatibilities, and how to
  28. report bugs.  It corresponds to GNU CC version 2.0.
  29.  
  30. * Menu:
  31.  
  32. * Copying::         GNU General Public License says
  33.                      how you can copy and share GNU CC.
  34. * Contributors::    People who have contributed to GNU CC.
  35. * Boycott::        Protect your freedom--fight "look and feel".
  36. * Invoking GCC::      Command options supported by `gcc'.
  37. * Installation::    How to configure, compile and install GNU CC.
  38. * Trouble::         If you have trouble installing GNU CC.
  39. * Service::         How to find suppliers of support for GNU CC.
  40. * Incompatibilities:: Incompatibilities of GNU CC.
  41. * Extensions::      GNU extensions to the C language.
  42. * Bugs::            How to report bugs (if you want to get them fixed).
  43. * VMS::             Using GNU CC on VMS.
  44. * Portability::     Goals of GNU CC's portability features.
  45. * Interface::       Function-call interface of GNU CC output.
  46. * Passes::          Order of passes, what they do, and what each file is for.
  47. * RTL::             The intermediate representation that most passes work on.
  48. * Machine Desc::    How to write machine description instruction patterns.
  49. * Machine Macros::  How to write the machine description C macros.
  50. * Config::          Writing the `xm-MACHINE.h' file.
  51. * Index::        Index of concepts and symbol names.
  52.  
  53. --
  54. Hardy 
  55. -----
  56. Meinhard E. Mayer,  Department of Physics, UC Irvine 
  57. e-mail: hardy@golem.ps.uci.edu (preferred) or MMAYER@UCI.BITNET
  58.  
  59.