annotate etc/MACHINES @ 417:43a18b32d56e

Added tag r21-2-16 for changeset ebe98a74bd68
author cvs
date Mon, 13 Aug 2007 11:22:24 +0200
parents 376386a54a3c
children 223736d75acb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 This is a list of the status of GNU Emacs on various machines and systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 For each system and machine, we give the configuration name you should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 pass to the `configure' script to prepare to build Emacs for that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 system/machine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 The `configure' script uses the configuration name to decide which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 machine and operating system description files `src/config.h' should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 include. The machine description files are all in `src/m', and have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 names similar to, but not identical to, the machine names used in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 configuration names. The operating system files are all in `src/s',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 and are named similarly. See the `configure' script if you need to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 know which configuration names use which machine and operating system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 description files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 If you add support for a new configuration, add a section to this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 file, and then edit the `configure' script to tell it which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 configuration name(s) should select your new machine description and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 system description files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 Here are the configurations Emacs is intended to work with, with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 corresponding configuration names. You can postpend version numbers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 to operating system names (i.e. sunos4.1) or architecture names (i.e.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 hppa1.1). If you leave out the version number, the `configure' script
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 will configure Emacs for the latest version it knows about.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 *************************************************************************
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 * *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 * NOTE: this file is kept in sync with the FSF version, though we *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 * expect the information here to be mostly accurate for XEmacs. *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 * Bear in mind that the version numbers mentioned in the text below *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 * are the FSF numbers, not the Lucid numbers. For comparison, *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 * FSFmacs 19.26 roughly corresponds to XEmacs 19.11. *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 * *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 *************************************************************************
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 Acorn RISCiX (arm-acorn-riscix1.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 Emacs 19.29 has changes that ought to support RISCiX 1.2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 Due to a bug in the RISCiX C compiler (3.4.5), emacs must
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 be built with gcc (versions 2.5.8 onwards).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 In addition, you will need GNU sed and GNU make, as the RISCiX release
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 versions of these utilities cannot cope with building emacs-19!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 GNU sed should be configured with:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 env 'DEFS=-Dgetopt=gnu_getopt -Dopterr=gnu_opterr -Doptind=gnu_optind \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 -Doptarg=gnu_optarg' ./configure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 GNU make (3.72+) should be configured with:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 env 'CFLAGS=-Dgetopt=gnu_getopt -Dopterr=gnu_opterr -Doptind=gnu_optind \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 -Doptarg=gnu_optarg' ./configure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 Emacs may be configured to use the X toolkit, by adding --with-x-toolkit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 to the configure command. If you do this, you will need to edit the line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 in src/Makefile which defines LIBW (about line 59) to read:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 LIBW= -lXaw_n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 This ensures that the non-shared widget library is used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 It is unlikely that this version of emacs will work with RISCiX 1.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 Alliant (fx80-alliant-bsd):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 18.52 worked on system version 4. Previous Emacs versions were
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 known to work on previous system versions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 If you are using older versions of their operating system, you may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 need to edit `src/config.h' to use `m/alliant1.h' (on version 1) or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 `m/alliant.h' (on versions 2 and 3).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 Alliant FX/2800 (i860-alliant-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 Known to work with 19.26 and OS version 2.2, compiler version 1.3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 Alpha (DEC) running OSF/1 (alpha-dec-osf1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 Worked as of Lucid Emacs 19.8.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 Altos 3068 (m68k-altos-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 18.52 was said to work, provided you don't compile unexec.c with -O.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 Amdahl UTS (580-amdahl-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 Small changes for 18.38 were merged in 18.39. It is mostly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 working, but at last report a bug sometimes causes Emacs to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 grab very large amounts of memory. No fix or explanation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 has yet been reported. It may be possible to find this bug
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 if you find which Emacs command it happens within and then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 run that command with a breakpoint set at malloc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 The 5.2u370 compiler is so brain damaged that it is not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 even worth trying to use it. Success was obtained with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 uts native C compiler on uts version 5.2.5.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 Apollo running Domain (m68k-apollo-domain)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 19.29 has a few patches that ought to make things work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 There are reports of bugs in cc -O on this system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 In `lib-src/Makefile', don't expect emacsclient and emacsserver to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 compile. You might want to remove them from your makefile.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 The Apollo has a bizarre operating system which does not permit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 Emacs to be dumped with preloaded pure Lisp code. Therefore, each
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 time you start Emacs on this system, the standard Lisp code is loaded
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 into it. Expect it to take a long time. You can prevent loading of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 the standard Lisp code by specifying the -nl switch. It must
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 come at the beginning of the command line; only the -t and -batch
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 switches may come before it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 Here is a design for a method of dumping and reloading the relevant
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 necessary impure areas of Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 On dumping, you need to dump only the array `pure' plus the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 locations that contain values of forwarded Lisp variables or that are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 protected for garbage collection. The former can be found by a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 garbage- collection-like technique, and the latter are in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 staticprolist vector (see alloc.c for both things).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 Reloading would work in an Emacs that has just been started; except
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 when a switch is specified to inhibit this, it would read the dump
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 file and set all the appropriate locations. The data loaded must be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 relocated, but that's not hard. Those locations that are of type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 Lisp_Object can be found by a technique like garbage-collection, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 those of them that point to storage can be relocated. The other data
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 read from the file will not need to be relocated.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 The switch to inhibit loading the data base would be used when it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 is time to dump a new data base.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 This would take a few seconds, which is much faster than loading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 the Lisp code of Emacs from scratch.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 AT&T 3b2, 3b5, 3b15, 3b20 (we32k-att-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 Emacs will probably not work with certain kernel constants too small.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 In param.h CDLIMIT should be at least (1L << 12) in order to allow
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 processes to write up to 2 Mbyte files. This parameter is configurable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 by normal means in /etc/master.d/kernel; examine that file for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 symbol CDLIMIT or ULIMIT, and raise it by several powers of 2. Then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 do normal kernel rebuild things via "cd /boot; mkboot -k KERNEL" and so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 forth.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 In seg.h NSEGP and STACKSEG should be at least 16 and 4 respectively
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 to allow processes with total size of up to 2Mbytes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 However, I'm told it is unlikely this would fail to be true.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 The MAXMEM may also prevent Emacs from running. The file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 3B-MAXMEM in this directory explains how to increase MAXMEM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 On some of these machines, you may need to define IN_SCCS_ID
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 in config.h to make Emacs work. Supposedly you can tell whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 this is necessary by checking something in /usr/include/sys/time.h;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 we do not know precisely what.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 AT&T 7300 or 3b1 (m68k-att-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 18.52 worked. If you have strange troubles with dumping
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 Emacs, delete the last few lines from `src/m/7300.h' and recompile.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 These lines are supposed to produce a sharable executable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 `src/m/7300.h' defines SHORTNAMES because operating system versions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 older than 3.5 did not support long symbol names. Version 3.5 does
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 support them, so you can remove the #define SHORTNAMES in that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 Bull DPX/2 models 2nn or 3nn (m68k-bull-sysv3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 Minor fixes merged into 19.19, which should work with CC or GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 You should compile with all the POSIX stuff: undef _SYSV and define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 _POSIX_SOURCE, _XOPEN_SOURCE and _BULL_SOURCE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 On bos2.00.45 there is a bug that makes the F_SETOWN fcntl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 call enters in an infinite loop. F_SETOWN_BUG has been defined to avoid
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 calling it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 Bull DPX/20 (rs6000-bull-bosx)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 Version 19 works.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 Bull sps7 (m68k-bull-sysv2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 Changes partially merged in version 19, but some fixes are probably required.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 CCI 5/32, 6/32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 See "Tahoe".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 Celerity (celerity-celerity-bsd4.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 Version 18.49 worked. This configuration name is a hack, because we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 don't know the processor used by Celerities. If someone
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 who uses a Celerity could get in touch with us, we can teach
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 config.sub a better name for the configuration.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 Clipper (clipper-???)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 Version 19 has support for some brand of clipper system. If you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 have successfully built Emacs 19 on some sort of clipper system, let
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 us know so we can flesh out this entry.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 Note that the Orion 105 is also a clipper, but some system-related
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 parameters are different.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 Convex (c1-convex-bsd, c2-convex-bsd, c32-convex-bsd, c34-convex-bsd,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 c38-convex-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 Support updated and residual bugs fixed in 19.26.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 Cubix QBx/386 (i386-cubix-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 Changes merged in 19.1. Systems before 2/A/0 may fail to compile etags.c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 due to a compiler bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 Cydra 5 (cydra-cydrome-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 18.51 worked in one version of their operating system but stopped
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 working in a newer version. This has not been fixed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 Data General Aviion (m88k-dg-dgux)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 19.23 works; however, the GCC provided with DGUX 5.4R3.00 fails to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 compile src/emacs.c. GCC 2.5.8 does work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 The 19.26 pretest was reported to work; no word on which compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 System versions other than DGUX 5.4R3.00 have not been tested.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 DECstation (mips-dec-ultrix or mips-dec-osf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 This machine is the older Mips-based DECstation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 Emacs should now work on the Alpha CPU.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 19.25 works on Ultrix 4.2. The 19.26 pretest was reported to work
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 on Ultrix 4.2a and on 4.4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 One user reported 19.25 did not work at all with --with-x-toolkit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 using X11R5 patch level 10, but worked ok with X11R5 pl26.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 See under Ultrix for problems using X windows on Ultrix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 Note that this is a MIPS machine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 For Ultrix versions 4.1 or earlier, you may need to define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 SYSTEM_MALLOC in `src/m/pmax.h', because XvmsAlloc.o in libX11.a seems
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 to insist on defining malloc itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 For Ultrix versions prior to 4.0, you may need to delete
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 the definition of START_FILES from `src/m/pmax.h'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 Motorola Delta 147 (m68k-motorola-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 The EMacs 19.26 pretest was reported to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 Motorola Delta boxes running System V/68 release 3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 Tested on 147 board with SVR3V7, no X and gcc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 Tested on 167 board with SVR3V7, no X, cc, gnucc and gcc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 Reports say it works with X too.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 The installation script chooses the compiler itself. gnucc is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 preferred.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 Motorola Delta 187 (m88k-motorola-sysv,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 m88k-motorola-sysvr4, or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 m88k-motorola-m88kbcs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 The 19.26 pretest was reported to run on SVR3. However, if you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 use --with-x-toolkit on svr3, you will have problems compiling some
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 files because time.h and sys/time.h get included twice.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 One fix is to edit those files to protect against multiple inclusion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 As of version 19.13, Emacs was reported to run under SYSVr3 and SYSVr4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 Dual running System V (m68k-dual-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 As of 17.46, this worked except for a few changes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 needed in unexec.c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 Dual running Uniplus (m68k-dual-uniplus)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 Worked, as of 17.51.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 Elxsi 6400 (elxsi-elxsi-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 Changes for 12.0 release are in 19.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 Dumping should work now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 Encore machine (ns16k-encore-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 This machine bizarrely uses 4.2BSD modified to use the COFF format
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 for object files. Works (as of 18.40). For the APC processor you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 must enable two lines at the end of `src/s/umax.h', which are commented
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 out in the file as distributed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 WARNING: If you compile Emacs with the "-O" compiler switch, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 must also use the "-q enter_exits" switch so that all functions have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 stack frames. Otherwise routines that call `alloca' all lose.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 A kernel bug in some system versions causes input characters to be lost
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 occasionally.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 GEC 63 (local-gec63-usg5.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 Changes are partially merged in version 18, but certainly require
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 more work. Let us know if you get this working, and we'll give it a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 real configuration name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 Gould Power Node (pn-gould-bsd4.2 or pn-gould-bsd4.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 18.36 worked on versions 1.2 and 2.0 of the operating system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 On UTX/32 2.0, use pn-gould-bsd4.3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 On UTX/32 1.2 and UTX/32S 1.0, use pn-gould-bsd4.2 and note that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 compiling `lib-src/sorted-doc' tickles a compiler bug: remove the -g
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 flag to cc in the makefile.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 UTX/32 1.3 has a bug in the bcopy library routine. Fix it by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 #undef BSTRING in `src/m/gould.h'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 Version 19 incorporates support for releases 2.1 and later of UTX/32.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 Gould NP1 (np1-gould-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 Version 19 supposedly works.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 Harris Night Hawk (m68k-harris-cxux or m88k-harris-cxux)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 This port was added in 19.23. The configuration actually tested was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 a Night Hawk 4800 running CX/UX 7.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 If you have GCC ported and want to build with it, you probably need to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 change things (like compiler switches) defined in the s/cxux.h file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 With CX/UX 7.0 and later releases, you need to build after setting the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 SDE_TARGET environment variable to COFF (a port using ELF and shared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 libraries has not yet been done).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 Honeywell XPS100 (xps100-honeywell-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 Config file added in version 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 Hewlett-Packard 9000 series 200 or 300 (m68k-hp-bsd or m68k-hp-hpux7.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 Version 19 works under BSD. The 19.26 pretest was reported
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 to work on HPUX 9.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 These machines are 68000-series CPUs running HP/UX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 (a derivative of sysV with some BSD features) or BSD 4.3 ported by Utah.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 The operating system suffix determines which system Emacs is built for.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 Series 200 HPUX runs Emacs only if it has the "HP/UX upgrade".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 If you are running HP/UX release 8.0 or later, you need the optional
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 "C/ANSI C" software in order to build Emacs (older releases of HP/UX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 do not require any special software). If the file "/etc/filesets/C"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 exists on your machine, you have this software, otherwise you do not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 Note that HP has used two incompatible assembler syntaxes,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 and has recently changed the format of C function frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 `src/crt0.c' and `src/alloca.s' have been conditionalised for the new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 assembler and new function-entry sequence. You may need to define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 OLD_HP_ASSEMBLER if you are using an older hpux version. If you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 have an official (bought from HP) series 300 machine you have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 the new assembler. Kernels that are 5.+ or later have new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 assembler. A Series 200 that has been upgraded to a 68010
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 processor and a 5.+ kernel has the new compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 Define C_SWITCH_MACHINE to be +X to make a version of Emacs that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 runs on both 68010 and 68020 based HP/UX's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 Define HPUX_68010 if you are using the new assembler, for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 a system that has a 68010 without a 68881. This is to say,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 a s200 (upgraded) or s310.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 Define the symbol HPUX_NET if you have the optional network features
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 that include the `netunam' system call. This is referred to as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 Network Services (NS/9000) in HP literature.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 HP 9000 series 500: not supported.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 The series 500 has a seriously incompatible memory architecture
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 which relocates data in memory during execution of a program,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 and support for it would be difficult to implement.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 HP 9000 series 700 or 800 (Spectrum) (hppa1.0-hp-hpux or hppa1.1-hp-hpux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 or ...hpux9shr)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 19.26 is believed to work on HPUX 9 provided you compile with GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 As of version 19.16, Emacs was reported to build (using GCC) and run
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 on HP 9000/700 series machines running HP/UX versions 8.07 and 9.01.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 Use hppa1.1 for the 700 series and hppa1.0 for the 800
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 series machines. (Emacs may not actually care which one you use.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 Use hppa1.1-hp-hpux9shr to use shared libraries on HPUX version 9.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 You may need to create the X libraries libXaw.a and libXmu.a from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 the MIT X distribute, and you may need to edit src/Makefile's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 definition of LIBXT to look like this:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 LIBXT= $(LIBW) -lXmu -lXt $(LIBXTR6) -lXext
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 Some people report trouble using the GNU memory allocator under
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 HP/UX version 9. The problems often manifest as lots of ^@'s in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 We are told that these problems go away if you obtain the latest
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 patches for the HP/UX C compiler. James J Dempsey
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 <jjd@spserv.bbn.com> says that this set of versions works for him:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 /bin/cc:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 HP92453-01 A.09.28 HP C Compiler
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 /lib/ccom:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 HP92453-01 A.09.28 HP C Compiler
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 HP-UX SLLIC/OPTIMIZER HP-UX.09.00.23 02/18/93
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 Ucode Code Generator - HP-UX.09.00.23.5 (patch) 2/18/93
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 For 700 series machines, the HP-UX patch needed is known as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 PHSS_2653. (Perhaps for 800 series machines as well; we don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 know.) If you are on the Internet, you should be able to obtain
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 this patch by using telnet to access the machine
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 support.mayfield.hp.com and logging in as "hpslreg" and following
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 the instructions there. Do not ask FSF for further support on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 this. If you have any trouble obtaining the patch, contact HP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 Software Support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 If your buffer fills up with nulls (^@) at some point, it could well
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 be that problem. That problem does not happen when people use GCC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 to compile Emacs. On the other hand, the HP compiler version 9.34
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 was reported to work for the 19.26 pretest. 9.65 was also reported to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 If you turn on the DSUSP character (delayed suspend),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 Emacs 19.26 does not know how to turn it off on HPUX.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 You need to turn it off manually.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 If you are running HP/UX release 8.0 or later, you need the optional
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 "C/ANSI C" software in order to build Emacs (older releases of HP/UX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 do not require any special software). If the file "/etc/filesets/C"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 exists on your machine, you have this software, otherwise you do not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 High Level Hardware Orion (orion-highlevel-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 This is the original microprogrammed hardware.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 Machine description file ought to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 High Level Hardware Orion 1/05 (clipper-highlevel-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 Changes merged in 18.52. This is the one with the Clipper cpu.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 Note that systems which lack NFS need LOAD_AVE_TYPE changed to `double'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 C compiler has a bug; it loops compiling eval.c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 Compile it by hand without optimization.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 IBM PS/2 (i386-ibm-aix1.1 or i386-ibm-aix1.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 Changes merged in version 19. You may need to copy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 /usr/lib/samples/hft/hftctl.c to the Emacs src directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 i386-ibm-aix1.1 may not work with certain new X window managers, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 may be suboptimal.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 IBM RS/6000 (rs6000-ibm-aix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 Emacs 19.26 is believed to work; its pretest was tested.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 At last report, Emacs didn't run well on terminals. Informed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 persons say that the tty VMIN and VTIME settings have been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 corrupted; if you have a fix, please send it to us.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 Compiling with -O using the IBM compiler has been known
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 to make Emacs work incorrectly. It's reported that on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 AIX 3.2.5 with an IBM compiler earlier than 1.03.00.14,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 cc -O fails for some files. You need to install any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 PTF containing APAR #IX42810 to bring the compiler to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 the 1.03.00.14 level to allow optimized compiles.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 Alternatively, recompiling just emacs.c and extents.c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 without optimization seems to do the trick as well.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 There are reports that IBM compiler versions earlier than 1.03.00.02
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 fail even without -O.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 As of 19.11, if you strip the Emacs executable, it ceases to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 If you are using AIX 3.2.3, you may get a core dump when loading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 ange-ftp. You may be able to fix the problem by defining LIBS_TERMCAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 as -ltermcap -lcurses. Please tell us if this fails to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 If anyone can fix the above problems, or confirm that they don't happen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 with certain versions of various programs, we would appreciate it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 IBM RT/PC (romp-ibm-bsd or romp-ibm-aix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 Use romp-ibm-bsd for the 4.2-like system and romp-ibm-aix for AIX.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 19.22 is reported to work under bsd. We don't know about AIX.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 On BSD, if you have trouble, try compiling with a different compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 On AIX, the file /usr/lib/samples/hft/hftctl.c must be compiled into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 hftctl.o, with this result left in the src directory (hftctl.c is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 part of the standard AIX distribution).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 window.c must not be compiled with -O on AIX.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 Integrated Solutions `Optimum V' (m68k-isi-bsd4.2 or -bsd4.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 18.52 said to work on some sort of ISI machine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 Version 18.45 worked (running on a Optimum V (VME bus, 68020)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 BSD 4.2 (3.05e) system). 18.42 is reported to work on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 a Qbus 68010 system. Has not been tried on `WorkStation' `Cluster
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 Compute Node' `Cluster WorkStation' or `Server Node' (Love the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 StudLYCaps)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 Compilation with -O is rumored to break something.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 On recent system versions, you may need to undefine the macro UMAX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 in `lib-src/loadst.c' and `src/getpagesize.h'. They stupidly defined this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 in a system header file, which confuses Emacs (which thinks that UMAX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 indicates the Umax operating system).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 Intel 386 (i386-*-isc, i386-*-esix,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 i386-*-xenix, i386-*-linux, i386-*-freebsd,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 i386-intsys-sysv, i386-*-sysv3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 i386-*-sysv4, i386-*-sysv4.2,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 i386-*-sysv5.3, i386-*-bsd4.2,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 i386-*-sco3.2v4, i386-*-bsd386, i386-*-386bsd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 or i486... or i586...)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 In the above configurations, * means that the manufacturer's name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 you specify does not matter, and you can use any name you like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 (but it should not contain any dashes or stars).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 When using the ISC configurations, be sure to specify the isc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 version number - for example, if you're running ISC 3.0, use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 i386-unknown-isc3.0 as your configuration name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 Use i386-*-esix for Esix; Emacs runs as of version 19.6.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 Use i386-*-linux for GNU/Linux systems; Emacs runs as of version 19.26.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 Use i386-intsys-sysv for Integrated Solutions 386 machines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 It may also be correct for Microport systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 Use i386-*-sco3.2v4 for SCO 3.2v4; Emacs runs as of version 19.26.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 On GNU/Linux systems, Emacs 19.23 was said to work properly with libc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 version 4.5.21, but not with 4.5.19. If your system uses QMAGIC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 for the executable format, you must edit config.h to define LINUX_QMAGIC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 On GNU/Linux, configure may fail to put these definitions in config.h:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 #define HAVE_GETTIMEOFDAY
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 #define HAVE_MKDIR
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 #define HAVE_RMDIR
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 To work around the problem, add those definitions by hand.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 It is possible that this problem happens only with X11R6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 or that newer system versions have fixed it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 The 19.26 pretest was reported to work on SVR4.3 and on Freebsd.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 Use i386-*-bsd386 for BSDI BSD/386; Emacs runs as of version 19.23.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 Make on that system is broken; use GNU make instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 Shell bugs in version 1.0 of BSD/386 cause configure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 to do the wrong thing with --with-x-toolkit; the workaround is to edit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 configure to run another shell such as bash.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 For System V release 3, use i386-*-sysv3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 For System V release 4, use i386-*-sysv4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 For System V release 4.2, use i386-*-sysv4.2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 If you are using Xenix, see notes at end under Xenix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 If you are using Esix, see notes at end under Esix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 If you are using SCO Unix, see notes at end under SCO.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 On 386bsd, netbsd and freebsd, you should use GNU make, not the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 system's make. Assuming it's installed as gmake, do `gmake install
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 MAKE=gmake'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 If you are using System V release 4.2, you may find that `cc -E'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 puts spurious spaces in `src/xmakefile'. If that happens,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 specify CPP=/lib/cpp as an option when you run make.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 There is no problem if you compile with GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 Note that use of Linux with GCC 2.4 and the DLL 4.4 libraries
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 requires the experimental "net 2" network patches (no relation to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 Berkeley Net 2). There is a report that (some version of) Linux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 requires including `/usr/src/linux/include/linux' in buffer.c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 but no coherent explanation of why that might be so. If it is so,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 in current versions of Linux, something else should probably be changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 Some sysV.3 systems seem to have bugs in `opendir';
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 for them, alter `config.h' to define NONSYSTEM_DIR_LIBRARY
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 and undefine SYSV_SYSTEM_DIR.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 If you use optimization on V.3, you may need the option -W2,'-y 0'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 to prevent certain faulty optimization.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 On 386/ix, to link with shared libraries, add #define USG_SHARED_LIBRARIES
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 to config.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 On SCO, there are problems in regexp matching when Emacs is compiled
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 with the system compiler. The compiler version is "Microsoft C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 version 6", SCO 4.2.0h Dev Sys Maintenance Supplement 01/06/93;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 Quick C Compiler Version 1.00.46 (Beta). The solution is to compile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 with GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 On ISC systems (2.02 and more recent), don't try to use the versions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 of X that come with the system; use XFree86 instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 There is no consistency in the handling of certain system header files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 on V.3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 Some versions have sys/sioctl.h, and require it in sysdep.c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 But some versions do not have sys/sioctl.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 For a given version of the system, this may depend on whether you have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 X Windows or TCP/IP. Define or undefine NO_SIOCTL_H in config.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 according to whether you have the file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 Likewise, some versions have been known to need sys/ttold.h, sys/stream.h,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 and sys/ptem.h included in sysdep.c. If your system has these files,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 try defining NEED_PTEM_H in config.h if you have trouble without it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 You may find that adding -I/usr/X/include or -I/usr/netinclude or both
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 to CFLAGS avoids compilation errors on certain systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 Some versions convince sysdep.c to try to use `struct tchars'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 but define `struct tc' instead; add `#define tchars tc'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 to config.h to solve this problem.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 Iris 2500 and Iris 2500 Turbo (m68k-sgi-iris3.5 or m68k-sgi-iris3.6)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 Version 18 was said to work; use m68k-sgi-iris3.5 for system version 2.5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 and m68k-sgi-iris3.6 for system version 3.6.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 Note that the 3030 is the same as the Iris 2500 Turbo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 Iris 4D (mips-sgi-irix[456].*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 The 19.26 pretest was reported to work on IRIX 4.0.5 and 5.2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 19.23 was reported to work on IRIX 5.2, but you may need to install
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 the "compiler_dev.hdr.internal" subsystem in order to compile unexelfsgi.c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 19.22 was known to work on all Silicon Graphics machines running
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 IRIX 4.0.5 or IRIX 5.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 Compiling with -O using IRIX compilers prior to 3.10.1 may not work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 Don't use -O or use GCC instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 Most IRIX 3.3 systems do not have an ANSI C compiler, but a few do.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 Compile Emacs 18 with the -cckr switch on these machines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 There is a bug in IRIX 3.3 that can sometimes leave ptys owned by root
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 with a permission of 622. This causes malfunctions in use of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 subprocesses of Emacs. Irix versions 4.0 and later with GNU Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 versions 18.59 and later fix this bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 Masscomp (m68k-masscomp-rtu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 18.36 worked on a 5500DP running RTU v3.1a and compiler version 3.2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 with minor fixes that are included in 18.37. However, bizarre behavior
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 was reported for 18.36 on a Masscomp (model and version unknown but probably
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 a 68020 system). The report sounds like a compiler bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 A compiler bug affecting statements like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 unsigned char k; unsigned char *p;... x = p[k];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 has been reported for "C version 1.2 under RTU 3.1". We do not wish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 to take the time to install the numerous workarounds required to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 compensate for this bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 For RTU version 3.1, define FIRST_PTY_LETTER to be 'p' in `src/s/rtu.h'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 (or #undef and redefine it in config.h) so that ptys will be used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 GNU Emacs is said to have no chance of compiling on RTU versions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 prior to v3.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 Megatest (m68k-megatest-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 Emacs 15 worked; do not have any reports about Emacs 16 or 17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 but any new bugs are probably not difficult.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 Mips (mips-mips-riscos, mips-mips-riscos4.0, or mips-mips-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 The C compiler on Riscos 4.51 dumps core trying to optimize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 parts of Emacs. Try without optimization or try GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 Meanwhile, the linker on that system returns success even if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 there are undefined symbols; as a result, configure gets the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 wrong answers to various questions. No work-around is known
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 except to edit src/config.h by hand to indicate which functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 don't exist.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 Use mips-mips-riscos4.0 for RISCOS version 4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 Use mips-mips-bsd with the BSD world.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 Note that the proper configuration names for DECstations are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 mips-dec-ultrix and mips-dec-osf.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 If you are compiling with GCC, then you must run fixincludes;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 the alternative of using -traditional won't work because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 the definition of SIGN_EXTEND_CHAR uses the keyword `signed'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 If the SYSV world is the default, then you probably need the following
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 line in etc/Makefile:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 CFLAGS= -g -systype bsd43
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 Some operating systems on MIPS machines give SIGTRAP for division by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 zero instead of the usual signals. The only real solution is to fix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 the system to give a proper signal.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 In the meantime, you can change init_data in data.c if you wish.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 Change it to handle SIGTRAP as well as SIGFPE. But this will have a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 great disadvantage: you will not be able to run Emacs under a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 debugger. I think crashing on division by zero is a lesser problem.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 dsg@mitre.org reported needing to use --x-libraries=/bsd43/usr/lib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 on a riscos4bsd site. But it is not clear whether this is needed in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 general or only because of quirks on a particular site.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 National Semiconductor 32000 (ns32k-ns-genix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 This is for a complete machine from National Semiconductor,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 running Genix. Changes merged in version 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 NCR Tower 32 (m68k-ncr-sysv2 or m68k-ncr-sysv3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 If you are running System V release 2, use m68k-ncr-sysv2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 If you are running System V release 3, use m68k-ncr-sysv3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 These both worked as of 18.56. If you change `src/ymakefile' so that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 CFLAGS includes C_OPTIMIZE_SWITCH rather than C_DEBUG_SWITCH, check
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 out the comments in `src/m/tower32.h' (for System V release 2) or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 `src/m/tower32v3.h' (for System V release 3) about this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 There is a report that compilation with -O did not work with 18.54
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 under System V release 2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 NCR Intel system (i386-ncr-sysv4.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 This system works in 19.31, but if you don't link it with GNU ld,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 you may need to set LD_RUN_PATH at link time to specify where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 to find the X libraries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 NeXT (m68k-next-nextstep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 Emacs 19 has not been tested extensively yet, but it seems to work
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 in a NeXTStep 3.0 terminal window, and under the X server called
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 co-Xist. You may need to specify -traditional when src/Makefile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 builds xmakefile.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 NeXT users might want to implement direct operation with NeXTStep,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 but from the point of view of the GNU project, that is a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 distraction.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 Thanks to Thorsten Ohl for working on the NeXT port of Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 Nixdorf Targon 31 (m68k-nixdorf-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 Machine description file for version 17 is included in 18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 but whether it works is not known.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 `src/unexec.c' bombs if compiled with -O.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 Note that the "Targon 35" is really a Pyramid.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 Nu (TI or LMI) (m68k-nu-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 Version 18 is believed to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 Paragon OSF/1 (i860-intel-osf1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 Changes merged in 19.29.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 There is a bug in OSF/1 make which claims there is a syntax error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 in the src/xmakefile. You can successfully build emacs with:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 pmake MAKE=pmake
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 Plexus (m68k-plexus-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 Worked as of 17.56.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 Pmax (DEC Mips) (mips-dec-ultrix or mips-dec-osf1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 See under DECstation, above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 Prime EXL (i386-prime-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 Minor changes merged in 19.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 Pyramid (pyramid-pyramid-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 The 19.26 pretest was observed to work on OSx 5.0, but it is necessary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 to edit gmalloc.c. You must add #include <sys/types.h> at the top,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 and delete the #define for size_t.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 You need to build Emacs in the Berkeley universe with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 the `ucb' command, as in `ucb make' or `ucb build-install'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 In OSx 4.0, it seems necessary to add the following two lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 to `src/m/pyramid.h':
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 #define _longjmp longjmp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 #define _setjmp setjmp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 In Pyramid system 2.5 there has been a compiler bug making
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 Emacs crash just after screen-splitting with Qnil containing 0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 A compiler that fixes this is Pyramid customer number 8494,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 internal number 1923.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 Some versions of the pyramid compiler get fatal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 errors when the -gx compiler switch is used; if this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 happens to you, change `src/m/pyramid.h' to define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 C_DEBUG_SWITCH with an empty definition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 Some old system versions may require you to define PYRAMID_OLD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 in when alloca.s is preprocessed, in order to define _longjmp and _setjmp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 Sequent Balance (ns32k-sequent-bsd4.2 or ns32k-sequent-bsd4.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 Emacs 18.51 worked on system version 3.0. 18.52 is said to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 Delete some lines at the end of `src/m/sequent.h' for earlier system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 versions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 Sequent Symmetry (i386-sequent-bsd, i386-sequent-ptx)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 Emacs 19 should work on Dynix (BSD). However, if you compile with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 the Sequent compiler, you may find Emacs does not restore the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 terminal settings on exit. If this happens, compile with GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 Emacs 19.27 contains patches that should support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 DYNIX/ptx 1.4 and 2.1 with the native cc compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 Gcc can't compile src/process.c due to a non-standard Sequent asm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 keyword extension supported by cc and used for the network byte/word
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 swapping functions in the PTX /usr/include/netinet/in.h file. Gcc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 2.5.8 includes the file <sys/byteorder.h> which can be included into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 netinet/in.h to perform these byte/word swapping functions in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 same manner. Patches have been submitted to the FSF against gcc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 2.6.0 to fix this problem and allow Emacs to be built with gcc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 If your machine does not have TCP/IP installed, you will have to edit the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 src/s/ptx.h file and comment out #define TCPIP_INSTALLED.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 Siemens Nixdorf RM600 and RM400 (mips-siemens-sysv4)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 Changes merged in 19.29. This configuration should also work for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 Pyramid MIS Server running DC-OSX 1.x. The version configured with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 `--with-x' works without any modifications, but `--with-x-toolkit'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 works only if the Athena library and the Toolkit library are linked
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 statically. For this, edit `src/Makefile' after the `configure' run
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 and modify the lines with `-lXaw' and `-lXt' as follows:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 LIBW= /usr/lib/libXaw.a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 LIBXT= $(LIBW) -lXmu /usr/lib/libXt.a $(LIBXTR6) -lXext
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 SONY News (m68k-sony-bsd4.2 or m68k-sony-bsd4.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 18.52 worked. Use m68k-sony-bsd4.3 for system release 3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 SONY News 3000 series (RISC NEWS) (mips-sony-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 The 19.26 pretest is reported to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 Some versions of the operating system give SIGTRAP for division by zero
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 instead of the usual signals. This causes division by zero
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 to make Emacs crash. The system should be fixed to give the proper signal.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 Changing Emacs is not a proper solution, because it would prevent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 Emacs from working under any debugger. But you can change init_data
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 in data.c if you wish.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 Stardent i860 (i860-stardent-sysv4.0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 19.26 pretest reported to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 Stardent 1500 or 3000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 See Titan.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 Stride (m68k-stride-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 Works (most recent news for 18.30) on their release 2.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 For release 2.2, see the end of `src/m/stride.h'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 It may be possible to run on their V.1 system but changes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 in the s- file would be needed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 sparc-sun-sunos4shr, sparc-sun-solaris2.*,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 i386-sun-solaris2.*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 19.26 is believed to work on Sparcs and Sun 3's. Some people report
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 that Emacs crashes immediately on startup when used with a non-X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 terminal, but we think this is due to compiling with GCC and failing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 to use GCC's "fixed" system header files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 Some Sun versions of X windows use the clipboard, not the selections,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 for transferring text between clients. The Cut, Paste and Copy items
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 in the menu bar Edit menu work with the clipboard.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 It's important to include the SunOS version number in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 configuration name. For example, for SunOS release 4.0 on a Sun 3,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 use `m68k-sun-sunos4.0'; for SunOS release 4.1 on a Sparc, use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 `sparc-sun-sunos4.1'. For SunOS release 4.1.3 on a Sparc, use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 `sparc-sun-sunos4.1.3'. Use sunos4shr to link with shared libraries
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 on Sunos 4.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 (FSF MACHINES file says use of shared libraries does not work with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 X11R5 or X11R6 on Sunos 4 as of 19.26, but I think this does not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 apply to XEmacs.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 Use `m68k' for the 68000-based Sun boxes, `sparc' for Sparcstations,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 and `i386' for Sun Roadrunners. i386 calls for Sunos4.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 Do not define the environment variable 'KEEP_STATE' while running
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 `configure'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 FSF MACHINES file says the following: (may not apply to XEmacs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 If you compile with Sun's ANSI compiler acc, you need additional options
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 when linking temacs, such as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 /usr/lang/SC2.0.1/values-Xt.o -L/usr/lang/SC2.0.1/cg87 -L/usr/lang/SC2.0.1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 (those should be added just before the libraries) and you need to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 add -lansi just before -lc. The precise file names depend on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 compiler version, so we cannot easily arrange to supply them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 On SunOS 4.1.1, do not use /usr/5bin/cc. You can use gcc or/usr/bin/cc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 Make sure the environment variable LD_LIBRARY_PATH is not defined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929 Some people report crashes on SunOS 4.1.3 if SYSTEM_MALLOC is defined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 Others have reported that Emacs works if SYSTEM_MALLOC is defined, and not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 if it is undefined. So far we do not know why results vary in this way.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 The sources are set up so that SYSTEM_MALLOC is defined; if that crashes,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 or if you want the benefit of the relocating memory allocator, you can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 try enabling the #undef SYSTEM_MALLOC in src/s/sunos4-1-3.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 On Solaris 2, you need to install patch 100947-02 to fix a system bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 Presumably this patch comes from Sun. You must alter the definition of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 LD_SWITCH_SYSTEM if your X11 libraries are not in /usr/openwin/lib.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 You must make sure that /usr/ucblib is not in your LD_LIBRARY_PATH.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 On Solaris 2.2, with a multiprocessor SparcCenter 1000, Emacs 19.17 is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 reported to hang sometimes if it exits while it has one or more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 subprocesses (e.g. the `wakeup' subprocess used by `display-time').
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 Emacs and its subprocesses become zombies, and in their zombie state
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 slow down their host and disable rlogin and telnet. This is most
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 likely due to a bug in Solaris 2.2's multiprocessor support,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 rather than an Emacs bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 /usr/ucb. (Most free software packages have the same requirement on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 Solaris.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 If you have trouble using open-network-stream, get the distribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 of `bind' (the BSD name-server), build libresolv.a, and link Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 with -lresolv, by copying the #definition of LIBS_SYSTEM in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 src/s/sunos4-1.h to src/config.h. This problem is due to obsolete
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 software in the nonshared standard library.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 If you want to use SunWindows, define HAVE_SUN_WINDOWS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 in config.h to enable a special interface called `emacstool'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 The definition must *precede* the #include "machine.h".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 System version 3.2 is required for this facility to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 We recommend that you instead use the X window system, which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 has technical advantages, is an industry standard, and is also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 free software. The FSF does not support the SunWindows code;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 we installed it only on the understanding we would not let it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 divert our efforts from what we think is important.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 If you are compiling for X windows, and the X window library was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 compiled to use the 68881, then you must edit config.h according
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 the comments at the end of `src/m/sun3.h'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 Note that Emacs on a Sun is not really as big as it looks.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 As dumped, it includes around 200k of zeros between the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 original text section and the original data section
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 (now remapped as part of the text). These are never
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 swapped in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 To build a single Emacs that will run on Sun 2 and Sun 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 HARDWARE, just build it on the Sun 2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 On Sunos 4.1.3, the word is that Emacs can loop infinitely
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 on startup with X due perhaps to a bug in Sunos. Installing all of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 these Sun patches fixes the problem. We don't know which of them
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 are really relevant.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 100075-11 100224-06 100347-03 100482-05 100557-02 100623-03 100804-03
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 101080-01 100103-12 100249-09 100496-02 100564-07 100630-02 100891-10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 101134-01 100170-09 100296-04 100377-09 100507-04 100567-04 100650-02
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 101070-01 101145-01 100173-10 100305-15 100383-06 100513-04 100570-05
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 100689-01 101071-03 101200-02 100178-09 100338-05 100421-03 100536-02
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 100584-05 100784-01 101072-01 101207-01
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 Tadpole 68K (m68k-tadpole-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 Changes merged in 19.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 You may need to edit Makefile to change the variables LIBDIR and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 BINDIR from /usr/local to /usr/contrib.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 To give movemail access to /usr/mail, you may need to execute
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 chmod 2755 etc/movemail; chgrp mail etc/movemail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 Tahoe (tahoe-tahoe-bsd4.2 or tahoe-tahoe-bsd4.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 18.52 was known to work on some Tahoes, but a compiler bug intervenes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 on others. Some Emacs versions have worked in Unisys 1r4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 (not in 1r3) and CCI I.21.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 If you have trouble compiling `lib-src/loadst.c', turn off the definition
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 of DKSTAT_HEADER_FILE in `src/m/tahoe.h'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 Tandem Integrity S2 (mips-tandem-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 Changes merged in 18.56 but subprocess support is turned off.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019 You will probably want to see if you can make subprocesses work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 You must edit `lib-src/Makefile' to define LOADLIBES = -mld.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 Tektronix XD88 (m88k-tektronix-sysv3*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 The 19.26 pretest was reported to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 Minor changes merged in 19.19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 Tektronix 16000 box (6130?) (ns16k-tektronix-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 Emacs 17.61 worked.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 Tektronix 4300 (m68k-tektronix-bsd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 Emacs 19.26 pretest reported to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 Titan P2 or P3 (titan-titan-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 Changes probably merged in version 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 Ustation E30 (SS5E) (m68k-unisys-unipl)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 Changes merged in 18.52; don't know whether they work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 Vaxen running Berkeley Unix (vax-dec-bsd4.1, vax-dec-bsd4.2, vax-dec-bsd4.3),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 Ultrix (vax-dec-ultrix),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 System V (vax-dec-sysv0, vax-dec-sysv2), or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 VMS (vax-dec-vms)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 Works.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051 See under Ultrix for problems using X windows on Ultrix (vax-dec-ultrix).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 18.27 worked on System V rel 2 (vax-dec-sysv2).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 18.36 worked on System V rel 0 (vax-dec-sysv0).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 Richard Levitte <levitte@e.kth.se> distributes a set of patches to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 Emacs 18.59 to make it work nicely under VMS. Emacs 19 probably
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 won't work very well, or even compile. Levitte is working on a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 port, so these problems should be fixed in the near future.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 Whitechapel MG1 (ns16k-whitechapel-?)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 May work. Supposedly no changes were needed except in `src/m/mg1.h'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 file. I do not know what Unix version runs on them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 Wicat (m68k-wicat-sysv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 Changes merged as of 18.6; whether they work is unknown.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 See comments in `src/m/wicat.h' for things you should change
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 depending on the system and compiler version you have.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 Here are notes about some of the systems supported:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 Berkeley 4.1 (bsd4.1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 Works on vaxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 Berkeley 4.2 (bsd4.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 Works on several machines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 Berkeley 4.3 (bsd4.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 Works, on Vaxes at least.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 Esix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 The following was written for Emacs 18.59 and has been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 slightly adapted for Emacs 19. It may need more change to be correct.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 Use s/usg5-4.h for Esix System V 4.0.[34] systems if you also have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 XFree86. If you insist on using the Esix X Window libraries, good
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094 luck. s/esix5r4.h provides a starting point, but doesn't seem to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095 work consistently. The basic problems involve the need to load
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 -lX11 *last* in the link command, and even then some things break.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097 You get best results by installing XFree86 and forgetting about the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 Esix stuff unless you want to run IXI xdt3, which really only needs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 the Esix X11 shared libraries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 To compile with XFree86, make sure that your LD_LIBRARY_PATH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 contains /usr/X386/lib. Be careful if you also have the Esix X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 Window libraries that /usr/X386/lib appears *first* in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 LD_LIBRARY_PATH. Then define C_SWITCH_X_SYSTEM -I/usr/X386/include.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 Microport
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 See under "Intel 386".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 SCO Unix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 If you have TCP but not X, you need to edit src/s/sco4.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 to define HAVE_SOCKETS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 If you are using MMDF instead of sendmail, you need to remove
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 /usr/lib/sendmail or modify lisp/paths.el before compiling.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116 lisp/paths.el (which is loaded during the build) will attempt to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 sendmail if it exists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 If you are using SMAIL, you need to define the macro
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 SMAIL in config.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 System V rel 0 (usg5.0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 Works, on Vaxes and 3bxxx's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 There are some problems in 18.37 due to shortnames/cccp problems:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 use the emacs 17 cpp if you have it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 System V rel 2 (usg5.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130 Works on various machines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 On some (maybe all) machines the library -lPW exists and contains
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 a version of `alloca'. On these machines, to use it, put
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 #define HAVE_ALLOCA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 #define LIB_STANDARD -lPW -lc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 in the `src/m/MACHINENAME.h' file for the machine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 If you find that the character Meta-DEL makes Emacs crash,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 find where function init_sys_modes in sysdep.c sets sg.c_cc[VQUIT]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 and make it store 7 there. I have as yet no evidence of whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 this problem, known in HP/UX, exists in other system V versions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 System V rel 2.2 (usg5.2.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 In 5.2.2 AT&T undid, incompatibly, their previous incompatible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 change to the way the nlist library is called. A different s- file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 is used to enable the other interface.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 They call themselves the right choice--can't they choose?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 Emacs version 18 unexec is currently not working properly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 on 5.2.2. Nobody knows why yet. A workaround is to define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152 NO_REMAP. It is not yet known whether this applies to all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153 machines running 5.2.2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 System V rel 3 (usg5.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 Some versions of this system support ptys and BSD-style sockets.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158 On such systems, you should define HAVE_PTYS and HAVE_SOCKETS in config.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 If you want to link Emacs with shared libraries, define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161 USG_SHARED_LIBRARIES.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 You may have to add ANSI idempotence #-lines to your sys/types.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 file to get Emacs to compile correctly. This may be necessary on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 other pre-ANSI systems as well.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 On an AT&T 6386WGS using System V Release 3.2 and X11R3, the X support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 cannot be made to work. Whether or not the GNU relocating malloc is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 used, the symptom is that the first call Emacs makes to sbrk(0) returns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 (char *)-1. Sorry, you're stuck with character-only mode. Try
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 installing Xfree86 to fix this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 System V rel 4.0.3 and 4.0.4 (usg5.4)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 Supported, including shared libraries for ELF, but ptys do not work
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 because TIOCGPGRP fails to work on ptys (but Dell 2.2 seems to have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 fixed this). This failure is probably due to a misunderstanding of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 the consequences of the POSIX spec: many system designers mistakenly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 think that POSIX requires this feature to fail. This is untrue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 ptys are an extension, and POSIX says that extensions *when used*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 may change the action of standard facilities in any fashion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183 If you get compilation errors about wrong number of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 arguments to getpgrp, define GETPGRP_NO_ARG.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 The standard C preprocessor may generate xmakefile incorrectly. However,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 /lib/cpp will work, so use `make CPP=/lib/cpp'. Standard cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 seems to work OK under Dell 2.2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 Some versions 3 and earlier of V.4, on the Intel 386 and 860, had
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 problems in the X11 libraries. These prevent Emacs from working
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 with X. You can use Emacs with X provided your copy of X is based
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 on X11 release 4 or newer, or is Dell's 2.2 (which is a 4.0.3).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194 Unfortunately, the only way you can tell whether your X11 library is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 new enough is to try compiling Emacs to use X. If emacs runs, your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 X11 library is new enough.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198 In this context, GSV4 and GSV4i are alternate names for X11R4.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 OL2.* is X11R3 based. OL3 is in between X11R3 and X11R4, and may or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200 may not work, depending on who made the Unix system. If the library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201 libXol is part of the X distribution, then you have X11R3 and Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 won't work with X.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 Most versions of V.4 support sockets. If `/usr/lib/libsocket.so'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205 exists, your system supports them. If yours does not, you must add
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 #undef HAVE_SOCKETS in config.h, after the inclusion of s-usg5-4.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 (Any system that supports Internet should implement sockets.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 Ultrix (bsd4.3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 Recent versions of Ultrix appear to support the features of Berkeley 4.3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 Ultrix was at the BSD 4.2 level for a long time after BSD 4.3 came out.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 Ultrix 3.0 has incompatibilities in its X library if you have the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 Ultrix version of X (UWS version 2.0). To solve them, you need to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 prevent XvmsAlloc.o in Xlib from being used. Israel Pinkas says:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 I added the following lines to config.h after the X defines:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 #if defined(ultrix) && defined(X11)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 #define OBJECTS_SYSTEM calloc.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 Then I ran the following:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 ar x /usr/lib/libc.a calloc.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 The problem is said to be gone in UWS version 2.1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 Uniplus 5.2 (unipl5.2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 Works, on Dual machines at least.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 VMS (vmsM.N)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 Richard Levitte <levitte@e.kth.se> distributes a set of patches to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 Emacs 18.59 to make it work nicely under VMS. Emacs 19 probably
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 won't work very well, or even compile. Levitte is working on a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 port, so these problems should be fixed in the near future.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 Note that Emacs for VMS is usually distributed in a special VMS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 distribution. See the file ../vms/VMSINSTALL for info on moving
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 Unix distributions to VMS, and other VMS-related topics.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 Xenix (xenix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 Should work in 18.50, but you will need to edit the files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 `lib-src/Makefile' and `src/ymakefile'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249 (see the comments that mention "Xenix" for what to change.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 Compiling Emacs with -O is said not to work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 If you want Emacs to work with Smail (installed as /usr/bin/smail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 then add the line #define SMAIL to config.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 The file etc/XENIX suggests some useful things to do to Xenix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 to make the Emacs meta key work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 Local variables:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 mode: indented-text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260 fill-prefix: " "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 End: