Subject: Re: question about compiling with threads.
To: None <current-users@netbsd.org>
From: Michael Core <MichaelCore@t-online.de>
List: current-users
Date: 08/18/2002 05:45:44
htodd@twofifty.com (Hisashi T Fujinaka) wrote:

> Mpeg3Plugin/Mpeg3Plugin.a(mpeg3video.o): In function
> `mpeg3video_allocate_struct': mpeg3video.o(.text+0x5f3): undefined
> reference to `pthread_mutexattr_init' mpeg3video.o(.text+0x606):
> undefined reference to `pthread_mutex_init'

Have you tried 
./configure LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib -lpthread" or something
similar?

-- 
Michael