This is a configuration error, and means that you've built libraries (probably either Qt or KDE) without RTTI info, and are attempting to link them with a program that wants to use RTTI. Since I think no KDE 1.1. programs use RTTI, it's probably safe to use -fno-rtti in the CXXFLAGS when compiling all your KDE apps. - alex