Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!cit-vax!ucla-cs!zen!ucbvax!UCIVMSA.BITNET!MIGLESIAS From: MIGLESIAS@UCIVMSA.BITNET Newsgroups: comp.os.vms Subject: Re: Problems with select() in WIN/vx 3.0 Message-ID: <8709050028.AA17252@ucbvax.Berkeley.EDU> Date: Fri, 4-Sep-87 20:28:53 EDT Article-I.D.: ucbvax.8709050028.AA17252 Posted: Fri Sep 4 20:28:53 1987 Date-Received: Sat, 5-Sep-87 22:17:42 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 16 I've seen this problem here too. I think it happens because libnetacc needs EMUL and/or MOVE from libnet. I know of two ways to fix it: 1. use 'libnet/lib,libnetacc/lib,libnet/lib' in your link command. Not very elegant, but it works. 2. Copy EMUL and MOVE from libnet into libnetacc with LIBRARIAN. This is what I did. I'm no LINK expert, so if someone has a better way of doing this, I'd like to hear it. Mike Iglesias University of California, Irvine