NetBSD/gnu/dist/toolchain/install/index.html

51 lines
1.7 KiB
HTML
Raw Normal View History

<html>
<head>
<title>Installing GCC</title>
</head>
<body>
<h1 align="center">Installing GCC</h1>
<p>The latest version of this document is always available at <a href="
http://egcs.cygnus.com/install/">http://egcs.cygnus.com/install/</a>.
<p>This document describes the generic installation procedure for GCC as
well as detailing some target specific installation instructions.
<p>GCC includes several components that previously were separate distributions
with their own installation instructions. This document supercedes all
package specific installation instructions. We provide the component specific
installation information in the source distribution for historical reference
purposes only.
<p>We recommend you read the entire generic installation instructions as
well as any target specific installation instructions before you proceed
to configure, build, test and install GCC.
<p>If something goes wrong in the configure, build, test or install
procedures, first double check that you followed the generic and target
specific installation instructions carefully. Then check the
<a href="../faq.html">FAQ</a> to see if your problem is covered before you file
a bug report.
<p><em>Before</em> starting the build/install procedure <em>please</em> browse
the <a href="specific.html">host/target specific installation notes</a>.
<p>The installation procedure is broken into five steps.
<ul>
<li> <a href="download.html">downloading the source</a>
<li> <a href="configure.html">configure</a>
<li> <a href="build.html">build</a>
<li> <a href="test.html">test</a> (optional)
<li> <a href="finalinstall.html">install</a>
</ul>
<hr>
<a href="../index.html">Return to the GCC home page</a>
<hr>
<i>Last modified on July 15, 1999.</i>
</body>
</html>