gfdl.html 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2017 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with no
  7. Invariant Sections, the Front-Cover texts being (a) (see below), and
  8. with the Back-Cover Texts being (b) (see below). A copy of the
  9. license is included in the section entitled "GNU
  10. Free Documentation License".
  11. (a) The FSF's Front-Cover Text is:
  12. A GNU Manual
  13. (b) The FSF's Back-Cover Text is:
  14. You have freedom to copy and modify this GNU Manual, like GNU
  15. software. Copies published by the Free Software Foundation raise
  16. funds for GNU development. -->
  17. <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
  18. <head>
  19. <title>Installing GCC</title>
  20. <meta name="description" content="Installing GCC">
  21. <meta name="keywords" content="Installing GCC">
  22. <meta name="resource-type" content="document">
  23. <meta name="distribution" content="global">
  24. <meta name="Generator" content="makeinfo">
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  26. <style type="text/css">
  27. <!--
  28. a.summary-letter {text-decoration: none}
  29. blockquote.smallquotation {font-size: smaller}
  30. div.display {margin-left: 3.2em}
  31. div.example {margin-left: 3.2em}
  32. div.indentedblock {margin-left: 3.2em}
  33. div.lisp {margin-left: 3.2em}
  34. div.smalldisplay {margin-left: 3.2em}
  35. div.smallexample {margin-left: 3.2em}
  36. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  37. div.smalllisp {margin-left: 3.2em}
  38. kbd {font-style:oblique}
  39. pre.display {font-family: inherit}
  40. pre.format {font-family: inherit}
  41. pre.menu-comment {font-family: serif}
  42. pre.menu-preformatted {font-family: serif}
  43. pre.smalldisplay {font-family: inherit; font-size: smaller}
  44. pre.smallexample {font-size: smaller}
  45. pre.smallformat {font-family: inherit; font-size: smaller}
  46. pre.smalllisp {font-size: smaller}
  47. span.nocodebreak {white-space:nowrap}
  48. span.nolinebreak {white-space:nowrap}
  49. span.roman {font-family:serif; font-weight:normal}
  50. span.sansserif {font-family:sans-serif; font-weight:normal}
  51. ul.no-bullet {list-style: none}
  52. -->
  53. </style>
  54. </head>
  55. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  56. <h1 class="settitle" align="center">Installing GCC</h1>
  57. <h1 align="center">Installing GCC: GNU Free Documentation License</h1>
  58. <a name="index-FDL_002c-GNU-Free-Documentation-License"></a>
  59. <div align="center">Version 1.3, 3 November 2008
  60. </div>
  61. <div class="display">
  62. <pre class="display">Copyright &copy; 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
  63. <a href="http://fsf.org/">http://fsf.org/</a>
  64. Everyone is permitted to copy and distribute verbatim copies
  65. of this license document, but changing it is not allowed.
  66. </pre></div>
  67. <ol>
  68. <li> PREAMBLE
  69. <p>The purpose of this License is to make a manual, textbook, or other
  70. functional and useful document <em>free</em> in the sense of freedom: to
  71. assure everyone the effective freedom to copy and redistribute it,
  72. with or without modifying it, either commercially or noncommercially.
  73. Secondarily, this License preserves for the author and publisher a way
  74. to get credit for their work, while not being considered responsible
  75. for modifications made by others.
  76. </p>
  77. <p>This License is a kind of &ldquo;copyleft&rdquo;, which means that derivative
  78. works of the document must themselves be free in the same sense. It
  79. complements the GNU General Public License, which is a copyleft
  80. license designed for free software.
  81. </p>
  82. <p>We have designed this License in order to use it for manuals for free
  83. software, because free software needs free documentation: a free
  84. program should come with manuals providing the same freedoms that the
  85. software does. But this License is not limited to software manuals;
  86. it can be used for any textual work, regardless of subject matter or
  87. whether it is published as a printed book. We recommend this License
  88. principally for works whose purpose is instruction or reference.
  89. </p>
  90. </li><li> APPLICABILITY AND DEFINITIONS
  91. <p>This License applies to any manual or other work, in any medium, that
  92. contains a notice placed by the copyright holder saying it can be
  93. distributed under the terms of this License. Such a notice grants a
  94. world-wide, royalty-free license, unlimited in duration, to use that
  95. work under the conditions stated herein. The &ldquo;Document&rdquo;, below,
  96. refers to any such manual or work. Any member of the public is a
  97. licensee, and is addressed as &ldquo;you&rdquo;. You accept the license if you
  98. copy, modify or distribute the work in a way requiring permission
  99. under copyright law.
  100. </p>
  101. <p>A &ldquo;Modified Version&rdquo; of the Document means any work containing the
  102. Document or a portion of it, either copied verbatim, or with
  103. modifications and/or translated into another language.
  104. </p>
  105. <p>A &ldquo;Secondary Section&rdquo; is a named appendix or a front-matter section
  106. of the Document that deals exclusively with the relationship of the
  107. publishers or authors of the Document to the Document&rsquo;s overall
  108. subject (or to related matters) and contains nothing that could fall
  109. directly within that overall subject. (Thus, if the Document is in
  110. part a textbook of mathematics, a Secondary Section may not explain
  111. any mathematics.) The relationship could be a matter of historical
  112. connection with the subject or with related matters, or of legal,
  113. commercial, philosophical, ethical or political position regarding
  114. them.
  115. </p>
  116. <p>The &ldquo;Invariant Sections&rdquo; are certain Secondary Sections whose titles
  117. are designated, as being those of Invariant Sections, in the notice
  118. that says that the Document is released under this License. If a
  119. section does not fit the above definition of Secondary then it is not
  120. allowed to be designated as Invariant. The Document may contain zero
  121. Invariant Sections. If the Document does not identify any Invariant
  122. Sections then there are none.
  123. </p>
  124. <p>The &ldquo;Cover Texts&rdquo; are certain short passages of text that are listed,
  125. as Front-Cover Texts or Back-Cover Texts, in the notice that says that
  126. the Document is released under this License. A Front-Cover Text may
  127. be at most 5 words, and a Back-Cover Text may be at most 25 words.
  128. </p>
  129. <p>A &ldquo;Transparent&rdquo; copy of the Document means a machine-readable copy,
  130. represented in a format whose specification is available to the
  131. general public, that is suitable for revising the document
  132. straightforwardly with generic text editors or (for images composed of
  133. pixels) generic paint programs or (for drawings) some widely available
  134. drawing editor, and that is suitable for input to text formatters or
  135. for automatic translation to a variety of formats suitable for input
  136. to text formatters. A copy made in an otherwise Transparent file
  137. format whose markup, or absence of markup, has been arranged to thwart
  138. or discourage subsequent modification by readers is not Transparent.
  139. An image format is not Transparent if used for any substantial amount
  140. of text. A copy that is not &ldquo;Transparent&rdquo; is called &ldquo;Opaque&rdquo;.
  141. </p>
  142. <p>Examples of suitable formats for Transparent copies include plain
  143. <small>ASCII</small> without markup, Texinfo input format, LaTeX input
  144. format, <acronym>SGML</acronym> or <acronym>XML</acronym> using a publicly available
  145. <acronym>DTD</acronym>, and standard-conforming simple <acronym>HTML</acronym>,
  146. PostScript or <acronym>PDF</acronym> designed for human modification. Examples
  147. of transparent image formats include <acronym>PNG</acronym>, <acronym>XCF</acronym> and
  148. <acronym>JPG</acronym>. Opaque formats include proprietary formats that can be
  149. read and edited only by proprietary word processors, <acronym>SGML</acronym> or
  150. <acronym>XML</acronym> for which the <acronym>DTD</acronym> and/or processing tools are
  151. not generally available, and the machine-generated <acronym>HTML</acronym>,
  152. PostScript or <acronym>PDF</acronym> produced by some word processors for
  153. output purposes only.
  154. </p>
  155. <p>The &ldquo;Title Page&rdquo; means, for a printed book, the title page itself,
  156. plus such following pages as are needed to hold, legibly, the material
  157. this License requires to appear in the title page. For works in
  158. formats which do not have any title page as such, &ldquo;Title Page&rdquo; means
  159. the text near the most prominent appearance of the work&rsquo;s title,
  160. preceding the beginning of the body of the text.
  161. </p>
  162. <p>The &ldquo;publisher&rdquo; means any person or entity that distributes copies
  163. of the Document to the public.
  164. </p>
  165. <p>A section &ldquo;Entitled XYZ&rdquo; means a named subunit of the Document whose
  166. title either is precisely XYZ or contains XYZ in parentheses following
  167. text that translates XYZ in another language. (Here XYZ stands for a
  168. specific section name mentioned below, such as &ldquo;Acknowledgements&rdquo;,
  169. &ldquo;Dedications&rdquo;, &ldquo;Endorsements&rdquo;, or &ldquo;History&rdquo;.) To &ldquo;Preserve the Title&rdquo;
  170. of such a section when you modify the Document means that it remains a
  171. section &ldquo;Entitled XYZ&rdquo; according to this definition.
  172. </p>
  173. <p>The Document may include Warranty Disclaimers next to the notice which
  174. states that this License applies to the Document. These Warranty
  175. Disclaimers are considered to be included by reference in this
  176. License, but only as regards disclaiming warranties: any other
  177. implication that these Warranty Disclaimers may have is void and has
  178. no effect on the meaning of this License.
  179. </p>
  180. </li><li> VERBATIM COPYING
  181. <p>You may copy and distribute the Document in any medium, either
  182. commercially or noncommercially, provided that this License, the
  183. copyright notices, and the license notice saying this License applies
  184. to the Document are reproduced in all copies, and that you add no other
  185. conditions whatsoever to those of this License. You may not use
  186. technical measures to obstruct or control the reading or further
  187. copying of the copies you make or distribute. However, you may accept
  188. compensation in exchange for copies. If you distribute a large enough
  189. number of copies you must also follow the conditions in section 3.
  190. </p>
  191. <p>You may also lend copies, under the same conditions stated above, and
  192. you may publicly display copies.
  193. </p>
  194. </li><li> COPYING IN QUANTITY
  195. <p>If you publish printed copies (or copies in media that commonly have
  196. printed covers) of the Document, numbering more than 100, and the
  197. Document&rsquo;s license notice requires Cover Texts, you must enclose the
  198. copies in covers that carry, clearly and legibly, all these Cover
  199. Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
  200. the back cover. Both covers must also clearly and legibly identify
  201. you as the publisher of these copies. The front cover must present
  202. the full title with all words of the title equally prominent and
  203. visible. You may add other material on the covers in addition.
  204. Copying with changes limited to the covers, as long as they preserve
  205. the title of the Document and satisfy these conditions, can be treated
  206. as verbatim copying in other respects.
  207. </p>
  208. <p>If the required texts for either cover are too voluminous to fit
  209. legibly, you should put the first ones listed (as many as fit
  210. reasonably) on the actual cover, and continue the rest onto adjacent
  211. pages.
  212. </p>
  213. <p>If you publish or distribute Opaque copies of the Document numbering
  214. more than 100, you must either include a machine-readable Transparent
  215. copy along with each Opaque copy, or state in or with each Opaque copy
  216. a computer-network location from which the general network-using
  217. public has access to download using public-standard network protocols
  218. a complete Transparent copy of the Document, free of added material.
  219. If you use the latter option, you must take reasonably prudent steps,
  220. when you begin distribution of Opaque copies in quantity, to ensure
  221. that this Transparent copy will remain thus accessible at the stated
  222. location until at least one year after the last time you distribute an
  223. Opaque copy (directly or through your agents or retailers) of that
  224. edition to the public.
  225. </p>
  226. <p>It is requested, but not required, that you contact the authors of the
  227. Document well before redistributing any large number of copies, to give
  228. them a chance to provide you with an updated version of the Document.
  229. </p>
  230. </li><li> MODIFICATIONS
  231. <p>You may copy and distribute a Modified Version of the Document under
  232. the conditions of sections 2 and 3 above, provided that you release
  233. the Modified Version under precisely this License, with the Modified
  234. Version filling the role of the Document, thus licensing distribution
  235. and modification of the Modified Version to whoever possesses a copy
  236. of it. In addition, you must do these things in the Modified Version:
  237. </p>
  238. <ol>
  239. <li> Use in the Title Page (and on the covers, if any) a title distinct
  240. from that of the Document, and from those of previous versions
  241. (which should, if there were any, be listed in the History section
  242. of the Document). You may use the same title as a previous version
  243. if the original publisher of that version gives permission.
  244. </li><li> List on the Title Page, as authors, one or more persons or entities
  245. responsible for authorship of the modifications in the Modified
  246. Version, together with at least five of the principal authors of the
  247. Document (all of its principal authors, if it has fewer than five),
  248. unless they release you from this requirement.
  249. </li><li> State on the Title page the name of the publisher of the
  250. Modified Version, as the publisher.
  251. </li><li> Preserve all the copyright notices of the Document.
  252. </li><li> Add an appropriate copyright notice for your modifications
  253. adjacent to the other copyright notices.
  254. </li><li> Include, immediately after the copyright notices, a license notice
  255. giving the public permission to use the Modified Version under the
  256. terms of this License, in the form shown in the Addendum below.
  257. </li><li> Preserve in that license notice the full lists of Invariant Sections
  258. and required Cover Texts given in the Document&rsquo;s license notice.
  259. </li><li> Include an unaltered copy of this License.
  260. </li><li> Preserve the section Entitled &ldquo;History&rdquo;, Preserve its Title, and add
  261. to it an item stating at least the title, year, new authors, and
  262. publisher of the Modified Version as given on the Title Page. If
  263. there is no section Entitled &ldquo;History&rdquo; in the Document, create one
  264. stating the title, year, authors, and publisher of the Document as
  265. given on its Title Page, then add an item describing the Modified
  266. Version as stated in the previous sentence.
  267. </li><li> Preserve the network location, if any, given in the Document for
  268. public access to a Transparent copy of the Document, and likewise
  269. the network locations given in the Document for previous versions
  270. it was based on. These may be placed in the &ldquo;History&rdquo; section.
  271. You may omit a network location for a work that was published at
  272. least four years before the Document itself, or if the original
  273. publisher of the version it refers to gives permission.
  274. </li><li> For any section Entitled &ldquo;Acknowledgements&rdquo; or &ldquo;Dedications&rdquo;, Preserve
  275. the Title of the section, and preserve in the section all the
  276. substance and tone of each of the contributor acknowledgements and/or
  277. dedications given therein.
  278. </li><li> Preserve all the Invariant Sections of the Document,
  279. unaltered in their text and in their titles. Section numbers
  280. or the equivalent are not considered part of the section titles.
  281. </li><li> Delete any section Entitled &ldquo;Endorsements&rdquo;. Such a section
  282. may not be included in the Modified Version.
  283. </li><li> Do not retitle any existing section to be Entitled &ldquo;Endorsements&rdquo; or
  284. to conflict in title with any Invariant Section.
  285. </li><li> Preserve any Warranty Disclaimers.
  286. </li></ol>
  287. <p>If the Modified Version includes new front-matter sections or
  288. appendices that qualify as Secondary Sections and contain no material
  289. copied from the Document, you may at your option designate some or all
  290. of these sections as invariant. To do this, add their titles to the
  291. list of Invariant Sections in the Modified Version&rsquo;s license notice.
  292. These titles must be distinct from any other section titles.
  293. </p>
  294. <p>You may add a section Entitled &ldquo;Endorsements&rdquo;, provided it contains
  295. nothing but endorsements of your Modified Version by various
  296. parties&mdash;for example, statements of peer review or that the text has
  297. been approved by an organization as the authoritative definition of a
  298. standard.
  299. </p>
  300. <p>You may add a passage of up to five words as a Front-Cover Text, and a
  301. passage of up to 25 words as a Back-Cover Text, to the end of the list
  302. of Cover Texts in the Modified Version. Only one passage of
  303. Front-Cover Text and one of Back-Cover Text may be added by (or
  304. through arrangements made by) any one entity. If the Document already
  305. includes a cover text for the same cover, previously added by you or
  306. by arrangement made by the same entity you are acting on behalf of,
  307. you may not add another; but you may replace the old one, on explicit
  308. permission from the previous publisher that added the old one.
  309. </p>
  310. <p>The author(s) and publisher(s) of the Document do not by this License
  311. give permission to use their names for publicity for or to assert or
  312. imply endorsement of any Modified Version.
  313. </p>
  314. </li><li> COMBINING DOCUMENTS
  315. <p>You may combine the Document with other documents released under this
  316. License, under the terms defined in section 4 above for modified
  317. versions, provided that you include in the combination all of the
  318. Invariant Sections of all of the original documents, unmodified, and
  319. list them all as Invariant Sections of your combined work in its
  320. license notice, and that you preserve all their Warranty Disclaimers.
  321. </p>
  322. <p>The combined work need only contain one copy of this License, and
  323. multiple identical Invariant Sections may be replaced with a single
  324. copy. If there are multiple Invariant Sections with the same name but
  325. different contents, make the title of each such section unique by
  326. adding at the end of it, in parentheses, the name of the original
  327. author or publisher of that section if known, or else a unique number.
  328. Make the same adjustment to the section titles in the list of
  329. Invariant Sections in the license notice of the combined work.
  330. </p>
  331. <p>In the combination, you must combine any sections Entitled &ldquo;History&rdquo;
  332. in the various original documents, forming one section Entitled
  333. &ldquo;History&rdquo;; likewise combine any sections Entitled &ldquo;Acknowledgements&rdquo;,
  334. and any sections Entitled &ldquo;Dedications&rdquo;. You must delete all
  335. sections Entitled &ldquo;Endorsements.&rdquo;
  336. </p>
  337. </li><li> COLLECTIONS OF DOCUMENTS
  338. <p>You may make a collection consisting of the Document and other documents
  339. released under this License, and replace the individual copies of this
  340. License in the various documents with a single copy that is included in
  341. the collection, provided that you follow the rules of this License for
  342. verbatim copying of each of the documents in all other respects.
  343. </p>
  344. <p>You may extract a single document from such a collection, and distribute
  345. it individually under this License, provided you insert a copy of this
  346. License into the extracted document, and follow this License in all
  347. other respects regarding verbatim copying of that document.
  348. </p>
  349. </li><li> AGGREGATION WITH INDEPENDENT WORKS
  350. <p>A compilation of the Document or its derivatives with other separate
  351. and independent documents or works, in or on a volume of a storage or
  352. distribution medium, is called an &ldquo;aggregate&rdquo; if the copyright
  353. resulting from the compilation is not used to limit the legal rights
  354. of the compilation&rsquo;s users beyond what the individual works permit.
  355. When the Document is included in an aggregate, this License does not
  356. apply to the other works in the aggregate which are not themselves
  357. derivative works of the Document.
  358. </p>
  359. <p>If the Cover Text requirement of section 3 is applicable to these
  360. copies of the Document, then if the Document is less than one half of
  361. the entire aggregate, the Document&rsquo;s Cover Texts may be placed on
  362. covers that bracket the Document within the aggregate, or the
  363. electronic equivalent of covers if the Document is in electronic form.
  364. Otherwise they must appear on printed covers that bracket the whole
  365. aggregate.
  366. </p>
  367. </li><li> TRANSLATION
  368. <p>Translation is considered a kind of modification, so you may
  369. distribute translations of the Document under the terms of section 4.
  370. Replacing Invariant Sections with translations requires special
  371. permission from their copyright holders, but you may include
  372. translations of some or all Invariant Sections in addition to the
  373. original versions of these Invariant Sections. You may include a
  374. translation of this License, and all the license notices in the
  375. Document, and any Warranty Disclaimers, provided that you also include
  376. the original English version of this License and the original versions
  377. of those notices and disclaimers. In case of a disagreement between
  378. the translation and the original version of this License or a notice
  379. or disclaimer, the original version will prevail.
  380. </p>
  381. <p>If a section in the Document is Entitled &ldquo;Acknowledgements&rdquo;,
  382. &ldquo;Dedications&rdquo;, or &ldquo;History&rdquo;, the requirement (section 4) to Preserve
  383. its Title (section 1) will typically require changing the actual
  384. title.
  385. </p>
  386. </li><li> TERMINATION
  387. <p>You may not copy, modify, sublicense, or distribute the Document
  388. except as expressly provided under this License. Any attempt
  389. otherwise to copy, modify, sublicense, or distribute it is void, and
  390. will automatically terminate your rights under this License.
  391. </p>
  392. <p>However, if you cease all violation of this License, then your license
  393. from a particular copyright holder is reinstated (a) provisionally,
  394. unless and until the copyright holder explicitly and finally
  395. terminates your license, and (b) permanently, if the copyright holder
  396. fails to notify you of the violation by some reasonable means prior to
  397. 60 days after the cessation.
  398. </p>
  399. <p>Moreover, your license from a particular copyright holder is
  400. reinstated permanently if the copyright holder notifies you of the
  401. violation by some reasonable means, this is the first time you have
  402. received notice of violation of this License (for any work) from that
  403. copyright holder, and you cure the violation prior to 30 days after
  404. your receipt of the notice.
  405. </p>
  406. <p>Termination of your rights under this section does not terminate the
  407. licenses of parties who have received copies or rights from you under
  408. this License. If your rights have been terminated and not permanently
  409. reinstated, receipt of a copy of some or all of the same material does
  410. not give you any rights to use it.
  411. </p>
  412. </li><li> FUTURE REVISIONS OF THIS LICENSE
  413. <p>The Free Software Foundation may publish new, revised versions
  414. of the GNU Free Documentation License from time to time. Such new
  415. versions will be similar in spirit to the present version, but may
  416. differ in detail to address new problems or concerns. See
  417. <a href="http://www.gnu.org/copyleft/">http://www.gnu.org/copyleft/</a>.
  418. </p>
  419. <p>Each version of the License is given a distinguishing version number.
  420. If the Document specifies that a particular numbered version of this
  421. License &ldquo;or any later version&rdquo; applies to it, you have the option of
  422. following the terms and conditions either of that specified version or
  423. of any later version that has been published (not as a draft) by the
  424. Free Software Foundation. If the Document does not specify a version
  425. number of this License, you may choose any version ever published (not
  426. as a draft) by the Free Software Foundation. If the Document
  427. specifies that a proxy can decide which future versions of this
  428. License can be used, that proxy&rsquo;s public statement of acceptance of a
  429. version permanently authorizes you to choose that version for the
  430. Document.
  431. </p>
  432. </li><li> RELICENSING
  433. <p>&ldquo;Massive Multiauthor Collaboration Site&rdquo; (or &ldquo;MMC Site&rdquo;) means any
  434. World Wide Web server that publishes copyrightable works and also
  435. provides prominent facilities for anybody to edit those works. A
  436. public wiki that anybody can edit is an example of such a server. A
  437. &ldquo;Massive Multiauthor Collaboration&rdquo; (or &ldquo;MMC&rdquo;) contained in the
  438. site means any set of copyrightable works thus published on the MMC
  439. site.
  440. </p>
  441. <p>&ldquo;CC-BY-SA&rdquo; means the Creative Commons Attribution-Share Alike 3.0
  442. license published by Creative Commons Corporation, a not-for-profit
  443. corporation with a principal place of business in San Francisco,
  444. California, as well as future copyleft versions of that license
  445. published by that same organization.
  446. </p>
  447. <p>&ldquo;Incorporate&rdquo; means to publish or republish a Document, in whole or
  448. in part, as part of another Document.
  449. </p>
  450. <p>An MMC is &ldquo;eligible for relicensing&rdquo; if it is licensed under this
  451. License, and if all works that were first published under this License
  452. somewhere other than this MMC, and subsequently incorporated in whole
  453. or in part into the MMC, (1) had no cover texts or invariant sections,
  454. and (2) were thus incorporated prior to November 1, 2008.
  455. </p>
  456. <p>The operator of an MMC Site may republish an MMC contained in the site
  457. under CC-BY-SA on the same site at any time before August 1, 2009,
  458. provided the MMC is eligible for relicensing.
  459. </p>
  460. </li></ol>
  461. <a name="ADDENDUM_003a-How-to-use-this-License-for-your-documents"></a>
  462. <h3 class="unnumberedsec">ADDENDUM: How to use this License for your documents</h3>
  463. <p>To use this License in a document you have written, include a copy of
  464. the License in the document and put the following copyright and
  465. license notices just after the title page:
  466. </p>
  467. <div class="smallexample">
  468. <pre class="smallexample"> Copyright (C) <var>year</var> <var>your name</var>.
  469. Permission is granted to copy, distribute and/or modify this document
  470. under the terms of the GNU Free Documentation License, Version 1.3
  471. or any later version published by the Free Software Foundation;
  472. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
  473. Texts. A copy of the license is included in the section entitled ``GNU
  474. Free Documentation License''.
  475. </pre></div>
  476. <p>If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
  477. replace the &ldquo;with...Texts.&rdquo; line with this:
  478. </p>
  479. <div class="smallexample">
  480. <pre class="smallexample"> with the Invariant Sections being <var>list their titles</var>, with
  481. the Front-Cover Texts being <var>list</var>, and with the Back-Cover Texts
  482. being <var>list</var>.
  483. </pre></div>
  484. <p>If you have Invariant Sections without Cover Texts, or some other
  485. combination of the three, merge those two alternatives to suit the
  486. situation.
  487. </p>
  488. <p>If your document contains nontrivial examples of program code, we
  489. recommend releasing these examples in parallel under your choice of
  490. free software license, such as the GNU General Public License,
  491. to permit their use in free software.
  492. </p>
  493. <hr />
  494. <p><p><a href="./index.html">Return to the GCC Installation page</a>
  495. </p>
  496. <hr>
  497. </body>
  498. </html>