[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Why does potato compiling suck?



"Dwayne C . Litzenberger" wrote:

> qapplication_x11.o(.text+0xaa0e): undefined reference to `SmcGetIceConnection'
> qapplication_x11.o(.text+0xaa14): undefined reference to `IceConnectionNumber'
> /usr/lib/libqt.a(qapplication_x11.o): In function `QSessionManager::~QSessionManager(void)':
> qapplication_x11.o(.text+0xaadc): undefined reference to `SmcCloseConnection'
> /usr/lib/libqt.a(qapplication_x11.o): In function `QSessionManager::allowsInteraction(void)':
> qapplication_x11.o(.text+0xabf4): undefined reference to `SmcInteractRequest'
> /usr/lib/libqt.a(qapplication_x11.o): In function `QSessionManager::allowsErrorInteraction(void)':
> qapplication_x11.o(.text+0xac83): undefined reference to `SmcInteractRequest'

It is indeed a linking error.  A quick search says the libraries that
you need to link with
are -lICE -lSM.
Add these to your Makefile somewhere and it should work.

				Peter Allen


Reply to: