linking error Hi ALL,
hen I try to link my programme I get the following error:
/usr/ccs/bin/ld: Unsatisfied symbols:
XDisplayOfScreen (first referenced in /usr/lib/libXm.a(ColorObj.o))
(code)
XDrawImageString16 (first referenced in /usr/lib/libXm.a(XmString.o))
(code)
XmbDrawString (first referenced in /usr/lib/libXm.a(XmString.o))
(code)
XmbTextExtents (first referenced in /usr/lib/libXm.a(Text.o)) (code)
XSetICValues (first referenced in /usr/lib/libXm.a(XmIm.o)) (code)
-------------
-------------
-------------
and the list isvery long.
I have libXm.a included while linking.
WHy this error and how to resolve this.
regards,
Shashank |