binaries.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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-2017 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with no
  7. Invariant Sections, the Front-Cover texts being (a) (see below), and
  8. with the Back-Cover Texts being (b) (see below). A copy of the
  9. license is included in the section entitled "GNU
  10. Free Documentation License".
  11. (a) The FSF's Front-Cover Text is:
  12. A GNU Manual
  13. (b) The FSF's Back-Cover Text is:
  14. You have freedom to copy and modify this GNU Manual, like GNU
  15. software. Copies published by the Free Software Foundation raise
  16. funds for GNU development. -->
  17. <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
  18. <head>
  19. <title>Installing GCC</title>
  20. <meta name="description" content="Installing GCC">
  21. <meta name="keywords" content="Installing GCC">
  22. <meta name="resource-type" content="document">
  23. <meta name="distribution" content="global">
  24. <meta name="Generator" content="makeinfo">
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  26. <style type="text/css">
  27. <!--
  28. a.summary-letter {text-decoration: none}
  29. blockquote.smallquotation {font-size: smaller}
  30. div.display {margin-left: 3.2em}
  31. div.example {margin-left: 3.2em}
  32. div.indentedblock {margin-left: 3.2em}
  33. div.lisp {margin-left: 3.2em}
  34. div.smalldisplay {margin-left: 3.2em}
  35. div.smallexample {margin-left: 3.2em}
  36. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  37. div.smalllisp {margin-left: 3.2em}
  38. kbd {font-style:oblique}
  39. pre.display {font-family: inherit}
  40. pre.format {font-family: inherit}
  41. pre.menu-comment {font-family: serif}
  42. pre.menu-preformatted {font-family: serif}
  43. pre.smalldisplay {font-family: inherit; font-size: smaller}
  44. pre.smallexample {font-size: smaller}
  45. pre.smallformat {font-family: inherit; font-size: smaller}
  46. pre.smalllisp {font-size: smaller}
  47. span.nocodebreak {white-space:nowrap}
  48. span.nolinebreak {white-space:nowrap}
  49. span.roman {font-family:serif; font-weight:normal}
  50. span.sansserif {font-family:sans-serif; font-weight:normal}
  51. ul.no-bullet {list-style: none}
  52. -->
  53. </style>
  54. </head>
  55. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  56. <h1 class="settitle" align="center">Installing GCC</h1>
  57. <a name="index-Binaries"></a>
  58. <a name="index-Installing-GCC_003a-Binaries"></a>
  59. <p>We are often asked about pre-compiled versions of GCC. While we cannot
  60. provide these for all platforms, below you&rsquo;ll find links to binaries for
  61. various platforms where creating them by yourself is not easy due to various
  62. reasons.
  63. </p>
  64. <p>Please note that we did not create these binaries, nor do we
  65. support them. If you have any problems installing them, please
  66. contact their makers.
  67. </p>
  68. <ul>
  69. <li> AIX:
  70. <ul>
  71. <li> <a href="http://www.bullfreeware.com">Bull&rsquo;s Open Source Software Archive for
  72. for AIX 5L and AIX 6</a>;
  73. </li><li> <a href="http://www.perzl.org/aix/">AIX Open Source Packages (AIX5L AIX 6.1
  74. AIX 7.1)</a>.
  75. </li></ul>
  76. </li><li> DOS&mdash;<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
  77. </li><li> HP-UX:
  78. <ul>
  79. <li> <a href="http://hpux.connect.org.uk/">HP-UX Porting Center</a>;
  80. </li></ul>
  81. </li><li> Solaris 2 (SPARC, Intel):
  82. <ul>
  83. <li> <a href="https://www.opencsw.org/">OpenCSW</a>
  84. </li><li> <a href="http://jupiterrise.com/tgcware/">TGCware</a>
  85. </li></ul>
  86. </li><li> Microsoft Windows:
  87. <ul>
  88. <li> The <a href="https://sourceware.org/cygwin/">Cygwin</a> project;
  89. </li><li> The <a href="http://www.mingw.org/">MinGW</a> and
  90. <a href="http://mingw-w64.org/doku.php">mingw-w64</a> projects.
  91. </li></ul>
  92. </li><li> <a href="http://www.openpkg.org/">OpenPKG</a> offers binaries for quite a
  93. number of platforms.
  94. </li><li> The <a href="http://gcc.gnu.org/wiki/GFortranBinaries">GFortran Wiki</a> has
  95. links to GNU Fortran binaries for several platforms.
  96. </li></ul>
  97. <hr />
  98. <p><p><a href="./index.html">Return to the GCC Installation page</a>
  99. </p>
  100. </body>
  101. </html>