diff options
| -rw-r--r-- | etc/PROBLEMS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index de474570029..46b908d1598 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -555,6 +555,7 @@ so, you have hit a compiler bug. Please make sure to re-configure | |||
| 555 | Emacs so that it isn't compiled with `-O5'. | 555 | Emacs so that it isn't compiled with `-O5'. |
| 556 | 556 | ||
| 557 | * Compiling on AIX 4.3.x or 4.4 fails. | 557 | * Compiling on AIX 4.3.x or 4.4 fails. |
| 558 | |||
| 558 | This could happen if you use /bin/c89 as youir compiler, instead of | 559 | This could happen if you use /bin/c89 as youir compiler, instead of |
| 559 | the default `cc'. /bin/c89 treats certain warnings, such as benign | 560 | the default `cc'. /bin/c89 treats certain warnings, such as benign |
| 560 | redefinitions of macros, as errors, and fails the build. A solution | 561 | redefinitions of macros, as errors, and fails the build. A solution |