From kde-devel Thu Aug 05 23:17:27 1999 From: Harri Porten Date: Thu, 05 Aug 1999 23:17:27 +0000 To: kde-devel Subject: Re: kcmkwm X-MARC-Message: https://marc.info/?l=kde-devel&m=93389456304206 > > > > > >(note that this occors since I switched to gcc2.95) > > > > > > > > > > > >/bin/sh ../../libtool --silent --mode=link g++ -O2 -L/usr/local/kde/lib > > > > > >-L/usr/local/lib/qt/lib -L/usr/X11R6/lib -rpath /usr/local/kde/lib > > > > > >-rpath /usr/local/lib/qt/lib -rpath /usr/X11R6/lib -o kcmkwm main.o > > > > > >titlebar.o windows.o desktop.o mouse.o advanced.o -lkdeui > > > > > >advanced.o(.rodata+0x550): undefined reference to `ConnectionSignals > > > > > >type_info node' > > > > > >advanced.o(.rodata+0x558): undefined reference to `ConnectionSlots > > > > > >type_info node' I just experienced almost the same phenomen with other code and an older gcc. Remove the `virtual' attribute from `void setEnabled(bool)' in advanced.h and try again. This helped in my case. Harri.