Hi Paul,

I get:

# grep -r -n -I HAVE_GETADDRINFO * | grep define
config.log:3003:| #define HAVE_GETADDRINFO 1
config.log:3117:| #define HAVE_GETADDRINFO 1
config.log:3231:| #define HAVE_GETADDRINFO 1
config.log:3427:| #define HAVE_GETADDRINFO 1
config.log:3585:| #define HAVE_GETADDRINFO 1
config.log:4349:#define HAVE_GETADDRINFO 1
config.status:1216:s,^\([ #]*\)[^ ]*\ ([ ]*HAVE_GETADDRINFO\)[
 (].*,\1define\2 1 ,
src/include/config.h:53:#define HAVE_GETADDRINFO 1


Looks to me that getaddrinfo is detected correctly.

I was concerned about the date of the module/owshell/src/c/getaddrinfo.c

It looks to me like the fix from october was not included in current branch...maybe...

Mads



On Feb 28, 2010, at 01:27 , Paul Alfille wrote:

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

Reply via email to