Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: freeradius fails to build



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



Home | Main Index | Thread Index | Old Index