aboutsummaryrefslogtreecommitdiff
path: root/INSTALL/finalinstall.html
blob: d0371a86bf9160be5e78a6280053815f308e11d3 (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
<html>
<head>
<title>Final install egcs-1.0.1 </title>
</head>
<body bgcolor="white">
<h1 align="center">Final install egcs-1.0.1</h1>

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


<p>That step completes the installation of egcs; 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 send egcs@cygnus.com a short mail message
indicating that you successfully built and installed egcs.  Include
the output from running <i>srcdir</i>/config.guess.

<p>If you find a bug in egcs, please report it to
<a href="mailto:egcs-bugs@cygnus.com">egcs-bugs@cygnus.com</a>.

<p>
<hr>
<i>Last modified on Jan 2, 1998.</i>

</body>
</html>