Xref: utzoo gnu.emacs.help:905 comp.emacs:9906 Path: utzoo!utgpu!watserv1!watmath!uunet!tut.cis.ohio-state.edu!AI.MIT.EDU!tadtec!tjfs From: tadtec!tjfs@AI.MIT.EDU (Tim Steele) Newsgroups: gnu.emacs.help,comp.emacs Subject: Earlier mail about select Message-ID: <9101211714.AA11211@tadtec.uucp> Date: 21 Jan 91 17:14:21 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 14 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