On Mon, Nov 23, 2009 at 04:20:15PM -0200, Breno Carneiro Pinheiro wrote: > Hi all, I 'm completely newbie here. I 'd like to run a simple app but I got > some (it seems to be) popular error. > > /usr/lib/libQtGui.so: undefined reference to `operator > delete(void*)@GLIBCXX_3.4' > > /usr/lib/libQtGui.so: undefined reference to `vtable for > __cxxabiv1::__si_class_type_i...@cxxabi_1.3' > [etc]
Looks like you are not linking against libstdc++. That should not happen with a proper installation. Can you post the contents of the 'Compile output' pane? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
