Changeset 1391 for branches/GNU/src/gcc/INSTALL/index.html
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/INSTALL/index.html
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 <html lang="en"><head> 1 <html lang="en"> 2 <head> 2 3 <title>Installing GCC</title> 3 4 <meta http-equiv="Content-Type" content="text/html"> 4 <meta name=description content="Installing GCC"> 5 <meta name=generator content="makeinfo 4.0"> 6 <link href="http://texinfo.org/" rel=generator-home> 7 </head><body> 5 <meta name="description" content="Installing GCC"> 6 <meta name="generator" content="makeinfo 4.6"> 7 <!-- 8 Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 9 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 10 <br><p> 11 <p>Permission is granted to copy, distribute and/or modify this document 12 under the terms of the GNU Free Documentation License, Version 1.2 or 13 any later version published by the Free Software Foundation; with no 14 Invariant Sections, the Front-Cover texts being (a) (see below), and 15 with the Back-Cover Texts being (b) (see below). A copy of the 16 license is included in the section entitled "<a href="./gfdl.html">GNU Free Documentation License</a>". 8 17 9 <p>T<p>he latest version of this document is always available at 18 <p>(a) The FSF's Front-Cover Text is: 19 20 <p>A GNU Manual 21 22 <p>(b) The FSF's Back-Cover Text is: 23 24 <p>You have freedom to copy and modify this GNU Manual, like GNU 25 software. Copies published by the Free Software Foundation raise 26 funds for GNU development.--> 27 <meta http-equiv="Content-Style-Type" content="text/css"> 28 <style type="text/css"><!-- 29 pre.display { font-family:inherit } 30 pre.format { font-family:inherit } 31 pre.smalldisplay { font-family:inherit; font-size:smaller } 32 pre.smallformat { font-family:inherit; font-size:smaller } 33 pre.smallexample { font-size:smaller } 34 pre.smalllisp { font-size:smaller } 35 --></style> 36 </head> 37 <body> 38 <h1 class="settitle">Installing GCC</h1> 39 The latest version of this document is always available at 10 40 <a href="http://gcc.gnu.org/install/">http://gcc.gnu.org/install/</a>. 11 41 12 <p>This document describes the generic installation procedure for GCC as well42 <p>This document describes the generic installation procedure for GCC as well 13 43 as detailing some target specific installation instructions. 14 44 15 <p>GCC includes several components that previously were separate distributions45 <p>GCC includes several components that previously were separate distributions 16 46 with their own installation instructions. This document supersedes all 17 47 package specific installation instructions. 18 48 19 <p><em>Before</em> starting the build/install procedure please check the49 <p><em>Before</em> starting the build/install procedure please check the 20 50 <a href="specific.html">host/target specific installation notes</a>. 21 51 We recommend you browse the entire generic installation instructions before 22 52 you proceed. 23 53 24 <p>Lists of successful builds for released versions of GCC are54 <p>Lists of successful builds for released versions of GCC are 25 55 available at <a href="http://gcc.gnu.org/buildstat.html">http://gcc.gnu.org/buildstat.html</a>. 26 56 These lists are updated as new information becomes available. 27 57 28 <p>The installation procedure itself is broken into five steps.58 <p>The installation procedure itself is broken into five steps. 29 59 30 <ol type=1 start=1>31 < /p><li><a href="download.html">Downloading the source</a>60 <ol type=1 start=1> 61 <li><a href="download.html">Downloading the source</a> 32 62 <li><a href="configure.html">Configuration</a> 33 63 <li><a href="build.html">Building</a> 34 64 <li><a href="test.html">Testing</a> (optional) 35 65 <li><a href="finalinstall.html">Final install</a> 36 </ol>66 </ol> 37 67 38 <p>Please note that GCC does not support <code>make uninstall</code> and probably68 <p>Please note that GCC does not support <code>make uninstall</code> and probably 39 69 won't do so in the near future as this would open a can of worms. Instead, 40 70 we suggest that you install GCC into a directory of its own and simply … … 43 73 more binaries exist that use them. 44 74 45 <p>There are also some <a href="old.html">old installation instructions</a>,75 <p>There are also some <a href="old.html">old installation instructions</a>, 46 76 which are mostly obsolete but still contain some information which has 47 77 not yet been merged into the main part of this manual. 48 78 49 <hr />79 <hr /> 50 80 <p> 51 81 <a href="./index.html">Return to the GCC Installation page</a> 52 82 53 <p>Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 54 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 55 83 Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 84 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 56 85 <br><p> 57 <p>Permission is granted to copy, distribute and/or modify this document58 under the terms of the GNU Free Documentation License, Version 1. 1or86 <p>Permission is granted to copy, distribute and/or modify this document 87 under the terms of the GNU Free Documentation License, Version 1.2 or 59 88 any later version published by the Free Software Foundation; with no 60 89 Invariant Sections, the Front-Cover texts being (a) (see below), and … … 62 91 license is included in the section entitled "<a href="./gfdl.html">GNU Free Documentation License</a>". 63 92 64 <p>(a) The FSF's Front-Cover Text is:93 <p>(a) The FSF's Front-Cover Text is: 65 94 66 <p>A GNU Manual95 <p>A GNU Manual 67 96 68 <p>(b) The FSF's Back-Cover Text is:97 <p>(b) The FSF's Back-Cover Text is: 69 98 70 <p>You have freedom to copy and modify this GNU Manual, like GNU 71 software. Copies published by the Free Software Foundation raise 72 funds for GNU development. 99 <p>You have freedom to copy and modify this GNU Manual, like GNU 100 software. Copies published by the Free Software Foundation raise 101 funds for GNU development. 102 </body></html> 73 103 74 </body></html>75 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.