[gnu.emacs.bug] suggested configuration change for SGI 4D system with X

karlton@SGI.COM (Phil Karlton) (03/29/89)

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