|
Revision 355, 479 bytes
(checked in by pennmush, 2 years ago)
|
|
PennMUSH 1.7.5p10 Archival
|
| Line | |
|---|
| 1 | Bugs that aren't our fault, but might bite people with old compilers: |
|---|
| 2 | |
|---|
| 3 | * Ralph Melton reports that compiling with gcc 2.5.8 under SunOS 4.1.1 |
|---|
| 4 | using -O optimization and forking dumps causes the dump process to |
|---|
| 5 | crash. Removing -O fixes the problem; so might using a more recent gcc. |
|---|
| 6 | * Javelin has confirmed that compiling with gcc 2.7.2.3 under Linux 2.2.16 |
|---|
| 7 | using -O optimization causes ansi(rh,a) to crash. Removing -O fixes |
|---|
| 8 | the problem; so might using a more recent gcc |
|---|