source: trunk/src/gcc/INSTALL/binaries.html@ 1036

Last change on this file since 1036 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 2.5 KB
Line 
1<html lang="en"><head>
2<title>Installing GCC: Binaries</title>
3<meta http-equiv="Content-Type" content="text/html">
4<meta name=description content="Installing GCC: Binaries">
5<meta name=generator content="makeinfo 4.0">
6<link href="http://texinfo.org/" rel=generator-home>
7</head><body>
8
9<p>W<p>e are often asked about pre-compiled versions of GCC. While we cannot
10provide these for all platforms, below you'll find links to binaries for
11various platforms where creating them by yourself is not easy due to various
12reasons.
13
14<p>Please note that we did not create these binaries, nor do we
15support them. If you have any problems installing them, please
16contact their makers.
17
18<ul>
19<li>AIX:
20<ul>
21<li><a href="http://www.bullfreeware.com">Bull's Freeware and Shareware Archive for AIX</a>;
22
23<li><a href="http://aixpdslib.seas.ucla.edu">UCLA Software Library for AIX</a>.
24</ul>
25
26<li>DOS--<a href="http://www.delorie.com/djgpp/">DJGPP</a>.
27
28<li>Hitachi H8/300[HS]--<a href="http://h8300-hms.sourceforge.net/">GNU Development Tools for the Hitachi H8/300[HS] Series</a>.
29
30<li>HP-UX:
31<ul>
32<li><a href="http://hpux.cae.wisc.edu/">HP-UX Porting Center</a>;
33
34<li><a href="ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/">Binaries for HP-UX 11.00 at Aachen University of Technology</a>.
35</ul>
36
37<li><a href="http://www.sco.com/skunkware/devtools/index.html#gcc">SCO OpenServer/Unixware</a>.
38
39<li>Sinix/Reliant Unix--<a href="ftp://ftp.siemens.de/sni/mr/pd/gnu/gcc">Siemens</a>.
40
41<li>Solaris 2 (SPARC, Intel)--<a href="http://www.sunfreeware.com/">Sunfreeware</a>.
42
43<li>SGI--<a href="http://freeware.sgi.com/">SGI Freeware</a>.
44
45<li>Windows 95, 98, and NT:
46<ul>
47<li>The <a href="http://sources.redhat.com/cygwin/">Cygwin</a> project;
48<li>The <a href="http://www.mingw.org/">MinGW</a> project.
49</ul>
50
51<li><a href="ftp://ftp.thewrittenword.com/packages/free/by-name/">The Written Word</a> offers binaries for Solaris 2.5.1, 2.6, 2.7/SPARC, 2.7/Intel,
52IRIX 6.2, 6.5, Digital UNIX 4.0D, HP-UX 10.20, and HP-UX 11.00.
53
54</ul>
55
56<p>In addition to those specific offerings, you can get a binary
57distribution CD-ROM from the
58<a href="http://www.fsf.org/order/order.html">Free Software Foundation</a>.
59It contains binaries for a number of platforms, and
60includes not only GCC, but other stuff as well. The current CD does
61not contain the latest version of GCC, but it should allow
62bootstrapping the compiler. An updated version of that disk is in the
63works.
64
65<hr />
66<p>
67<a href="./index.html">Return to the GCC Installation page</a>
68
69</body></html>
70
Note: See TracBrowser for help on using the repository browser.