Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/INSTALL/index.html

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    1 <html lang="en"><head>
     1   <html lang="en">
     2<head>
    23<title>Installing GCC</title>
    34<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<!--
     8Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
     91999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
     10<br><p>
     11   <p>Permission is granted to copy, distribute and/or modify this document
     12under the terms of the GNU Free Documentation License, Version 1.2 or
     13any later version published by the Free Software Foundation; with no
     14Invariant Sections, the Front-Cover texts being (a) (see below), and
     15with the Back-Cover Texts being (b) (see below).  A copy of the
     16license is included in the section entitled "<a href="./gfdl.html">GNU Free Documentation License</a>".
    817
    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>
     39The latest version of this document is always available at
    1040<a href="http://gcc.gnu.org/install/">http://gcc.gnu.org/install/</a>.
    1141
    12 <p>This document describes the generic installation procedure for GCC as well
     42   <p>This document describes the generic installation procedure for GCC as well
    1343as detailing some target specific installation instructions.
    1444
    15 <p>GCC includes several components that previously were separate distributions
     45   <p>GCC includes several components that previously were separate distributions
    1646with their own installation instructions.  This document supersedes all
    1747package specific installation instructions.
    1848
    19 <p><em>Before</em> starting the build/install procedure please check the
     49   <p><em>Before</em> starting the build/install procedure please check the
    2050<a href="specific.html">host/target specific installation notes</a>.
    2151We recommend you browse the entire generic installation instructions before
    2252you proceed.
    2353
    24 <p>Lists of successful builds for released versions of GCC are
     54   <p>Lists of successful builds for released versions of GCC are
    2555available at <a href="http://gcc.gnu.org/buildstat.html">http://gcc.gnu.org/buildstat.html</a>.
    2656These lists are updated as new information becomes available.
    2757
    28 <p>The installation procedure itself is broken into five steps.
     58   <p>The installation procedure itself is broken into five steps.
    2959
    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>
    3262<li><a href="configure.html">Configuration</a>
    3363<li><a href="build.html">Building</a>
    3464<li><a href="test.html">Testing</a> (optional)
    3565<li><a href="finalinstall.html">Final install</a>
    36 </ol>
     66        </ol>
    3767
    38 <p>Please note that GCC does not support <code>make uninstall</code> and probably
     68   <p>Please note that GCC does not support <code>make uninstall</code> and probably
    3969won't do so in the near future as this would open a can of worms.  Instead,
    4070we suggest that you install GCC into a directory of its own and simply
     
    4373more binaries exist that use them.
    4474
    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>,
    4676which are mostly obsolete but still contain some information which has
    4777not yet been merged into the main part of this manual.
    4878
    49 <hr />
     79   <hr />
    5080<p>
    5181<a href="./index.html">Return to the GCC Installation page</a>
    5282
    53 <p>Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
    54 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
    55 
     83Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
     841999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    5685<br><p>
    57 <p>Permission is granted to copy, distribute and/or modify this document
    58 under the terms of the GNU Free Documentation License, Version 1.1 or
     86   <p>Permission is granted to copy, distribute and/or modify this document
     87under the terms of the GNU Free Documentation License, Version 1.2 or
    5988any later version published by the Free Software Foundation; with no
    6089Invariant Sections, the Front-Cover texts being (a) (see below), and
     
    6291license is included in the section entitled "<a href="./gfdl.html">GNU Free Documentation License</a>".
    6392
    64 <p>(a) The FSF's Front-Cover Text is:
     93   <p>(a) The FSF's Front-Cover Text is:
    6594
    66 <p>A GNU Manual
     95   <p>A GNU Manual
    6796
    68 <p>(b) The FSF's Back-Cover Text is:
     97   <p>(b) The FSF's Back-Cover Text is:
    6998
    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>
    73103
    74 </body></html>
    75 
Note: See TracChangeset for help on using the changeset viewer.