Subject: Re: pthreads help?
To: paul beard <paulbeard@mac.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 01/13/2002 14:59:14
On Sat, Jan 12, 2002 at 05:12:39PM -0800, paul beard wrote:
> [/usr/home/paul/grip-2.96]:: gmake
> gcc -Wall `gtk-config --cflags` -DAUXDIR=\"/usr/lib/grip\" 
> -DINSTALLDIR=\"/usr/bin\" -D_REENTRANT -DCDPAR -c grip.c -o grip.o
> grip.c:49: pthread.h: No such file or directory
> gmake: *** [grip.o] Error 1
> 
> Any idea how to make grip compile? I have tried editing source files as 
> well as passing -I directives on the command line: no joy.

Does it have a ./configure script ? Then there should be an option to tell
where the pthread library is. try ./configure --help 

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--