binaries.html revision 1.11
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<!-- Copyright (C) 1988-2018 Free Software Foundation, Inc.
4
5Permission is granted to copy, distribute and/or modify this document
6under the terms of the GNU Free Documentation License, Version 1.3 or
7any later version published by the Free Software Foundation; with no
8Invariant Sections, the Front-Cover texts being (a) (see below), and
9with the Back-Cover Texts being (b) (see below).  A copy of the
10license is included in the section entitled "GNU
11Free Documentation License".
12
13(a) The FSF's Front-Cover Text is:
14
15A GNU Manual
16
17(b) The FSF's Back-Cover Text is:
18
19You have freedom to copy and modify this GNU Manual, like GNU
20     software.  Copies published by the Free Software Foundation raise
21     funds for GNU development. -->
22<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
23<head>
24<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
25<title>Installing GCC</title>
26
27<meta name="description" content="Installing GCC">
28<meta name="keywords" content="Installing GCC">
29<meta name="resource-type" content="document">
30<meta name="distribution" content="global">
31<meta name="Generator" content="makeinfo">
32<style type="text/css">
33<!--
34a.summary-letter {text-decoration: none}
35blockquote.indentedblock {margin-right: 0em}
36blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
37blockquote.smallquotation {font-size: smaller}
38div.display {margin-left: 3.2em}
39div.example {margin-left: 3.2em}
40div.lisp {margin-left: 3.2em}
41div.smalldisplay {margin-left: 3.2em}
42div.smallexample {margin-left: 3.2em}
43div.smalllisp {margin-left: 3.2em}
44kbd {font-style: oblique}
45pre.display {font-family: inherit}
46pre.format {font-family: inherit}
47pre.menu-comment {font-family: serif}
48pre.menu-preformatted {font-family: serif}
49pre.smalldisplay {font-family: inherit; font-size: smaller}
50pre.smallexample {font-size: smaller}
51pre.smallformat {font-family: inherit; font-size: smaller}
52pre.smalllisp {font-size: smaller}
53span.nolinebreak {white-space: nowrap}
54span.roman {font-family: initial; font-weight: normal}
55span.sansserif {font-family: sans-serif; font-weight: normal}
56ul.no-bullet {list-style: none}
57-->
58</style>
59
60
61</head>
62
63<body lang="en">
64<h1 class="settitle" align="center">Installing GCC</h1>
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88<a name="index-Binaries"></a>
89<a name="index-Installing-GCC_003a-Binaries"></a>
90
91<p>We are often asked about pre-compiled versions of GCC.  While we cannot
92provide these for all platforms, below you&rsquo;ll find links to binaries for
93various platforms where creating them by yourself is not easy due to various
94reasons.
95</p>
96<p>Please note that we did not create these binaries, nor do we
97support them.  If you have any problems installing them, please
98contact their makers.
99</p>
100<ul>
101<li> AIX:
102<ul>
103<li> <a href="http://www.bullfreeware.com">Bull&rsquo;s Open Source Software Archive for
104for AIX 5L and AIX 6</a>;
105
106</li><li> <a href="http://www.perzl.org/aix/">AIX Open Source Packages (AIX5L AIX 6.1
107AIX 7.1)</a>.
108</li></ul>
109
110</li><li> DOS&mdash;<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
111
112</li><li> HP-UX:
113<ul>
114<li> <a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
115</li></ul>
116
117</li><li> Solaris 2 (SPARC, Intel):
118<ul>
119<li> <a href="https://www.opencsw.org/">OpenCSW</a>
120
121</li><li> <a href="http://jupiterrise.com/tgcware/">TGCware</a>
122</li></ul>
123
124</li><li> macOS:
125<ul>
126<li> The <a href="https://brew.sh">Homebrew</a> package manager;
127</li><li> <a href="https://www.macports.org">MacPorts</a>.
128</li></ul>
129
130</li><li> Microsoft Windows:
131<ul>
132<li> The <a href="https://sourceware.org/cygwin/">Cygwin</a> project;
133</li><li> The <a href="http://www.mingw.org/">MinGW</a> and
134<a href="http://mingw-w64.org/doku.php">mingw-w64</a> projects.
135</li></ul>
136
137</li><li> <a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
138number of platforms.
139
140</li><li> The <a href="http://gcc.gnu.org/wiki/GFortranBinaries">GFortran Wiki</a> has
141links to GNU Fortran binaries for several platforms.
142</li></ul>
143
144<hr />
145<p>
146<p><a href="./index.html">Return to the GCC Installation page</a>
147</p>
148
149
150
151
152
153
154
155</body>
156</html>
157