Re: simple compile

2003-10-27 Thread John E. Malmberg
Tom Holton wrote: Hi, thanks for the reply. I apologize for not having a clearer question. I did know that EAI_MAX was in lib/addrinfo.h I have been able to produce an executable by simply copying 4 lines from lib/addrinfo.h into lib/getaddrinfo.c #define EAI_BADHINTS12 #define EAI_PROTOCOL

Re: simple compile

2003-10-27 Thread John Van Essen
Hi Tom, I think your problem is that the rsync configure is failing the test for detecting that the getaddrinfo routine is available, but yet some of the defines are available (but not the ones producing the errors). This seems to be specific to your OSF system, perhaps? The relevant lines from

Re: simple compile

2003-10-27 Thread John E. Malmberg
jw schultz wrote: On Mon, Oct 27, 2003 at 03:39:37PM -0800, Tom Holton wrote: I could not find this question anywhere, but I apologize if it is and I just missed it. Running an Alpha, OSF1 V5.1 1885 configure went fine. compile failed: See no documentation about EAI_MAX And, looking in the cod

Re: simple compile

2003-10-27 Thread jw schultz
On Mon, Oct 27, 2003 at 04:08:35PM -0800, Tom Holton wrote: > > Hi, thanks for the reply. I apologize for not having a clearer question. > I did know that EAI_MAX was in lib/addrinfo.h > I have been able to produce an executable by simply copying 4 lines from > lib/addrinfo.h into lib/getaddrinfo.

Re: simple compile

2003-10-27 Thread Tom Holton
Hi, thanks for the reply. I apologize for not having a clearer question. I did know that EAI_MAX was in lib/addrinfo.h I have been able to produce an executable by simply copying 4 lines from lib/addrinfo.h into lib/getaddrinfo.c #define EAI_BADHINTS12 #define EAI_PROTOCOL13 #define EAI_MA

Re: simple compile

2003-10-27 Thread jw schultz
On Mon, Oct 27, 2003 at 03:39:37PM -0800, Tom Holton wrote: > > I could not find this question anywhere, but I apologize if it is and I > just missed it. > > Running an Alpha, OSF1 V5.1 1885 > > configure went fine. > > compile failed: > > cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/getaddri

simple compile

2003-10-27 Thread Tom Holton
I could not find this question anywhere, but I apologize if it is and I just missed it. Running an Alpha, OSF1 V5.1 1885 configure went fine. compile failed: cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/getaddrinfo.c -o lib/getaddrinfo.o cc: Error: lib/getaddrinfo.c, line 182: In this stateme