Subject: Re: freeradius fails to build
To: None <port-amiga@NetBSD.org>
From: Klaus Heinz <k.heinz.sep.sieben@kh-22.de>
List: port-amiga
Date: 09/04/2007 23:43:03
DataZap wrote:
> Here is the lines from work/freeradius-1.1.4/config.log:
>
> denise: {6} grep pthread.h work/freeradius-1.1.4/config.log
> configure:19866: checking pthread.h usability
> configure:19907: checking pthread.h presence
> configure:19970: checking for pthread.h
> ac_cv_header_pthread_h=no
So that's the critical failure, somehow the test "checking for
pthread.h" does not produce the expected result and I do not know why
you see "ac_cv_header_pthread_h=no" in config.log. It is not as obvious
as I had hoped it to be.
What is the output of
$ ls -al /usr/include/pthread*
?
Please do the following in net/freeradius:
$ make clean; cvs update -dP; make configure
and make the files
configure
config.log
config.status
from work/freeradius-1.1.4/ and the file work/.worklog available, either
through a web page or send them to me as an e-mail attachment.
ciao
Klaus