service.texi 902 B

12345678910111213141516171819202122232425262728
  1. @c Copyright (C) 1988-2015 Free Software Foundation, Inc.
  2. @c This is part of the GCC manual.
  3. @c For copying conditions, see the file gcc.texi.
  4. @node Service
  5. @chapter How To Get Help with GCC
  6. If you need help installing, using or changing GCC, there are two
  7. ways to find it:
  8. @itemize @bullet
  9. @item
  10. Send a message to a suitable network mailing list. First try
  11. @email{gcc-help@@gcc.gnu.org} (for help installing or using GCC), and if
  12. that brings no response, try @email{gcc@@gcc.gnu.org}. For help
  13. changing GCC, ask @email{gcc@@gcc.gnu.org}. If you think you have found
  14. a bug in GCC, please report it following the instructions at
  15. @pxref{Bug Reporting}.
  16. @item
  17. Look in the service directory for someone who might help you for a fee.
  18. The service directory is found at
  19. @uref{http://www.fsf.org/resources/service}.
  20. @end itemize
  21. For further information, see
  22. @uref{http://gcc.gnu.org/faq.html#support}.