Thread: linking error
View Single Post

   
  #1 (permalink)  
Old 01-16-2008, 07:12 PM
Shashank
 
Posts: n/a
Default 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

Reply With Quote