1 | <html lang="en">
|
---|
2 | <head>
|
---|
3 | <title>Downloading GCC</title>
|
---|
4 | <meta http-equiv="Content-Type" content="text/html">
|
---|
5 | <meta name="description" content="Downloading GCC">
|
---|
6 | <meta name="generator" content="makeinfo 4.5">
|
---|
7 | <link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
|
---|
8 | <!--
|
---|
9 | Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
---|
10 | 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
---|
11 | <br><p>
|
---|
12 | <p>Permission is granted to copy, distribute and/or modify this document
|
---|
13 | under the terms of the GNU Free Documentation License, Version 1.2 or
|
---|
14 | any later version published by the Free Software Foundation; with no
|
---|
15 | Invariant Sections, the Front-Cover texts being (a) (see below), and
|
---|
16 | with the Back-Cover Texts being (b) (see below). A copy of the
|
---|
17 | license is included in the section entitled "<a href="./gfdl.html">GNU Free Documentation License</a>".
|
---|
18 |
|
---|
19 | <p>(a) The FSF's Front-Cover Text is:
|
---|
20 |
|
---|
21 | <p>A GNU Manual
|
---|
22 |
|
---|
23 | <p>(b) The FSF's Back-Cover Text is:
|
---|
24 |
|
---|
25 | <p>You have freedom to copy and modify this GNU Manual, like GNU
|
---|
26 | software. Copies published by the Free Software Foundation raise
|
---|
27 | funds for GNU development.-->
|
---|
28 | </head>
|
---|
29 | <body>
|
---|
30 | <h1 class="settitle">Downloading GCC</h1>
|
---|
31 | GCC is distributed via <a href="http://gcc.gnu.org/cvs.html">CVS</a> and FTP
|
---|
32 | tarballs compressed with <code>gzip</code> or
|
---|
33 | <code>bzip2</code>. It is possible to download a full distribution or specific
|
---|
34 | components.
|
---|
35 |
|
---|
36 | <p>Please refer to our <a href="http://gcc.gnu.org/releases.html">releases web page</a>
|
---|
37 | for information on how to obtain GCC.
|
---|
38 |
|
---|
39 | <p>The full distribution includes the C, C++, Objective-C, Fortran, Java,
|
---|
40 | and Ada (in case of GCC 3.1 and later) compilers. The full distribution
|
---|
41 | also includes runtime libraries for C++, Objective-C, Fortran, and Java.
|
---|
42 | In GCC 3.0 and later versions, GNU compiler testsuites are also included
|
---|
43 | in the full distribution.
|
---|
44 |
|
---|
45 | <p>If you choose to download specific components, you must download the core
|
---|
46 | GCC distribution plus any language specific distributions you wish to
|
---|
47 | use. The core distribution includes the C language front end as well as the
|
---|
48 | shared components. Each language has a tarball which includes the language
|
---|
49 | front end as well as the language runtime (when appropriate).
|
---|
50 |
|
---|
51 | <p>Unpack the core distribution as well as any language specific
|
---|
52 | distributions in the same directory.
|
---|
53 |
|
---|
54 | <p>If you also intend to build binutils (either to upgrade an existing
|
---|
55 | installation or for use in place of the corresponding tools of your
|
---|
56 | OS), unpack the binutils distribution either in the same directory or
|
---|
57 | a separate one. In the latter case, add symbolic links to any
|
---|
58 | components of the binutils you intend to build alongside the compiler
|
---|
59 | (<code>bfd</code>, <code>binutils</code>, <code>gas</code>, <code>gprof</code>, <code>ld</code>,
|
---|
60 | <code>opcodes</code>, <small class="dots">...</small>) to the directory containing the GCC sources.
|
---|
61 |
|
---|
62 | <hr />
|
---|
63 | <p>
|
---|
64 | <a href="./index.html">Return to the GCC Installation page</a>
|
---|
65 |
|
---|
66 | </body></html>
|
---|
67 |
|
---|