Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!LARRY.MCRCIM.MCGILL.EDU!mouse From: mouse@LARRY.MCRCIM.MCGILL.EDU Newsgroups: comp.windows.x Subject: Re: FATAL SERVER BUG WITH X11R4, SUN 3/80,SunOS 4.? HELP !! Message-ID: <9009060259.AA29237@Larry.McRCIM.McGill.EDU> Date: 6 Sep 90 02:59:37 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 31 > Help: I've been trying to make X11 release 4 on a Sun 3/80 with > Gnu's Gcc (version 1.37.1) compiler. When I try to run xinit or Xsun > I get the following error : > Getting interface configuration: Operation not supported on socket > Fatal server bug! > no screens found > I've run all the patches,fixed errors in ERRATA and run Gcc's > fixincludes. Your fixincludes run probably didn't work for some reason. Do a simple test: #include SIOCGIFCONF Run that through cc -E and gcc -E. The last line of output is the piece of interest; it should be identical (modulo irrelevant differences like whitespace). If the gcc version has 'x' where the cc version has 'i', your fixincludes run didn't work for some reason or other. If they are identical, try running a make clean in mit/server and rebuilding, just to make sure everything gets compiled with the proper include files. If that still doesn't help I have no further suggestions, short of poking around with a debugger.... der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu