buildtools/legacy/gcc/INSTALL/binaries.html
Oliver Tappe e4766e1c34 * joined 'install' & 'INSTALL' into one folder (INSTALL) in order to fix
ticket #844 (checkout under Windows)


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@18886 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-09-19 08:11:25 +00:00

63 lines
2.1 KiB
HTML

<html>
<head>
<title>Installing GCC: Binaries</title>
</head>
<body>
<h1 align="center">Installing GCC: Binaries</h1>
<p>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.</p>
<p>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.</p>
<ul>
<li><a href="http://www-frec.bull.com/docs/download.htm">AIX</a></li>
<li>DOS: <a href="http://www.delorie.com/djgpp/">DJGPP</a></li>
<li><a href="http://hpux.cae.wisc.edu/">HP-UX Porting Center</a></li>
<li><a href="http://www.sco.com/skunkware/devtools/index.html#gcc">SCO
OpenServer/Unixware</a></li>
<li>Solaris (SPARC, Intel): <a
href="http://www.sunfreeware.com/">Sunfreeware</a></li>
<li>SGI: <a href="http://freeware.sgi.com/">SGI Freeware</a></li>
<li>Windows 95, 98, and NT:
<a href="http://sources.redhat.com/cygwin/">Cygwin for Windows 95,
98, and NT</a> |
<a href="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/">GNU
Win32 related projects</a> by Mumit Khan</li>
<li><a href="ftp://ftp.thewrittenword.com/packages/free/by-name/gcc-2.95.2/">The
Written Word</a> 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.</li>
<li>Hitachi H8/300[HS]: <a
href="http://www.hdl.co.jp/~kban/h8300-hms/">GNU Development Tools for
the Hitachi H8/300[HS] Series</a></li>
</ul>
<p>In addition to those specific offerings, you can get a binary
distribution CD-ROM from the <a
href="http://www.fsf.org/order/order.html">Free Software
Foundation</a>. 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.</p>
<hr>
<p><a href="./index.html">Return to the GCC Installation page</a></p>
</body>
</html>