Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 335:54f7aa390f4f r21-0-65
Import from CVS: tag r21-0-65
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:50:39 +0200 |
parents | 4f79e16b1112 |
children | 8bec6624d99b |
comparison
equal
deleted
inserted
replaced
334:58353925ad93 | 335:54f7aa390f4f |
---|---|
28 | 28 |
29 * Problems with building XEmacs | 29 * Problems with building XEmacs |
30 =============================== | 30 =============================== |
31 | 31 |
32 ** General | 32 ** General |
33 *** Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures | |
34 without also using `-fno-schedule-insns'. | |
35 | |
36 gcc will generate incorrect code otherwise, typically resulting in | |
37 crashes in the function skip-syntax-backward. | |
38 | |
33 *** egcs-1.1 | 39 *** egcs-1.1 |
34 | 40 |
35 There have been reports of egcs-1.1 not compiling XEmacs correctly on | 41 There have been reports of egcs-1.1 not compiling XEmacs correctly on |
36 Alpha Linux. There have also been reports that egcs-1.0.3a is O.K. | 42 Alpha Linux. There have also been reports that egcs-1.0.3a is O.K. |
37 | 43 |