-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTES
40 lines (33 loc) · 1.15 KB
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Install Notes:
This program has been compiled on the following UNIX systems:
Sun/OS 4.1.x
Sun/OS 5.1 (Solaris 2.1)
ULTRIX 4.2
ULTRIX 4.3
OSF 3.0
IRIX 4.0.1
IRIX 4.0.5F
HP-UX 7.00
HP-UX 8.07
HP-UX 9.01
AT&T System V.3.2
BSD 4.3
Linux (by [email protected])
FreeBSD
AIX 3.2.4
NeXTStep (by [email protected])
System V/88 (by [email protected])
MP-RAS 2.0 (by [email protected])
Coherent 4.2.x (by [email protected])
If splitvt fails to run and prints out the message:
"Can't initialize screen: Your terminal lacks the XX termcap capability."
then do "make clean", remove "-DTERMCAP" from the CFLAGS line in the
Makefile and then recompile.
Under AT&T System V.3.2 (a 3b2 machine) I had to add the line:
CC = gcc
at the top of the Makefile so that it didn't get a syntax error in
/usr/include/sys/wait.h. This particular 3b2 machine had been souped
up with gcc and other exotic software.
Under Sun/OS 5.0 (Solaris 2.1), running gcc, the grantpt()
function breaks under the -O compiling option. Just remove that
from the CFLAGS, and everything will work fine.