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-2022 Free Software Foundation, Inc. 4 5 Permission is granted to copy, distribute and/or modify this document 6 under the terms of the GNU Free Documentation License, Version 1.3 or 7 any later version published by the Free Software Foundation; with no 8 Invariant Sections, the Front-Cover texts being (a) (see below), and 9 with the Back-Cover Texts being (b) (see below). A copy of the 10 license is included in the section entitled "GNU 11 Free Documentation License". 12 13 (a) The FSF's Front-Cover Text is: 14 15 A GNU Manual 16 17 (b) The FSF's Back-Cover Text is: 18 19 You 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: Binaries</title> 26 27 <meta name="description" content="Installing GCC: Binaries"> 28 <meta name="keywords" content="Installing GCC: Binaries"> 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 <!-- 34 a.summary-letter {text-decoration: none} 35 blockquote.indentedblock {margin-right: 0em} 36 blockquote.smallindentedblock {margin-right: 0em; font-size: smaller} 37 blockquote.smallquotation {font-size: smaller} 38 div.display {margin-left: 3.2em} 39 div.example {margin-left: 3.2em} 40 div.lisp {margin-left: 3.2em} 41 div.smalldisplay {margin-left: 3.2em} 42 div.smallexample {margin-left: 3.2em} 43 div.smalllisp {margin-left: 3.2em} 44 kbd {font-style: oblique} 45 pre.display {font-family: inherit} 46 pre.format {font-family: inherit} 47 pre.menu-comment {font-family: serif} 48 pre.menu-preformatted {font-family: serif} 49 pre.smalldisplay {font-family: inherit; font-size: smaller} 50 pre.smallexample {font-size: smaller} 51 pre.smallformat {font-family: inherit; font-size: smaller} 52 pre.smalllisp {font-size: smaller} 53 span.nolinebreak {white-space: nowrap} 54 span.roman {font-family: initial; font-weight: normal} 55 span.sansserif {font-family: sans-serif; font-weight: normal} 56 ul.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: Binaries</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 92 provide these for all platforms, below you’ll find links to binaries for 93 various platforms where creating them by yourself is not easy due to various 94 reasons. 95 </p> 96 <p>Please note that we did not create these binaries, nor do we 97 support them. If you have any problems installing them, please 98 contact their makers. 99 </p> 100 <ul> 101 <li> AIX: 102 <ul> 103 <li> <a href="http://www.bullfreeware.com">Bull’s Open Source Software Archive for 104 for AIX 6 and AIX 7</a>; 105 106 </li><li> <a href="http://www.perzl.org/aix/">AIX Open Source Packages (AIX5L AIX 6.1 107 AIX 7.1)</a>. 108 </li></ul> 109 110 </li><li> DOS—<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 </li></ul> 121 122 </li><li> macOS: 123 <ul> 124 <li> The <a href="https://brew.sh">Homebrew</a> package manager; 125 </li><li> <a href="https://www.macports.org">MacPorts</a>. 126 </li></ul> 127 128 </li><li> Microsoft Windows: 129 <ul> 130 <li> The <a href="https://sourceware.org/cygwin/">Cygwin</a> project; 131 </li><li> The <a href="https://osdn.net/projects/mingw/">MinGW</a> and 132 <a href="https://www.mingw-w64.org/">mingw-w64</a> projects. 133 </li></ul> 134 135 </li><li> <a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a 136 number of platforms. 137 138 </li><li> The <a href="https://gcc.gnu.org/wiki/GFortranBinaries">GFortran Wiki</a> has 139 links to GNU Fortran binaries for several platforms. 140 </li></ul> 141 142 <hr /> 143 <p> 144 <p><a href="./index.html">Return to the GCC Installation page</a> 145 </p> 146 147 148 149 150 151 152 </body> 153 </html> 154