wget 1.10 problems under AIX

2005-06-10 Thread Jens Schleusener
Hi, under AIX 5.1 I have some problems with the new wget 1.10 release. 1) Only using the configure-option "--disable-nls" and the C compiler gcc 4.0.0 the wget-binary builds successfully although gcc outputs some compiler warnings like convert.c: In function 'convert_all_links': convert.c:9

Re: wget 1.10 problems under AIX

2005-06-15 Thread Hrvoje Niksic
Thanks for the detailed report! Jens Schleusener <[EMAIL PROTECTED]> writes: > 1) Only using the configure-option "--disable-nls" and the C compiler > gcc 4.0.0 the wget-binary builds successfully I'd be interested in seeing the error log without --disable-nls and/or with the system compiler. >

Re: wget 1.10 problems under AIX

2005-06-15 Thread Hrvoje Niksic
This patch should take care of the problems with compiling Wget 1.10 with the native IBM cc. 2005-06-15 Hrvoje Niksic <[EMAIL PROTECTED]> * host.h (ip_address): Remove the trailing comma from the type enum in the no-IPv6 case. * main.c (struct cmdline_option): Remove th

Re: wget 1.10 problems under AIX

2005-06-16 Thread Jens Schleusener
Hi Hrvoje, Thanks for the detailed report! Thanks for your detailed answer ;-) Jens Schleusener <[EMAIL PROTECTED]> writes: 1) Only using the configure-option "--disable-nls" and the C compiler gcc 4.0.0 the wget-binary builds successfully I'd be interested in seeing the error log withou

Re: wget 1.10 problems under AIX

2005-06-16 Thread Hrvoje Niksic
Jens Schleusener <[EMAIL PROTECTED]> writes: >>> --12:36:51-- http://www.example.com/ >>> => `index.html' >>> Resolving www.example.com... failed: Invalid flags in hints. >> >> This is really bad. Apparently your version of getaddrinfo is broken >> or Wget is using it incorrectly.

Re: wget 1.10 problems under AIX

2005-06-16 Thread Jens Schleusener
Hi Hrvoje, Jens Schleusener <[EMAIL PROTECTED]> writes: --12:36:51-- http://www.example.com/ => `index.html' Resolving www.example.com... failed: Invalid flags in hints. This is really bad. Apparently your version of getaddrinfo is broken or Wget is using it incorrectly. Can

Re: wget 1.10 problems under AIX

2005-06-16 Thread Hrvoje Niksic
Jens Schleusener <[EMAIL PROTECTED]> writes: > The reason for the above error is as already written - at least in > my case using the self compiled libtool version 1.5 I don't think the libtool version used on the system makes any difference (except for a developer at the point of "libtoolizing"

Re: wget 1.10 problems under AIX

2005-06-16 Thread Jens Schleusener
Hi, The above line configure:25756: /bin/sh ./libtool gcc -c -O2 -Wall -Wno-implicit -I/usr/local/contrib/include conftest.c >&5 gcc -c -O2 -Wall -Wno-implicit -I/usr/local/contrib/include conftest.c -DPIC -o .libs/conftest.o looks for me (as a "configure"-layman) a little bit strang