Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!sri-spam!ames!elroy!cit-vax!ucla-cs!zen!ucbvax!SDCSVAX.UCSD.EDU!sd%chem From: sd%chem@SDCSVAX.UCSD.EDU (Steve Dempsey) Newsgroups: comp.sys.sgi Subject: Re: Programming question Message-ID: <8711210205.AA22072@sdcheme.chem.ucsd.arpa> Date: Fri, 20-Nov-87 21:05:33 EST Article-I.D.: sdcheme.8711210205.AA22072 Posted: Fri Nov 20 21:05:33 1987 Date-Received: Sun, 22-Nov-87 22:12:49 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 8 SGI has changed the name of their graphics library routine 'select' to 'gselect' to take care of this problem. This change was effective with the 3.5 software release. See pages 4-39 and 4-40 of the release notes for details. The 'select' name is still in the graphics library, so in order to get the BSD call you have to make sure the BSD library precedes the graphics library in the loader command, as in: cc prog.c -lbsd -Zg