aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-27 16:26:21 +0000
committerEli Zaretskii2000-12-27 16:26:21 +0000
commit6a46357a1b5cc5cb41880bd31844efdd43d4d10c (patch)
tree5407e15a241f07e1a49a597daa6d41afd08beab8
parentde121241e149fa489cfdccfca2823b372064b4e1 (diff)
downloademacs-6a46357a1b5cc5cb41880bd31844efdd43d4d10c.tar.gz
emacs-6a46357a1b5cc5cb41880bd31844efdd43d4d10c.zip
New info about Irix, AIX, and Solaris.
-rw-r--r--etc/MACHINES23
1 files changed, 22 insertions, 1 deletions
diff --git a/etc/MACHINES b/etc/MACHINES
index aca53caf7ac..41312bb08e3 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -76,7 +76,10 @@ Alpha (DEC) running OSF/1 or GNU/Linux (alpha-dec-osf1, alpha-dec-linux-gnu)
76 configure --x-includes=/usr/include --x-libraries=/usr/shlib 76 configure --x-includes=/usr/include --x-libraries=/usr/shlib
77 77
78 For 4.0 revision 564, and 4.0A and 4.0B, Emacs 20 seems to work 78 For 4.0 revision 564, and 4.0A and 4.0B, Emacs 20 seems to work
79 with no special configuration options. 79 with no special configuration options. However, if you use GCC as
80 your compiler, you will need version 2.8.1 or later, as older
81 versions fail to build with a message "Invalid dimension for the
82 charset-ID 160".
80 83
81 Note that the X11 libraries on GNU/Linux systems for the Alpha are 84 Note that the X11 libraries on GNU/Linux systems for the Alpha are
82 said to have bugs that prevent Emacs from working with X (as of 85 said to have bugs that prevent Emacs from working with X (as of
@@ -529,6 +532,10 @@ IBM RS/6000 (rs6000-ibm-aix*)
529 532
530 Emacs 19.26 is believed to work; its pretest was tested. 533 Emacs 19.26 is believed to work; its pretest was tested.
531 534
535 Compiling with the system's `cc' and CFLAGS containing `-O5' might
536 fail because libXbsd isn't found. This is a compiler bug;
537 re-configure Emacs so that it isn't compiled with `-O5'.
538
532 At last report, Emacs didn't run well on terminals. Informed 539 At last report, Emacs didn't run well on terminals. Informed
533 persons say that the tty VMIN and VTIME settings have been 540 persons say that the tty VMIN and VTIME settings have been
534 corrupted; if you have a fix, please send it to us. 541 corrupted; if you have a fix, please send it to us.
@@ -707,6 +714,13 @@ Iris 4D (mips-sgi-irix[456].*)
707 flag or otherwise (see cc(1)). This may work on earlier Irix 6 714 flag or otherwise (see cc(1)). This may work on earlier Irix 6
708 systems if you edit src/s/irix6-0.h following irix6-5.h. 715 systems if you edit src/s/irix6-0.h following irix6-5.h.
709 716
717 If compiling with GCC on Irix 6 yields an error "conflicting types
718 for `initstate'", install GCC 2.95 or a newer version, and this
719 problem should go away. It is possible that this problem results
720 from upgrading the operating system without reinstalling GCC; so you
721 could also try reinstalling the same version of GCC, and telling us
722 whether that fixes the problem.
723
710 The 19.26 pretest was reported to work on IRIX 4.0.5 and 5.2. 724 The 19.26 pretest was reported to work on IRIX 4.0.5 and 5.2.
711 19.23 was reported to work on IRIX 5.2, but you may need to install 725 19.23 was reported to work on IRIX 5.2, but you may need to install
712 the "compiler_dev.hdr.internal" subsystem in order to compile unexelfsgi.c. 726 the "compiler_dev.hdr.internal" subsystem in order to compile unexelfsgi.c.
@@ -979,6 +993,13 @@ Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos,
979 As of version 2.95, GCC doesn't support the 64-bit ABI properly, but 993 As of version 2.95, GCC doesn't support the 64-bit ABI properly, but
980 later releases may. 994 later releases may.
981 995
996 On Solaris 2.7, building Emacs with WorkShop Compilers 5.0 98/12/15
997 C 5.0 failed, apparently with non-default CFLAGS, most probably due to
998 compiler bugs. Using Sun Solaris 2.7 Sun WorkShop 6 update 1 C
999 release was reported to work without problems. It worked OK on
1000 another system with Solaris 8 using apparently the same 5.0 compiler
1001 and the default CFLAGS.
1002
982 Emacs 20.5 and later work on SPARC GNU/Linux with the 32-bit ABI. 1003 Emacs 20.5 and later work on SPARC GNU/Linux with the 32-bit ABI.
983 As of release 2.95, GCC doesn't work properly with the 64-bit ABI 1004 As of release 2.95, GCC doesn't work properly with the 64-bit ABI
984 (applicable on UltraSPARC), but that isn't the default mode. 1005 (applicable on UltraSPARC), but that isn't the default mode.