jar@goofy.apple.com (Janine A. Roeth) (12/19/90)
I've got a program that uses the Xaw library, and I'm running into the following compiling with X11.R4: Undefined: _XShapeQueryExtension _XShapeCombineMask *** Error code 1 Make: . Stop. Sure enough, when I look at the source for the Xaw library (for all the standard mit distrib libraries actually), I see these functions called but never defined. The release is compiled on a Sequent S81 running Dynix 3.0.17.9 What am I missing? please respond to jar@apple.com Janine A. Roeth Apple Computer, Inc. jar@apple.com
mouse@LARRY.MCRCIM.MCGILL.EDU (12/20/90)
> 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