Subject: Re: compiling kde3 with in-kernel threads
To: Joe Reed <jnr@po.cwru.edu>
From: Nick Hudson <skrll@netbsd.org>
List: tech-pkg
Date: 01/25/2003 08:00:35
On Saturday 25 January 2003 1:57 am, Joe Reed wrote:
> hi!
> 
> i've installed the new -current (i386) however when i recompile kde3, i
> consistantly get the following error:
> 
> shlibtool: link: cannot find the library
> `/usr/pkgsrc/misc/kdeaddons3/work.bork/.buildlink/lib/libpthread.la'
> gmake[3]: *** [katehtmltoolsplugin.la.closure] Error 1
> 
> i add a symlink to the /usr/pkg/lib/libpthread.la in teh buildlink/lib dir
>  and all works well, however i don't think this si the proper fix
> 
> any ideas?

you should

	pkg_delete -r pth

before building pkgs on an upgraded to -current machine. Obviously this will 
probably wipe out a lot of packages.

Nick