Mercurial > emacs
comparison etc/=MACHINES @ 1112:1dba066c1e0a
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 13 Sep 1992 10:54:38 +0000 |
parents | f40ed8ebb09e |
children | 28e8b21e8bba |
comparison
equal
deleted
inserted
replaced
1111:95f094fdd81e | 1112:1dba066c1e0a |
---|---|
95 libXol is part of the X distribution, then you have X11R3 and Emacs | 95 libXol is part of the X distribution, then you have X11R3 and Emacs |
96 won't work with X. | 96 won't work with X. |
97 | 97 |
98 Most versions of V.4 support sockets. If `/usr/lib/libsocket.so' | 98 Most versions of V.4 support sockets. If `/usr/lib/libsocket.so' |
99 exists, your system supports them. If yours does not, you must add | 99 exists, your system supports them. If yours does not, you must add |
100 #undef HAVE_SOCKETS in config.h, aftern the inclusion of s-usg5-4.h. | 100 #undef HAVE_SOCKETS in config.h, after the inclusion of s-usg5-4.h. |
101 (Any system that supports Internet should implement sockets.) | 101 (Any system that supports Internet should implement sockets.) |
102 | 102 |
103 Ultrix (-opsystem=bsd4-2) | 103 Ultrix (-opsystem=bsd4-2) |
104 | 104 |
105 Recent versions of Ultrix appear to support the features of Berkeley 4.3. | 105 Recent versions of Ultrix appear to support the features of Berkeley 4.3. |
258 Cydra 5 (-machine=cydra5; -opsystem=usg5-3) | 258 Cydra 5 (-machine=cydra5; -opsystem=usg5-3) |
259 | 259 |
260 18.51 worked in one version of their operating system but stopped | 260 18.51 worked in one version of their operating system but stopped |
261 working in a newer version. This has not been fixed. | 261 working in a newer version. This has not been fixed. |
262 | 262 |
263 DECstation (-machine=pmax; -opsystem=bsd4-3) | 263 DECstation (-machine=pmax; -opsystem=bsd4-3 or -opsystem=osf1) |
264 | 264 |
265 Works, as of 18.55. See under Ultrix for problems using X windows | 265 OSF1 support merged in 18.59. |
266 on Ultrix. Note that this is a MIPS machine. | 266 |
267 See under Ultrix for problems using X windows on Ultrix. | |
268 Note that this is a MIPS machine. | |
269 -opsystem=bsd4-3 is said to work ok with Ultrix 4.1. | |
270 | |
267 For Ultrix versions prior to 4.0, you may need to delete | 271 For Ultrix versions prior to 4.0, you may need to delete |
268 the definition of START_FILES from src/m/pmax.h. | 272 the definition of START_FILES from src/m/pmax.h. |
269 | 273 |
270 Motorola Delta 147 (-machine=delta; -opsystem=usg5-3) | 274 Motorola Delta 147 (-machine=delta; -opsystem=usg5-3) |
271 | 275 |
569 Changes merged in 18.39. Some fixes in 18.56. | 573 Changes merged in 18.39. Some fixes in 18.56. |
570 | 574 |
571 Use -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with | 575 Use -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with |
572 the BSD world. | 576 the BSD world. |
573 | 577 |
578 Note that the proper -machine option for the Decstation is `-machine=pmax'. | |
579 | |
580 If you are compiling with GCC, then you must run fixincludes; | |
581 the alternative of using -traditional won't work because | |
582 the definition of SIGN_EXTEND_CHAR uses the keyword `signed'. | |
583 | |
584 If the SYSV world is the default, then you probably need the following | |
585 line in etc/Makefile: | |
586 | |
587 CFLAGS= -g -systype bsd43 | |
588 | |
589 Some operating systems on MIPS machines give SIGTRAP for division by | |
590 zero instead of the usual signals. The only real solution is to fix | |
591 the system to give a proper signal. | |
592 | |
593 In the meantime, you can change init_data in data.c if you wish. | |
594 Change it to handle SIGTRAP as well as SIGFPE. But this will have a | |
595 great disadvantage: you will not be able to run Emacs under a | |
596 debugger. I think crashing on division by zero is a lesser problem. | |
597 | |
574 Motorola Delta (-machine=delta; -opsystem=usg5-3) | 598 Motorola Delta (-machine=delta; -opsystem=usg5-3) |
575 | 599 |
576 Machine support added in version 18.56. | 600 Machine support added in version 18.56. |
577 | 601 |
578 National Semiconductor 32000 (-machine=ns32000; -opsystem=usg5-2) | 602 National Semiconductor 32000 (-machine=ns32000; -opsystem=usg5-2) |