ksim and Qt3
Florin Braescu
florin at lunar-linux.org
Tue Jul 12 12:49:48 UTC 2005
Pe data de Mar 12 Iul 2005 15:33, Dennis Veatch a scris:
> Trying to lin ksim and it during the configure phase it checks that Qt has
> been compiled with thread support. At that point it says library qt-mt not
> found and the configure fails.
>
> Looking at the qt3 BUILD "-thread" is part of configure, actually "-thread"
> is listed twice. Anyway I can only assume (perhaps wrongly) that qt3 has
> been compiled with thread support.
>
> So am I missing something here?
>
The unusual paths are not searched during lin. You must use
export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib
export PATH=${QT_PREFIX:-$QTDIR}/bin:$PATH
in the BUILD file in order to compile ksim.
Florin
More information about the Lunar
mailing list