Subject: Re: KDE3 __pure_virtual
To: Stephen Borrill <netbsd@precedence.co.uk>
From: Nick Hudson <skrll@netbsd.org>
List: tech-pkg
Date: 07/30/2002 14:45:27
On Tuesday 30 July 2002 2:26 pm, Stephen Borrill wrote:
> At 10:03 30/07/02 +0100, Nick Hudson wrote:
> > > > > ===> Required package kdeartwork-3.0.2: NOT found
> > > > [...]
> > > > > /usr/X11R6/qt3/lib/libqt-mt.so.3: undefined reference to
> > > > > `__pure_virtual'
> > > > > collect2: ld returned 1 exit status
[...]

> The problem is bigger than that. __pure_virtual actually lives in libgcc
> which isn't being linked in with libstdc++ on 1.5.2.

Aah. I've got a memory like a... like a...
[...]

> There seems to have been no satisfactory resolution for this problem with
> 1.5.x

You could start messing with lib_LTLIBRARIES instead of kde_style_LTLIBRARIES, 
etc and look for the binary that dlopen's dotnet.la.

Nick