1 | <html lang="en"><head>
|
---|
2 | <title>Installing GCC: GNU Free Documentation License</title>
|
---|
3 | <meta http-equiv="Content-Type" content="text/html">
|
---|
4 | <meta name=description content="Installing GCC: GNU Free Documentation License">
|
---|
5 | <meta name=generator content="makeinfo 4.0">
|
---|
6 | <link href="http://texinfo.org/" rel=generator-home>
|
---|
7 | </head><body>
|
---|
8 |
|
---|
9 | <h1 align="center">Installing GCC: GNU Free Documentation License</h1>
|
---|
10 |
|
---|
11 | <p align="center">Version 1.1, March 2000</p>
|
---|
12 |
|
---|
13 | <pre>Copyright © 2000 Free Software Foundation, Inc.
|
---|
14 | 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
|
---|
15 |
|
---|
16 | Everyone is permitted to copy and distribute verbatim copies
|
---|
17 | of this license document, but changing it is not allowed.
|
---|
18 | </pre>
|
---|
19 |
|
---|
20 | <ol type=1 start=0>
|
---|
21 | <li>PREAMBLE
|
---|
22 |
|
---|
23 | <p>The purpose of this License is to make a manual, textbook, or other
|
---|
24 | written document <dfn>free</dfn> in the sense of freedom: to assure everyone
|
---|
25 | the effective freedom to copy and redistribute it, with or without
|
---|
26 | modifying it, either commercially or noncommercially. Secondarily,
|
---|
27 | this License preserves for the author and publisher a way to get
|
---|
28 | credit for their work, while not being considered responsible for
|
---|
29 | modifications made by others.
|
---|
30 |
|
---|
31 | <p>This License is a kind of "copyleft", which means that derivative
|
---|
32 | works of the document must themselves be free in the same sense. It
|
---|
33 | complements the GNU General Public License, which is a copyleft
|
---|
34 | license designed for free software.
|
---|
35 |
|
---|
36 | <p>We have designed this License in order to use it for manuals for free
|
---|
37 | software, because free software needs free documentation: a free
|
---|
38 | program should come with manuals providing the same freedoms that the
|
---|
39 | software does. But this License is not limited to software manuals;
|
---|
40 | it can be used for any textual work, regardless of subject matter or
|
---|
41 | whether it is published as a printed book. We recommend this License
|
---|
42 | principally for works whose purpose is instruction or reference.
|
---|
43 |
|
---|
44 | </p><li>APPLICABILITY AND DEFINITIONS
|
---|
45 |
|
---|
46 | <p>This License applies to any manual or other work that contains a
|
---|
47 | notice placed by the copyright holder saying it can be distributed
|
---|
48 | under the terms of this License. The "Document", below, refers to any
|
---|
49 | such manual or work. Any member of the public is a licensee, and is
|
---|
50 | addressed as "you".
|
---|
51 |
|
---|
52 | <p>A "Modified Version" of the Document means any work containing the
|
---|
53 | Document or a portion of it, either copied verbatim, or with
|
---|
54 | modifications and/or translated into another language.
|
---|
55 |
|
---|
56 | <p>A "Secondary Section" is a named appendix or a front-matter section of
|
---|
57 | the Document that deals exclusively with the relationship of the
|
---|
58 | publishers or authors of the Document to the Document's overall subject
|
---|
59 | (or to related matters) and contains nothing that could fall directly
|
---|
60 | within that overall subject. (For example, if the Document is in part a
|
---|
61 | textbook of mathematics, a Secondary Section may not explain any
|
---|
62 | mathematics.) The relationship could be a matter of historical
|
---|
63 | connection with the subject or with related matters, or of legal,
|
---|
64 | commercial, philosophical, ethical or political position regarding
|
---|
65 | them.
|
---|
66 |
|
---|
67 | <p>The "Invariant Sections" are certain Secondary Sections whose titles
|
---|
68 | are designated, as being those of Invariant Sections, in the notice
|
---|
69 | that says that the Document is released under this License.
|
---|
70 |
|
---|
71 | <p>The "Cover Texts" are certain short passages of text that are listed,
|
---|
72 | as Front-Cover Texts or Back-Cover Texts, in the notice that says that
|
---|
73 | the Document is released under this License.
|
---|
74 |
|
---|
75 | <p>A "Transparent" copy of the Document means a machine-readable copy,
|
---|
76 | represented in a format whose specification is available to the
|
---|
77 | general public, whose contents can be viewed and edited directly and
|
---|
78 | straightforwardly with generic text editors or (for images composed of
|
---|
79 | pixels) generic paint programs or (for drawings) some widely available
|
---|
80 | drawing editor, and that is suitable for input to text formatters or
|
---|
81 | for automatic translation to a variety of formats suitable for input
|
---|
82 | to text formatters. A copy made in an otherwise Transparent file
|
---|
83 | format whose markup has been designed to thwart or discourage
|
---|
84 | subsequent modification by readers is not Transparent. A copy that is
|
---|
85 | not "Transparent" is called "Opaque".
|
---|
86 |
|
---|
87 | <p>Examples of suitable formats for Transparent copies include plain
|
---|
88 | <small>ASCII</small> without markup, Texinfo input format, LaTeX input format,
|
---|
89 | <small>SGML</small> or <small>XML</small> using a publicly available
|
---|
90 | <small>DTD</small>, and standard-conforming simple <small>HTML</small> designed
|
---|
91 | for human modification. Opaque formats include PostScript,
|
---|
92 | <small>PDF</small>, proprietary formats that can be read and edited only by
|
---|
93 | proprietary word processors, <small>SGML</small> or <small>XML</small> for which
|
---|
94 | the <small>DTD</small> and/or processing tools are not generally available,
|
---|
95 | and the machine-generated <small>HTML</small> produced by some word
|
---|
96 | processors for output purposes only.
|
---|
97 |
|
---|
98 | <p>The "Title Page" means, for a printed book, the title page itself,
|
---|
99 | plus such following pages as are needed to hold, legibly, the material
|
---|
100 | this License requires to appear in the title page. For works in
|
---|
101 | formats which do not have any title page as such, "Title Page" means
|
---|
102 | the text near the most prominent appearance of the work's title,
|
---|
103 | preceding the beginning of the body of the text.
|
---|
104 |
|
---|
105 | </p><li>VERBATIM COPYING
|
---|
106 |
|
---|
107 | <p>You may copy and distribute the Document in any medium, either
|
---|
108 | commercially or noncommercially, provided that this License, the
|
---|
109 | copyright notices, and the license notice saying this License applies
|
---|
110 | to the Document are reproduced in all copies, and that you add no other
|
---|
111 | conditions whatsoever to those of this License. You may not use
|
---|
112 | technical measures to obstruct or control the reading or further
|
---|
113 | copying of the copies you make or distribute. However, you may accept
|
---|
114 | compensation in exchange for copies. If you distribute a large enough
|
---|
115 | number of copies you must also follow the conditions in section 3.
|
---|
116 |
|
---|
117 | <p>You may also lend copies, under the same conditions stated above, and
|
---|
118 | you may publicly display copies.
|
---|
119 |
|
---|
120 | </p><li>COPYING IN QUANTITY
|
---|
121 |
|
---|
122 | <p>If you publish printed copies of the Document numbering more than 100,
|
---|
123 | and the Document's license notice requires Cover Texts, you must enclose
|
---|
124 | the copies in covers that carry, clearly and legibly, all these Cover
|
---|
125 | Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
|
---|
126 | the back cover. Both covers must also clearly and legibly identify
|
---|
127 | you as the publisher of these copies. The front cover must present
|
---|
128 | the full title with all words of the title equally prominent and
|
---|
129 | visible. You may add other material on the covers in addition.
|
---|
130 | Copying with changes limited to the covers, as long as they preserve
|
---|
131 | the title of the Document and satisfy these conditions, can be treated
|
---|
132 | as verbatim copying in other respects.
|
---|
133 |
|
---|
134 | <p>If the required texts for either cover are too voluminous to fit
|
---|
135 | legibly, you should put the first ones listed (as many as fit
|
---|
136 | reasonably) on the actual cover, and continue the rest onto adjacent
|
---|
137 | pages.
|
---|
138 |
|
---|
139 | <p>If you publish or distribute Opaque copies of the Document numbering
|
---|
140 | more than 100, you must either include a machine-readable Transparent
|
---|
141 | copy along with each Opaque copy, or state in or with each Opaque copy
|
---|
142 | a publicly-accessible computer-network location containing a complete
|
---|
143 | Transparent copy of the Document, free of added material, which the
|
---|
144 | general network-using public has access to download anonymously at no
|
---|
145 | charge using public-standard network protocols. If you use the latter
|
---|
146 | option, you must take reasonably prudent steps, when you begin
|
---|
147 | distribution of Opaque copies in quantity, to ensure that this
|
---|
148 | Transparent copy will remain thus accessible at the stated location
|
---|
149 | until at least one year after the last time you distribute an Opaque
|
---|
150 | copy (directly or through your agents or retailers) of that edition to
|
---|
151 | the public.
|
---|
152 |
|
---|
153 | <p>It is requested, but not required, that you contact the authors of the
|
---|
154 | Document well before redistributing any large number of copies, to give
|
---|
155 | them a chance to provide you with an updated version of the Document.
|
---|
156 |
|
---|
157 | </p><li>MODIFICATIONS
|
---|
158 |
|
---|
159 | <p>You may copy and distribute a Modified Version of the Document under
|
---|
160 | the conditions of sections 2 and 3 above, provided that you release
|
---|
161 | the Modified Version under precisely this License, with the Modified
|
---|
162 | Version filling the role of the Document, thus licensing distribution
|
---|
163 | and modification of the Modified Version to whoever possesses a copy
|
---|
164 | of it. In addition, you must do these things in the Modified Version:
|
---|
165 |
|
---|
166 | <ol type=A start=1>
|
---|
167 | </p><li>Use in the Title Page (and on the covers, if any) a title distinct
|
---|
168 | from that of the Document, and from those of previous versions
|
---|
169 | (which should, if there were any, be listed in the History section
|
---|
170 | of the Document). You may use the same title as a previous version
|
---|
171 | if the original publisher of that version gives permission.
|
---|
172 |
|
---|
173 | <li>List on the Title Page, as authors, one or more persons or entities
|
---|
174 | responsible for authorship of the modifications in the Modified
|
---|
175 | Version, together with at least five of the principal authors of the
|
---|
176 | Document (all of its principal authors, if it has less than five).
|
---|
177 |
|
---|
178 | <li>State on the Title page the name of the publisher of the
|
---|
179 | Modified Version, as the publisher.
|
---|
180 |
|
---|
181 | <li>Preserve all the copyright notices of the Document.
|
---|
182 |
|
---|
183 | <li>Add an appropriate copyright notice for your modifications
|
---|
184 | adjacent to the other copyright notices.
|
---|
185 |
|
---|
186 | <li>Include, immediately after the copyright notices, a license notice
|
---|
187 | giving the public permission to use the Modified Version under the
|
---|
188 | terms of this License, in the form shown in the Addendum below.
|
---|
189 |
|
---|
190 | <li>Preserve in that license notice the full lists of Invariant Sections
|
---|
191 | and required Cover Texts given in the Document's license notice.
|
---|
192 |
|
---|
193 | <li>Include an unaltered copy of this License.
|
---|
194 |
|
---|
195 | <li>Preserve the section entitled "History", and its title, and add to
|
---|
196 | it an item stating at least the title, year, new authors, and
|
---|
197 | publisher of the Modified Version as given on the Title Page. If
|
---|
198 | there is no section entitled "History" in the Document, create one
|
---|
199 | stating the title, year, authors, and publisher of the Document as
|
---|
200 | given on its Title Page, then add an item describing the Modified
|
---|
201 | Version as stated in the previous sentence.
|
---|
202 |
|
---|
203 | <li>Preserve the network location, if any, given in the Document for
|
---|
204 | public access to a Transparent copy of the Document, and likewise
|
---|
205 | the network locations given in the Document for previous versions
|
---|
206 | it was based on. These may be placed in the "History" section.
|
---|
207 | You may omit a network location for a work that was published at
|
---|
208 | least four years before the Document itself, or if the original
|
---|
209 | publisher of the version it refers to gives permission.
|
---|
210 |
|
---|
211 | <li>In any section entitled "Acknowledgments" or "Dedications",
|
---|
212 | preserve the section's title, and preserve in the section all the
|
---|
213 | substance and tone of each of the contributor acknowledgments
|
---|
214 | and/or dedications given therein.
|
---|
215 |
|
---|
216 | <li>Preserve all the Invariant Sections of the Document,
|
---|
217 | unaltered in their text and in their titles. Section numbers
|
---|
218 | or the equivalent are not considered part of the section titles.
|
---|
219 |
|
---|
220 | <li>Delete any section entitled "Endorsements". Such a section
|
---|
221 | may not be included in the Modified Version.
|
---|
222 |
|
---|
223 | <li>Do not retitle any existing section as "Endorsements"
|
---|
224 | or to conflict in title with any Invariant Section.
|
---|
225 | </ol>
|
---|
226 |
|
---|
227 | <p>If the Modified Version includes new front-matter sections or
|
---|
228 | appendices that qualify as Secondary Sections and contain no material
|
---|
229 | copied from the Document, you may at your option designate some or all
|
---|
230 | of these sections as invariant. To do this, add their titles to the
|
---|
231 | list of Invariant Sections in the Modified Version's license notice.
|
---|
232 | These titles must be distinct from any other section titles.
|
---|
233 |
|
---|
234 | <p>You may add a section entitled "Endorsements", provided it contains
|
---|
235 | nothing but endorsements of your Modified Version by various
|
---|
236 | parties--for example, statements of peer review or that the text has
|
---|
237 | been approved by an organization as the authoritative definition of a
|
---|
238 | standard.
|
---|
239 |
|
---|
240 | <p>You may add a passage of up to five words as a Front-Cover Text, and a
|
---|
241 | passage of up to 25 words as a Back-Cover Text, to the end of the list
|
---|
242 | of Cover Texts in the Modified Version. Only one passage of
|
---|
243 | Front-Cover Text and one of Back-Cover Text may be added by (or
|
---|
244 | through arrangements made by) any one entity. If the Document already
|
---|
245 | includes a cover text for the same cover, previously added by you or
|
---|
246 | by arrangement made by the same entity you are acting on behalf of,
|
---|
247 | you may not add another; but you may replace the old one, on explicit
|
---|
248 | permission from the previous publisher that added the old one.
|
---|
249 |
|
---|
250 | <p>The author(s) and publisher(s) of the Document do not by this License
|
---|
251 | give permission to use their names for publicity for or to assert or
|
---|
252 | imply endorsement of any Modified Version.
|
---|
253 |
|
---|
254 | </p><li>COMBINING DOCUMENTS
|
---|
255 |
|
---|
256 | <p>You may combine the Document with other documents released under this
|
---|
257 | License, under the terms defined in section 4 above for modified
|
---|
258 | versions, provided that you include in the combination all of the
|
---|
259 | Invariant Sections of all of the original documents, unmodified, and
|
---|
260 | list them all as Invariant Sections of your combined work in its
|
---|
261 | license notice.
|
---|
262 |
|
---|
263 | <p>The combined work need only contain one copy of this License, and
|
---|
264 | multiple identical Invariant Sections may be replaced with a single
|
---|
265 | copy. If there are multiple Invariant Sections with the same name but
|
---|
266 | different contents, make the title of each such section unique by
|
---|
267 | adding at the end of it, in parentheses, the name of the original
|
---|
268 | author or publisher of that section if known, or else a unique number.
|
---|
269 | Make the same adjustment to the section titles in the list of
|
---|
270 | Invariant Sections in the license notice of the combined work.
|
---|
271 |
|
---|
272 | <p>In the combination, you must combine any sections entitled "History"
|
---|
273 | in the various original documents, forming one section entitled
|
---|
274 | "History"; likewise combine any sections entitled "Acknowledgments",
|
---|
275 | and any sections entitled "Dedications". You must delete all sections
|
---|
276 | entitled "Endorsements."
|
---|
277 |
|
---|
278 | </p><li>COLLECTIONS OF DOCUMENTS
|
---|
279 |
|
---|
280 | <p>You may make a collection consisting of the Document and other documents
|
---|
281 | released under this License, and replace the individual copies of this
|
---|
282 | License in the various documents with a single copy that is included in
|
---|
283 | the collection, provided that you follow the rules of this License for
|
---|
284 | verbatim copying of each of the documents in all other respects.
|
---|
285 |
|
---|
286 | <p>You may extract a single document from such a collection, and distribute
|
---|
287 | it individually under this License, provided you insert a copy of this
|
---|
288 | License into the extracted document, and follow this License in all
|
---|
289 | other respects regarding verbatim copying of that document.
|
---|
290 |
|
---|
291 | </p><li>AGGREGATION WITH INDEPENDENT WORKS
|
---|
292 |
|
---|
293 | <p>A compilation of the Document or its derivatives with other separate
|
---|
294 | and independent documents or works, in or on a volume of a storage or
|
---|
295 | distribution medium, does not as a whole count as a Modified Version
|
---|
296 | of the Document, provided no compilation copyright is claimed for the
|
---|
297 | compilation. Such a compilation is called an "aggregate", and this
|
---|
298 | License does not apply to the other self-contained works thus compiled
|
---|
299 | with the Document, on account of their being thus compiled, if they
|
---|
300 | are not themselves derivative works of the Document.
|
---|
301 |
|
---|
302 | <p>If the Cover Text requirement of section 3 is applicable to these
|
---|
303 | copies of the Document, then if the Document is less than one quarter
|
---|
304 | of the entire aggregate, the Document's Cover Texts may be placed on
|
---|
305 | covers that surround only the Document within the aggregate.
|
---|
306 | Otherwise they must appear on covers around the whole aggregate.
|
---|
307 |
|
---|
308 | </p><li>TRANSLATION
|
---|
309 |
|
---|
310 | <p>Translation is considered a kind of modification, so you may
|
---|
311 | distribute translations of the Document under the terms of section 4.
|
---|
312 | Replacing Invariant Sections with translations requires special
|
---|
313 | permission from their copyright holders, but you may include
|
---|
314 | translations of some or all Invariant Sections in addition to the
|
---|
315 | original versions of these Invariant Sections. You may include a
|
---|
316 | translation of this License provided that you also include the
|
---|
317 | original English version of this License. In case of a disagreement
|
---|
318 | between the translation and the original English version of this
|
---|
319 | License, the original English version will prevail.
|
---|
320 |
|
---|
321 | </p><li>TERMINATION
|
---|
322 |
|
---|
323 | <p>You may not copy, modify, sublicense, or distribute the Document except
|
---|
324 | as expressly provided for under this License. Any other attempt to
|
---|
325 | copy, modify, sublicense or distribute the Document is void, and will
|
---|
326 | automatically terminate your rights under this License. However,
|
---|
327 | parties who have received copies, or rights, from you under this
|
---|
328 | License will not have their licenses terminated so long as such
|
---|
329 | parties remain in full compliance.
|
---|
330 |
|
---|
331 | </p><li>FUTURE REVISIONS OF THIS LICENSE
|
---|
332 |
|
---|
333 | <p>The Free Software Foundation may publish new, revised versions
|
---|
334 | of the GNU Free Documentation License from time to time. Such new
|
---|
335 | versions will be similar in spirit to the present version, but may
|
---|
336 | differ in detail to address new problems or concerns. See
|
---|
337 | <a href="http://www.gnu.org/copyleft/">http://www.gnu.org/copyleft/</a>.
|
---|
338 |
|
---|
339 | <p>Each version of the License is given a distinguishing version number.
|
---|
340 | If the Document specifies that a particular numbered version of this
|
---|
341 | License "or any later version" applies to it, you have the option of
|
---|
342 | following the terms and conditions either of that specified version or
|
---|
343 | of any later version that has been published (not as a draft) by the
|
---|
344 | Free Software Foundation. If the Document does not specify a version
|
---|
345 | number of this License, you may choose any version ever published (not
|
---|
346 | as a draft) by the Free Software Foundation.
|
---|
347 | </ol>
|
---|
348 |
|
---|
349 | <h2><a name="TOC0">ADDENDUM: How to use this License for your documents</h2>
|
---|
350 |
|
---|
351 | <p>To use this License in a document you have written, include a copy of
|
---|
352 | the License in the document and put the following copyright and
|
---|
353 | license notices just after the title page:
|
---|
354 |
|
---|
355 | <pre> Copyright (C) <var>year</var> <var>your name</var>.
|
---|
356 | Permission is granted to copy, distribute and/or modify this document
|
---|
357 | under the terms of the GNU Free Documentation License, Version 1.1
|
---|
358 | or any later version published by the Free Software Foundation;
|
---|
359 | with the Invariant Sections being <var>list their titles</var>, with the
|
---|
360 | Front-Cover Texts being <var>list</var>, and with the Back-Cover Texts being <var>list</var>.
|
---|
361 | A copy of the license is included in the section entitled ``GNU
|
---|
362 | Free Documentation License''.
|
---|
363 | </pre>
|
---|
364 |
|
---|
365 | <p>If you have no Invariant Sections, write "with no Invariant Sections"
|
---|
366 | instead of saying which ones are invariant. If you have no
|
---|
367 | Front-Cover Texts, write "no Front-Cover Texts" instead of
|
---|
368 | "Front-Cover Texts being <var>list</var>"; likewise for Back-Cover Texts.
|
---|
369 |
|
---|
370 | <p>If your document contains nontrivial examples of program code, we
|
---|
371 | recommend releasing these examples in parallel under your choice of
|
---|
372 | free software license, such as the GNU General Public License,
|
---|
373 | to permit their use in free software.
|
---|
374 |
|
---|
375 | <hr />
|
---|
376 | <p>
|
---|
377 | <a href="./index.html">Return to the GCC Installation page</a>
|
---|
378 |
|
---|
379 | </body></html>
|
---|
380 |
|
---|