[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-linux
Subject:    Re: [kde-linux] library conflict while installing KDE3.3 via konstruct
From:       Sylviane & Perry White <spwhite () freesurf ! ch>
Date:       2004-09-30 17:17:44
Message-ID: 200409301811.39527.spwhite () freesurf ! ch
[Download RAW message or body]

Hi,

Are you sure you compiled the threaded version of Qt? If you don't have a file 
libqt-mt (but you have libqt) that's probably the problem...see how to 
configure Qt and recompile it. Also check to see if you have Qt in the path
(with SuSE 9.0 I had to QTDIR=/usr/lib/qt3 and export QTDIR in my .bashrc 
file).
If it *is* a problem with Qt *you cannot solve by yourself (and Google)* you 
may also want to ask on Qt interest <qt-interest@trolltech.com> where there 
are much more competent people than I am. 

Perry

On Wednesday 29 September 2004 08:00, Gerd König wrote:
> Hi,
>
> I wanted to install the latest KDE via konstruct.
> I already installed the latest QT3.3.3 and started via:
>   cd /incoming/konstruct/meta/kde
>   make install
>
> The first time I received the error that pkg-config cannot be found, so I
> installed this from source. Afterwards I started "make install" again, but
> now I  receive the error "checking for Qt... configure: error: Qt (>= Qt
> 3.3) (library qt-mt) not found"
>
> A look in the config.log (of the arts-lib) tells me:
> ......
> configure:31542: checking for Qt
> configure: 31613: /opt/qt3.3.3/include/qstyle.h
> taking that
> configure:31725: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
> -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
> -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2
> -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include
> -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib
> -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include
> -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib
> -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include
> -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib
> -I/home/koenig/kde3.3/include -I/opt/qt3.3.3/include -I/usr/X11R6/include
> -L/home/koenig/kde3.3/lib -L/opt/qt3.3.3/lib -L/usr/X11R6/lib -O2 -pipe -O2
> -pipe -O2 -pipe -O2 -pipe -Wformat-security -Wmissing-format-attribute
> -fno-exceptions -fno-check-new -fno-common -I/opt/qt3.3.3/include
> -I/usr/X11R6/include  -DQT_THREAD_SUPPORT -I/home/koenig/kde3.3/include
> -I/opt/qt3.3.3/include -I/usr/X11R6/include -I/home/koenig/kde3.3/include
> -I/opt/qt3.3.3/include -I/usr/X11R6/include -I/home/koenig/kde3.3/include
> -I/opt/qt3.3.3/include -I/usr/X11R6/include -I/home/koenig/kde3.3/include
> -I/opt/qt3.3.3/include -I/usr/X11R6/include  -D_REENTRANT
> -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib
> -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib
> -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib
> -L/home/koenig/kde3.3/lib -L/usr/X11R6/lib -L/opt/qt3.3.3/lib
> -L/opt/qt3.3.3/lib -L/usr/X11R6/lib   conftest.cc  -lqt-mt -lpng -lz -lm
> -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lpthread 1>&5
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to
> `std::basic_string<char, std::char_traits<char>, std::allocator<char>
>
> >::_Rep::_S_terminal@GLIBCPP_3.2'
>
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator
> new(unsigned)@GLIBCPP_3.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `vtable for
> __cxxabiv1::__class_type_info@GLIBCPP_3.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `vtable for
> __cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to
> `__gxx_personality_v0@CXXABI_1.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator delete[]
> (void*)@GLIBCPP_3.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `vtable for
> __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to
> `__cxa_pure_virtual@CXXABI_1.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator new[]
> (unsigned)@GLIBCPP_3.2'
> /opt/qt3.3.3/lib/libqt-mt.so: undefined reference to `operator
> delete(void*)@GLIBCPP_3.2'
> collect2: ld returned 1 exit status
> configure:31728: $? = 1
> configure: failed program was:
> #include "confdefs.h"
> #include <qglobal.h>
> #include <qapplication.h>
> #include <qcursor.h>
> #include <qstylefactory.h>
> #include <private/qucomextra_p.h>
> #if ! (QT_VERSION >= 0x030300)
> #error 1
> #endif
>
> int main() {
>     (void)QStyleFactory::create(QString::null);
>     QCursor c(Qt::WhatsThisCursor);
>     return 0;
> }
> configure:31768: error: Qt (>= Qt 3.3) (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!
>
> ##
> .....
>
>
>
> Anybody some ideas what goes wrong there ???
>
> thanks in advance....GERD....
>
> ___________________________________________________
> This message is from the kde-linux mailing list.
> Account management:  https://mail.kde.org/mailman/listinfo/kde-linux.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.

___________________________________________________
This message is from the kde-linux mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic