Various egcs-1.0.1 related changes.
[official-gcc.git] / INSTALL / finalinstall.html
blobd0371a86bf9160be5e78a6280053815f308e11d3
1 <html>
2 <head>
3 <title>Final install egcs-1.0.1 </title>
4 </head>
5 <body bgcolor="white">
6 <h1 align="center">Final install egcs-1.0.1</h1>
8 <p>Now that egcs has been built and tested, you can install it with
9 `cd <i>objdir</i>; make install' for a native compiler or
10 `cd <i>objdir</i>; make install LANGUAGES="c c++"' for a cross compiler
11 (note installing cross compilers will be easier in the next release!).
14 <p>That step completes the installation of egcs; user level binaries can
15 be found in <i>prefix</i>/bin where <i>prefix</i> is the value you specified
16 with the --prefix to configure (or /usr/local by default).
18 <p>If you don't mind, please send egcs@cygnus.com a short mail message
19 indicating that you successfully built and installed egcs. Include
20 the output from running <i>srcdir</i>/config.guess.
22 <p>If you find a bug in egcs, please report it to
23 <a href="mailto:egcs-bugs@cygnus.com">egcs-bugs@cygnus.com</a>.
25 <p>
26 <hr>
27 <i>Last modified on Jan 2, 1998.</i>
29 </body>
30 </html>