That matches what I get in linux.

Can you try, in the owfs directory:

grep -r -n -I HAVE_GETADDRINFO * | grep define

I get:

p...@amd64ubuntu:~/owfs$ grep -r -n -I HAVE_GETADDRINFO * | grep define
config.log:2841:| #define HAVE_GETADDRINFO 1
config.log:2971:| #define HAVE_GETADDRINFO 1
config.log:3647:#define HAVE_GETADDRINFO 1
src/include/config.h:53:#define HAVE_GETADDRINFO 1

I'm trying to figure out if the configuration script is missing the presence
of getaddrinfo, or if the compilation is not properly stopped.

Paul Alfille

On Sat, Feb 27, 2010 at 7:09 PM, Mads Hjorth <[email protected]> wrote:

> I get
>
> /usr/share/man/cat3/getaddrinfo.0
>
> NAME
>      getaddrinfo, freeaddrinfo - host and service name to socket address
>      structure
>
> SYNOPSIS
>      #include <sys/types.h>
>      #include <sys/socket.h>
>      #include <netdb.h>
>
>
>
>
> On Feb 28, 2010, at 00:58 , Paul Alfille wrote:
>
> I'm surprised getaddrinfo isn't present in OpenBSD. Can you try 'man
> getaddrinfo' and report which #includes are specified?
>
> Paul Alfille
>
> On Sat, Feb 27, 2010 at 6:29 PM, Mads Hjorth <[email protected]> wrote:
>
>>
>> Seems like getaddrinfo.c is still acting up. Anyone?
>>
>>
>> Mads
>>
>>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
>
> http://p.sf.net/sfu/intel-sw-dev_______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to