Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!rochester!pt.cs.cmu.edu!RHONE.EDRC.CMU.EDU!psf From: psf@RHONE.EDRC.CMU.EDU (Paul Fussell) Newsgroups: comp.windows.x Subject: Re: X11 using gcc-1.35 problems Message-ID: <5277@pt.cs.cmu.edu> Date: 21 Jun 89 17:52:35 GMT References: <446@amc-gw.UUCP> Organization: Carnegie-Mellon University, CS/RI Lines: 27 ...execute the server... XIO: fatal IO error 32 (Broken pipe) on X server "unix:0.0" after 38 requests (28 known processed) with... and the whole thing dies... I had exactly the same difficulty. I solved the problem on my machine by compiling ~X11R3/server/os/4.2bsd/oscolor.c with Sun's cc instead of gcc. That file was the only problem (I did not attempt to discover why that file has a problem). The Xsun server now works like a charm (with a marvelous speedup, I might add). Details: Sun 4/150 (w/ GP2) Sun OS 4.0.1 gcc 1.35 (Sun's as, ld, ar, and ranlib) X release 3 (with 10 patches, and the ver. 2 Purdue speedups) Some of the clients did not compile with gcc, but the failures were obvious. Paul Fussell psf@cs.cmu.edu --