Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!SGI.COM!karlton From: karlton@SGI.COM (Phil Karlton) Newsgroups: gnu.emacs.bug Subject: suggested configuration change for SGI 4D system with X Message-ID: <8903282220.AA07799@fudge.sgi.com> Date: 28 Mar 89 22:20:15 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 I have never built any gnu software before, and the process was fairly painless. However, since I wanted to build an X11 version of emacs, I found that I had to put the following at the end of config.h. #undef LIBS_MACHINE #define LIBS_MACHINE -lPW -lmld #undef LIB_STANDARD #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o The problem is that Xlib refers to 'readv' which is not defined in the standard C-lib on my machine. I suspect it would be correct to move the above changes into m-iris4d.h. PK