Subject: Re: libpthread
To: Bill Studenmund <wrstuden@netbsd.org>
From: Soren Jacobsen <soren@blef.org>
List: current-users
Date: 06/19/2003 17:50:12
On 06/19 12:36, Bill Studenmund wrote:
> On Wed, 18 Jun 2003, Soren Jacobsen wrote:
> > It looks like setting PREFER_NATIVE_PTHREADS=NO in mk.conf will do
> > that.
> 
> And remove /usr/include/pthread.h.

I don't know why that would be necessary. mk/pthread.buildlink2.mk
has:

.if exists(/usr/include/pthread.h) && (${PREFER_NATIVE_PTHREADS} == "YES")

Is there something I'm missing?