On Sun, Nov 24, 2002 at 04:08:15PM +0100, Thomas Reitelbach wrote: > > (kde-gui) :/usr/local/lib/licq/licq_kde-gui.so: undefined symbol: > > _ZN7QWidget5eventEP6QEvent. > > this most likely happens due to two reasons:
Or #3.. You compiled Qt with one version of gcc, and licq with another. This is most common with vender supplied Qt and you try to compile licq yourself and have a few different versions of gcc installed. To fix this, use the correct version of gcc to compile licq, or recompile Qt with the version of gcc you are trying to compile licq with. Jon ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel
