diff options
Diffstat (limited to 'INSTALL/finalinstall.html')
-rw-r--r-- | INSTALL/finalinstall.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/INSTALL/finalinstall.html b/INSTALL/finalinstall.html deleted file mode 100644 index c7984f106a7..00000000000 --- a/INSTALL/finalinstall.html +++ /dev/null @@ -1,30 +0,0 @@ -<html> -<head> -<title>Final install egcs-1.0 </title> -</head> -<body bgcolor="white"> -<h1 align="center">Final install egcs-1.0</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 December 2, 1997.</i> - -</body> -</html> |