This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problems after upgrading from 3.4.2 to 3.4.3
- From: Panagiotis Papadakos <papadako at ics dot forth dot gr>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 6 Nov 2004 10:41:59 +0200 (EET)
- Subject: Problems after upgrading from 3.4.2 to 3.4.3
I have some linking problems with 3.4.3.
For example, I get the following error when trying to compile kdelibs:
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@CXXABI_1.3'
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `operator new[](unsigned int)@GLIBCXX_3.4'
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `operator new(unsigned int)@GLIBCXX_3.4'
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.3'
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@CXXABI_1.3'
/usr/lib/qt/lib/libqt-mt.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@CXXABI_1.3'
Any suggestions?
Regards
Papadakos Panagiotis