Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-beacon!LARRY.MCRCIM.MCGILL.EDU!mouse From: mouse@LARRY.MCRCIM.MCGILL.EDU Newsgroups: comp.windows.x Subject: Re: X11.R4 library functions undefined? Message-ID: <9012192026.AA09711@Larry.McRCIM.McGill.EDU> Date: 19 Dec 90 20:26:42 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 15 > I've got a program that uses the Xaw library, and I'm running into > the following compiling with X11.R4: > Undefined: > _XShapeQueryExtension > _XShapeCombineMask You need to use -lXext after -lXaw (and I think before -lX11). Xaw is using the SHAPE extension, so you need to link with the extensions library -lXext. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu