Re: Problems with using libXt

Keith Packard <[email protected]> Fri, 13 Feb 2004 08:55:58 -0800
Newsgroups gmane.comp.freedesktop.xlibs.general
Message-ID <[email protected]>
Around 9 o'clock on Feb 13, Alexander Golubev wrote:

> "libXt.so.6: undefined symbol: SmcSaveYourselfDone"
> when I run application that linked against libXt.
> 
> Any thoughts?

Looks like Xt needs to get linked to -lSM.  You'll need to change 
configure.in, Makefile.am and xt.pc.in (I think that's everything).

-keith