Subject: Re: Threading problems
To: None <tech-pkg@NetBSD.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-pkg
Date: 03/22/2005 16:16:44
"D'Arcy J.M. Cain" <darcy@NetBSD.org> writes:

> OK, so all I have to do then is add the following line to
> pkgsrc/databases/postgresql74/Makefile.common to fix this?
> 
> .include "../../mk/pthread.buildlink3.mk"

That will add in -lpthread to the program, yes. Do you know what
module is causing the problem? I have a suspicion that a lot of the
problems with this are modules that are inappropriately linked against
libpthread in the first place.

        - Nathan