| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.8 2006/02/09 16:15:21 jkt Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.9 2006/02/09 17:40:19 jkt Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/gcc-upgrading.xml"> |
6 | <guide link="/doc/en/gcc-upgrading.xml"> |
| 7 | <title>Gentoo Linux GCC Upgrade Guide</title> |
7 | <title>Gentoo Linux GCC Upgrade Guide</title> |
| … | |
… | |
| 23 | |
23 | |
| 24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 26 | <license/> |
26 | <license/> |
| 27 | |
27 | |
| 28 | <version>7</version> |
28 | <version>8</version> |
| 29 | <date>2006-02-09</date> |
29 | <date>2006-02-09</date> |
| 30 | |
30 | |
| 31 | <chapter id="intro"> |
31 | <chapter id="intro"> |
| 32 | <title>Introduction</title> |
32 | <title>Introduction</title> |
| 33 | <section> |
33 | <section> |
| … | |
… | |
| 457 | you rebuild your world with new GCC, external modules (like |
457 | you rebuild your world with new GCC, external modules (like |
| 458 | <c>app-emulation/qemu-softmmu</c>) will fail to load. Please rebuild your kernel |
458 | <c>app-emulation/qemu-softmmu</c>) will fail to load. Please rebuild your kernel |
| 459 | with new GCC to fix that. |
459 | with new GCC to fix that. |
| 460 | </p> |
460 | </p> |
| 461 | |
461 | |
|
|
462 | <p> |
|
|
463 | If you're upgrading on a SPARC machine, make sure to rerun <c>silo -f</c> after |
|
|
464 | re-emerging world to avoid possible issues. |
|
|
465 | </p> |
|
|
466 | |
| 462 | </body> |
467 | </body> |
| 463 | </section> |
468 | </section> |
| 464 | <section> |
469 | <section> |
| 465 | <title>Frequent Error Messages</title> |
470 | <title>Frequent Error Messages</title> |
| 466 | <body> |
471 | <body> |