aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-04-19 17:03:02 +0000
committerJim Blandy1992-04-19 17:03:02 +0000
commitcab96458f8ef158d9a870f84f09058e0404cd393 (patch)
treecc64393d6794273439a483fba57e0ff02691d209
parent46947372a36a43d9931d151575ebec9bf6951797 (diff)
downloademacs-cab96458f8ef158d9a870f84f09058e0404cd393.tar.gz
emacs-cab96458f8ef158d9a870f84f09058e0404cd393.zip
*** empty log message ***
-rw-r--r--etc/MACHINES18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/MACHINES b/etc/MACHINES
index c008dcf28b6..3e7796021fe 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -82,6 +82,24 @@ System V rel 4 (-opsystem=usg5-4)
82 The standard C preprocessor generate xmakefile incorrectly. However, 82 The standard C preprocessor generate xmakefile incorrectly. However,
83 /lib/cpp will work, so use `make CPP=/lib/cpp'. 83 /lib/cpp will work, so use `make CPP=/lib/cpp'.
84 84
85 Versions 3 and earlier of V.4, on the Intel 386 and 860, had problems
86 in the X11 libraries. These prevent Emacs from working with X.
87 You can use Emacs with X provided your copy of X is based on X11
88 release 4 or newer. Unfortunately, the only way you can tell whether
89 your X11 library is new enough is to try compiling Emacs to use X.
90 If xemacs runs, your X11 library is new enough.
91
92 In this context, GSV4 and GSV4i are alternate names for X11R4.
93 OL2.* is X11R3 based. OL3 is in between X11R3 and X11R4, and may or
94 may not work, depending on who made the Unix system. If the library
95 libXol is part of the X distribution, then you have X11R3 and Emacs
96 won't work with X.
97
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
100 #undef HAVE_SOCKETS in config.h, aftern the inclusion of s-usg5-4.h.
101 (Any system that supports Internet should implement sockets.)
102
85Ultrix (-opsystem=bsd4-2) 103Ultrix (-opsystem=bsd4-2)
86 104
87 DEC's Ultrix OS is essentially Berkeley 4.2. It does not correctly 105 DEC's Ultrix OS is essentially Berkeley 4.2. It does not correctly