]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/service.texi
Daily bump.
[thirdparty/gcc.git] / gcc / doc / service.texi
CommitLineData
23a5b65a 1@c Copyright (C) 1988-2014 Free Software Foundation, Inc.
b64a6a11
JM
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
2711df18 23@uref{http://www.fsf.org/resources/service}.
b64a6a11 24@end itemize
2e687c2c
SL
25
26For further information, see
27@uref{http://gcc.gnu.org/faq.html#support}.