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
5@node Service
6@chapter How To Get Help with GCC
7
8If you need help installing, using or changing GCC, there are two
9ways to find it:
10
11@itemize @bullet
12@item
13Send a message to a suitable network mailing list.  First try
14@email{gcc-help@@gcc.gnu.org} (for help installing or using GCC), and if
15that brings no response, try @email{gcc@@gcc.gnu.org}.  For help
16changing GCC, ask @email{gcc@@gcc.gnu.org}.  If you think you have found
17a bug in GCC, please report it following the instructions at
18@pxref{Bug Reporting}.
19
20@item
21Look in the service directory for someone who might help you for a fee.
22The service directory is found at
23@uref{http://www.fsf.org/resources/service}.
24@end itemize
25
26For further information, see
27@uref{http://gcc.gnu.org/faq.html#support}.
28