From kde-bugs-dist Tue Jun 29 08:14:34 1999 From: Alex Zepeda Date: Tue, 29 Jun 1999 08:14:34 +0000 To: kde-bugs-dist Subject: Bug#1100: Problem with build of kdelibs-1.1 and kdebase-1.1 on NetBSD-1.3.3 X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=93064432215050 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