Path: utzoo!attcan!uunet!wuarchive!brutus.cs.uiuc.edu!psuvax1!rutgers!mcnc!rti!dg-rtp!wsmav29!smithj From: smithj@wsmav29.rtp.dg.com (John Smith) Newsgroups: comp.windows.x Subject: Re: Help getting Xlib compiled on a SysV machine Message-ID: <1990Jun6.205750.13622@dg-rtp.dg.com> Date: 6 Jun 90 20:57:50 GMT References: <17029@phoenix.Princeton.EDU> Sender: usenet@dg-rtp.dg.com (Usenet Administration) Reply-To: smithj@wsmav29.rtp.dg.com (John Smith) Organization: Data General Corporation, Research Triangle Park, NC Lines: 32 >I am trying to compile X11R3 on a '386 running Interactive Systems' >Unix System V/386 release 3.2. I have bought their server, and am >now trying to build the X libraries (which would cost extra...). >After some slight agony I have got Xlib to compile, except for the >2 routines XConnDis.c and XlibInt.c -- both of which appear to be >infested with BSD dragons. In particular, I do not have TCP, and >no sockets or such like. XlibInt.c tries to use an FIONREAD ioctl >call, and my machine doesn't understand. >Does any one have copies of these two files that will help me out? >Or pointers to ways to proceed? >If there is sufficient interest I'll summarise to the net. > Bruce Draine > (well, Robert Lupton actually but don't let >that stop you). XConnDis.c and XlibInt.c are the Xlib network interface routines to the server. All communications to/from the server/client are implemented using either Unix Domain Sockets, TCP, or DecNet. For this you need Unix BSD 4.2, unless your System V makes other provisions. Without socket capabability, you are hurting. john a. smith Data General Corp RTP, NC