According to Thomas von Eyben:
> Has anyone tried to compile htdig 3.1.6 on Mac OX client v. 10.1.1 with
> success?
I believe Geoff and a few others have, yes.
> I tried with 3.1.6 120901 and I end up with this message:
>
> configure: failed program was:
> #line 2464 "configure"
> #include "confdefs.h"
> #include <sys/types.h>
> #include <sys/socket.h>
> int main() {
> extern getpeername(int, struct sockaddr *, size_t *)
> ; return 0; }
> configure:2472: cc -c -g -O2 conftest.c 1>&5
Output from the config.log is generally meaningless except when trying to
debug the configure script itself. The reason: it's always going to be
filled with things that failed! That's the whole point of the configure
script - it tests out what works and what fails on your system, so it
can adapt to it. Reporting the first point of failure in config.log
tells us nothing. What errors do you get on the standard output of
./configure or make?
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html