[comp.emacs] Earlier mail about select

tjfs@AI.MIT.EDU (Tim Steele) (01/22/91)

The problem was that the select() in Gnu Emacs (which is still
required, as our V.3.2 based Unix only provides select() for network
connections) was being used by gethostbyname()/res_send() instead of
the select() in the library.  Weird linker behaviour, huh?

I fixed it by inserting

	#define select gnu_select

in s-tpix68k.h

Regards

Tim