1<html lang="en"> 2<head> 3<title>Installing GCC</title> 4<meta http-equiv="Content-Type" content="text/html"> 5<meta name="description" content="Installing GCC"> 6<meta name="generator" content="makeinfo 4.7"> 7<link title="Top" rel="top" href="#Top"> 8<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> 9<!-- 10Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 111999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 12 13 Permission is granted to copy, distribute and/or modify this document 14under the terms of the GNU Free Documentation License, Version 1.2 or 15any later version published by the Free Software Foundation; with no 16Invariant Sections, the Front-Cover texts being (a) (see below), and 17with the Back-Cover Texts being (b) (see below). A copy of the 18license is included in the section entitled "GNU Free Documentation License". 19 20(a) The FSF's Front-Cover Text is: 21 22 A GNU Manual 23 24(b) The FSF's Back-Cover Text is: 25 26 You have freedom to copy and modify this GNU Manual, like GNU 27 software. Copies published by the Free Software Foundation raise 28 funds for GNU development.--> 29<meta http-equiv="Content-Style-Type" content="text/css"> 30<style type="text/css"><!-- 31 pre.display { font-family:inherit } 32 pre.format { font-family:inherit } 33 pre.smalldisplay { font-family:inherit; font-size:smaller } 34 pre.smallformat { font-family:inherit; font-size:smaller } 35 pre.smallexample { font-size:smaller } 36 pre.smalllisp { font-size:smaller } 37 span.sc { font-variant:small-caps } 38 span.roman { font-family: serif; font-weight: normal; } 39--></style> 40</head> 41<body> 42<h1 class="settitle">Installing GCC</h1> 43The latest version of this document is always available at 44<a href="http://gcc.gnu.org/install/">http://gcc.gnu.org/install/</a>. 45 46 <p>This document describes the generic installation procedure for GCC as well 47as detailing some target specific installation instructions. 48 49 <p>GCC includes several components that previously were separate distributions 50with their own installation instructions. This document supersedes all 51package specific installation instructions. 52 53 <p><em>Before</em> starting the build/install procedure please check the 54<a href="specific.html">host/target specific installation notes</a>. 55We recommend you browse the entire generic installation instructions before 56you proceed. 57 58 <p>Lists of successful builds for released versions of GCC are 59available at <a href="http://gcc.gnu.org/buildstat.html">http://gcc.gnu.org/buildstat.html</a>. 60These lists are updated as new information becomes available. 61 62 <p>The installation procedure itself is broken into five steps. 63 64 <ol type=1 start=1> 65<li><a href="download.html">Downloading the source</a> 66<li><a href="configure.html">Configuration</a> 67<li><a href="build.html">Building</a> 68<li><a href="test.html">Testing</a> (optional) 69<li><a href="finalinstall.html">Final install</a> 70 </ol> 71 72 <p>Please note that GCC does not support <span class="samp">make uninstall</span> and probably 73won't do so in the near future as this would open a can of worms. Instead, 74we suggest that you install GCC into a directory of its own and simply 75remove that directory when you do not need that specific version of GCC 76any longer, and, if shared libraries are installed there as well, no 77more binaries exist that use them. 78 79 <p>There are also some <a href="old.html">old installation instructions</a>, 80which are mostly obsolete but still contain some information which has 81not yet been merged into the main part of this manual. 82 83 <p><hr /> 84<p><a href="./index.html">Return to the GCC Installation page</a> 85 86 <p>Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 871999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 88 <pre class="sp"> 89 90</pre> 91Permission is granted to copy, distribute and/or modify this document 92under the terms of the GNU Free Documentation License, Version 1.2 or 93any later version published by the Free Software Foundation; with no 94Invariant Sections, the Front-Cover texts being (a) (see below), and 95with the Back-Cover Texts being (b) (see below). A copy of the 96license is included in the section entitled “<a href="./gfdl.html">GNU Free Documentation License</a>”. 97 98 <p>(a) The FSF's Front-Cover Text is: 99 100 <p>A GNU Manual 101 102 <p>(b) The FSF's Back-Cover Text is: 103 104 <p>You have freedom to copy and modify this GNU Manual, like GNU 105 software. Copies published by the Free Software Foundation raise 106 funds for GNU development. 107 108<!-- ***Downloading the source************************************************** --> 109<!-- ***Configuration*********************************************************** --> 110<!-- ***Building**************************************************************** --> 111<!-- ***Testing***************************************************************** --> 112<!-- ***Final install*********************************************************** --> 113<!-- ***Binaries**************************************************************** --> 114<!-- ***Specific**************************************************************** --> 115<!-- ***Old documentation****************************************************** --> 116<!-- ***GFDL******************************************************************** --> 117<!-- *************************************************************************** --> 118<!-- Part 6 The End of the Document --> 119</body></html> 120 121