1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
Installing GCC: Binaries
We are often asked about pre-compiled versions of GCC. While we cannot
provide these for all platforms, below you'll find links to binaries
for various platforms where creating them by yourself is not easy due
to various reasons.
Please note that we did not create these binaries, nor do we support
them. If you have any problems installing them, please contact their
makers.
* [1]AIX
* DOS: [2]DJGPP
* [3]HP-UX Porting Center
* [4]SCO OpenServer/Unixware
* Solaris (SPARC, Intel): [5]Sunfreeware
* SGI: [6]SGI Freeware
* Windows 95, 98, and NT: [7]Cygwin for Windows 95, 98, and NT |
[8]GNU Win32 related projects by Mumit Khan
* [9]The Written Word offers binaries for Solaris 2.5.1, 2.6,
2.7/SPARC, 2.7/Intel, IRIX 6.2, 6.5, Digital UNIX 4.0D, HP-UX
10.20, and HP-UX 11.00.
In addition to those specific offerings, you can get a binary
distribution CD-ROM from the [10]Free Software Foundation. It contains
binaries for a number of platforms, and includes not only GCC, but
other stuff as well. The current CD does not contain the latest
version of GCC, but it should allow bootstrapping the compiler. An
updated version of that disk is in the works.
_________________________________________________________________
[11]Return to the GCC Installation page
References
1. http://www-frec.bull.com/docs/download.htm
2. http://www.delorie.com/djgpp/
3. http://hpux.cae.wisc.edu/
4. http://www.sco.com/skunkware/devtools/index.html#gcc
5. http://www.sunfreeware.com/
6. http://freeware.sgi.com/
7. http://sources.redhat.com/cygwin/
8. http://www.xraylith.wisc.edu/~khan/software/gnu-win32/
9. ftp://ftp.thewrittenword.com/packages/free/by-name/gcc-2.95.2/
10. http://www.fsf.org/order/order.html
11. http://gcc.gnu.org/install/index.html
|