Thread: linking error
View Single Post

   
  #3 (permalink)  
Old 01-16-2008, 07:12 PM
Shashank
 
Posts: n/a
Default Re: linking error

We checked up sequence of files is same as mentioned by you.Its in the correct
sequence.

We still get the same error.

regards,

Robert Pouliot wrote:

> In article <40F13415.1ECC343E@icmgworld.com>, Shashank wrote:
> > 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)

> This one an probably many others are referenced in libX11.
> It may be that you link without the -lX11 or that you did put -lX11 before
> -lXm in the link order.
> What is the link order of the libraries?
>
> --
> Politician: One who shakes your hand before elections and your confidence after.
> http://www.krynos.org/ - ICQ UIN: 2295979


Reply With Quote