Subject: Re: prozilla
To: None <tech-pkg@netbsd.org>
From: Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de>
List: tech-pkg
Date: 06/03/2003 15:25:13
On Mon, 02, Jun 2003, Pedro de Oliveira wrote:

Hello Pedro,

> checking for pthread_create in -lpthread... no
> configure: error: ** The pthread library is not installed.**

Set LDFLAGS/CFLAGS to include the path where the library is installed prior to
running configure. E.g. for sh:

export LDFLAGS="-L/usr/pkg/lib -Wl,-R/usr/pkg/lib"
export CPPFLAGS="-I/usr/pkg/include"
export CFLAGS="-I/usr/pkg/include"

> Thanks in advance,
> Pedro de Oliveira

HTH,
Benedikt

-- 
NetBSD Operating system:                       http://www.NetBSD.org/
pkgsrc "Work in progress":                  http://pkgsrc-wip.sf.net/
XFce desktop environment:                        http://www.xfce.org/
German Unix-AG Association:                   http://www.unix-ag.org/