dwp@mtune.att.com (10/27/89)
I tried to compile gnu-emacs 18.54 on Unix system V release 3 on a
3b700.
Found that I needed to add the following missing header files:
src/process.c
#include <sys/in.h> /* /usr/netinclude/in.h -- corrected by dwp */
src/sysdep.c
#include <sys/stream.h> /* added by dwp for bsd compatability 10/22/89*/
#include <sys/ptem.h> /* added by dwp; replaced <sys/sioctl.h> 10/22*/
Also found that I needed to include the following path on compilation:
-I/usr/netinclude
Please acknowledge recipt.
thanks,
David William Preisler
System Administrator
AT&T Bell Laboratories Email: att!mtune!dwp
200 Laurel Avenue
Middletown, NJ 07748 Phone: (201) 957-2594