[gnu.emacs] Ipsc/2 and Gnu-Emacs 18.54

nrouquet@gringo.usc.edu (Nicolas Rouquette) (08/03/89)

Hello, I am trying to get gnu-emacs 18.54 compile on the Hypercube manager
(a 386 box running AT&T Syst V rel 3.2.)

I made the following config.h according to the gnu distribution information:

 s-usg5-3.h		( System V rel 3)
 m-intel386.h		( intel 386 )
#define HAVE_PTYS	( since I saw the machine has sockets)
#define HAVE_SOCKETS

I used the available cc compiler and everything worked up to:

        cc -Demacs    -c sysdep.c
C-386 1.8.4b Copyright (C) 1983,1984,1985,1986,1987,1988 Green Hills Software, Inc. All rights reserved.
"sysdep.c", line 148: Cannot open file: /usr/include/sys/sioctl.h
*** Error code 1

Stop.
*** Error code 1

Stop.
#

The machine doesn't have this include file which is supposed to be on USG systems.
Any suggestions?

Nick.