comparison etc/PROBLEMS @ 42229:0340f1accfdf

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Dec 2001 12:29:36 +0000
parents b968543600c1
children 50052f8ef824
comparison
equal deleted inserted replaced
42228:b968543600c1 42229:0340f1accfdf
553 are compiling with the system's `cc' and CFLAGS containing `-O5'. If 553 are compiling with the system's `cc' and CFLAGS containing `-O5'. If
554 so, you have hit a compiler bug. Please make sure to re-configure 554 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
561 is to use the default compiler `cc'. 562 is to use the default compiler `cc'.
562 563