comparison etc/MACHINES @ 42227:e109b1e2c9b2

Warn again using /bin/c89 on AIX 4.x. From William J. Smith <William.Smith@eiStream.com>.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Dec 2001 12:18:37 +0000
parents 65d5bab55dd7
children f31e9a52177a
comparison
equal deleted inserted replaced
42226:628f58aa32fd 42227:e109b1e2c9b2
560 560
561 Compiling with the system's `cc' and CFLAGS containing `-O5' might 561 Compiling with the system's `cc' and CFLAGS containing `-O5' might
562 fail because libXbsd isn't found. This is a compiler bug; 562 fail because libXbsd isn't found. This is a compiler bug;
563 re-configure Emacs so that it isn't compiled with `-O5'. 563 re-configure Emacs so that it isn't compiled with `-O5'.
564 564
565 On AIX 4.3.x and 4.4, compiling with /bin/c89 fails because it
566 treats certain warnings as errors. Use `cc' instead.
567
565 At last report, Emacs didn't run well on terminals. Informed 568 At last report, Emacs didn't run well on terminals. Informed
566 persons say that the tty VMIN and VTIME settings have been 569 persons say that the tty VMIN and VTIME settings have been
567 corrupted; if you have a fix, please send it to us. 570 corrupted; if you have a fix, please send it to us.
568 571
569 Compiling with -O using the IBM compiler has been known 572 Compiling with -O using the IBM compiler has been known