summaryrefslogtreecommitdiff
path: root/gnu/egcs/install/finalinstall.html
blob: 5c11a50321388f88b2be0e8ef8cfc118d2875e8d (plain)
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
<html>
<head>
<title>Installing GCC: Final installation</title>
</head>
<body>
<h1 align="center">Installing GCC: Final installation</h1>

<p>Now that GCC has been built and tested, you can install it with
`<code>cd <i>objdir</i>; make install</code>' for a native compiler or
`<code>cd <i>objdir</i>; make install LANGUAGES="c c++"</code>' for 
a cross compiler (note installing cross compilers will be easier in the 
next release!).


<p>That step completes the installation of GCC; user level binaries can
be found in <i>prefix</i>/bin where <i>prefix</i> is the value you specified
with the --prefix to configure (or /usr/local by default).

<p>If you don't mind, please quickly review the <a
href="http://egcs.cygnus.com/gcc-2.95/buildstat.html">build status page</a>.
If your system is not listed, send a note to
<a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a> indicating
that you successfully built and installed GCC.

Include the output from running <i>srcdir</i>/config.guess.  (Do not
send us the config.guess file itself, just the output from running
it!)

<p>If you find a bug, please report it following our <a
href="../faq.html#bugreport">bug reporting guidlines</a>.

<p>
<hr>
<i>Last modified on July 16, 1999.</i>

</body>
</html>