Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
KDevelop Installation/Building Problem
Hi ,
I have installed Qt-3.3.0 with thread support. My environment is Solaris os on Sparc MAchine. Now I want to install Kdevelop-3.0.4.
While i try to configure that Kdevelop, I am gettinfg error like
checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
so what may be the cause for this error. But here Qt is already compiled with thread support. the following libraries r avaliable inside my $QTDIR/lib
$cd $QTDIR/lib
$ls
libdesignercore.a libqt-mt.la libqt.so.3.3.0
libdesignercore.prl libqt-mt.prl libqui.prl
libeditor.a libqt-mt.so libqui.so
libeditor.prl libqt-mt.so.3 libqui.so.1
libqassistantclient.a libqt-mt.so.3.3 libqui.so.1.0
libqassistantclient.prl libqt-mt.so.3.3.0 libqui.so.1.0.0
libqmotif.prl libqt.so pkgconfig
libqnp.prl libqt.so.3 qt-mt.pc
$
Thanks
Thanks & Regards,
Guru
RE: KDevelop Installation/Building Problem
Add $QTDIR/lib to your $LD_LIBRARY_PATH (or better /etc/ld.so.conf is Solaris has one (after checking - the one I have an account on doesn't have ld.so.conf) and you have superuser access) and rebuild the library cache (if Solaris needs one Zunge raus and you have superuser access). Remember, that adding the location of your library to your system's lib search path is vital, because otherwise the system will not notice that you have the library installed.
BTW. Please don't double post...