Help building GNU emacs 18.55

David Preisler dwp at mtune.ATT.COM
Wed Feb 7 11:56:44 AEST 1990


In article <186 at nimbus3.UUCP>, djs at nimbus3.UUCP (Doug) writes:
> I've been trying to build GNU emacs 18.55 on an AT&T 6386 running
> System V/386 Release 3.2.2.  In config.h I used m-intel386.h and 
> s-usg5-3.h.  In s-usg5-3.h, I defined HAVE_PTYS and SYSV_PTYS since
> the system seems to have them.
> 
> During the build, the compile dies in sysdep.c because
> the include file <sys/sioctl.h> does not exist.  
> I commented out the include line as suggested by
> a comment in sysdep.c.  After doing that, the compile dies because 
> it does not know the size of a struct named tchar.
> 
>    ...
> --
> Doug Scofea   Email: osu-cis!nimbus3!djs   Phone:(614) 794-2853


To find out what include file the structure is defined in  you might try:
find /usr/include -print -exec grep tchar {} \; | more

If it does not succeed, you don't have the header file needed.


thanks,

David William Preisler                                
  System Administrator     

AT&T Bell Laboratories     Email:  att!mtune!dwp
     200 Laurel Avenue
Middletown,  NJ  07748     Phone: (201) 957-2594



More information about the Comp.unix.i386 mailing list