[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: (Solved) Can't compile qt3 programs with debian



Hello, 

> > markus@Eddie: > qmake -o Makefile Sticken.pro 
> > markus@Eddie: > make
> > [...]
> > `QObject::connect(QObject const*, char const*, QObject const*, char
> > const*)'.obj/sticken.o(.text+0x7a): undefined reference to
> > `QApplication::exec()'
> > 
> > This goes on over several pages.
> 
> What g++ version are you using? I think qt was compiled with v2.95.4.
> You can't use g++ 3.0 or 3.1 to link against the qt libraries because
> the ABI (and therefore the C++ name mangling scheme) has changed.

That was it. Thank you very much !
This means, if I want to compile with g++ v3, I'll have to compile qt
myself ? Bäh...

-- 
Markus Grunwald

Registered Linux User Nr 101577      http://www.grunwald.2xs.de
http://counter.li.org                (hier pgp/gpg public key)

Attachment: pgpsP79UyjSzs.pgp
Description: PGP signature


Reply to: