Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!quiche!wheelan From: wheelan@cs.mcgill.ca (Bill Heelan) Newsgroups: comp.sys.next Subject: Re: libX11 in MouseX package, compiling Message-ID: <1991Apr25.224210.26113@cs.mcgill.ca> Date: 25 Apr 91 22:42:10 GMT References: <1991Apr25.015556.20481@newross.Princeton.EDU> Sender: news@cs.mcgill.ca (Netnews Administrator) Organization: SOCS, McGill University, Montreal, Canada Lines: 20 From article <1991Apr25.015556.20481@newross.Princeton.EDU>, by squier@cs.Princeton.EDU (Richard Squier): > I just installed MouseX on this '030 NeXT running 2.0. > But, when I try to compile an X application program, > I get unresolved references from calls in the libX11.a > library. For instance, > > __XErrorFunction > __XIOErrorFunction > __Xdebug > __XHeadOfDisplayList > __qfree > > are unresolved when a call to XOpenDisplay is in the > compiled program. > Any ideas on what the problem is? NeXT has changed 'ranlib' so that you must now use the '-c' option to get the standard behaviour. - Bill