Re: wget and ipv6 (1.6 beta5) serious bugs

2003-10-15 Thread Arkadiusz Miskiewicz
On Wednesday 15 of October 2003 12:11, Thomas Lussnig wrote: > Ok this is clear, but than why become the aplication an binary IPv6 > enabled one > if the PC have no IPv6 support ? Because I'm using packages provided by Linux distribution which needs ipv6 because some users are using it. > I thou

wget and ipv6 (1.6 beta5) serious bugs

2003-10-14 Thread Arkadiusz Miskiewicz
Hi, Right now wget code looks like this: #ifdef ENABLE_IPV6 int ip_default_family = AF_INET6; #else int ip_default_family = AF_INET; #endif and then ./connect.c: sock = socket (ip_default_family, SOCK_STREAM, 0); This assumes that binary compiled with ipv6 support is always used on IP

Re: some wget patches against beta3

2003-10-12 Thread Arkadiusz Miskiewicz
On Tuesday 07 of October 2003 12:08, Hrvoje Niksic wrote: > Thanks! btw. looking into test4 I see that autoconf conception is used in weird way. Normally aclocal.m4 is autogenerated by aclocal command (and it includes sources of macros from /usr/share/autoconf/autoconf/*.m4 and from local acinc

some wget patches against beta3

2003-10-03 Thread Arkadiusz Miskiewicz
Hi, Here is few patches against test3: http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/wget-ac.patch?rev=1.4 (some autoconf 2.5x things) http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/wget-pl.patch?rev=1.3 (Polish translation update) -- Arkadiusz MiśkiewiczCS at FoE, Wroclaw University of

problem with wget 1.7

2001-06-06 Thread Arkadiusz Miskiewicz
please try: wget --mirror http://www.ire.pw.edu.pl/zejim/rois/ and wget loops ;( 1.6 version works fine. -- Arkadiusz Miśkiewicz, AM2-6BONE, 1024/3DB19BBD http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ IPv6 ready PLD/Linux at http://www.pld.org.pl/

Re: Please upgrade libtool in wget

2001-06-05 Thread Arkadiusz Miskiewicz
Hrvoje Niksic <[EMAIL PROTECTED]> writes: > Daniel Stenberg <[EMAIL PROTECTED]> writes: > > > % aclocal --version > > aclocal (GNU automake) 1.4-p2 > > That must explain it -- I've never used Automake. Usually generic system macros are placed in /usr/share/aclocal directory (and for example the

Re: Please upgrade libtool in wget

2001-06-05 Thread Arkadiusz Miskiewicz
Hrvoje Niksic <[EMAIL PROTECTED]> writes: > > and please fix aclocal.m4 (it contains wget specific macros which > > should be in acinclude.m4) > > I'm not buying that. I think it's perfectly fine to have > Wget-specific macros in aclocal.m4. Why you are trying to make things more difficult than

Re: Please upgrade libtool in wget

2001-06-04 Thread Arkadiusz Miskiewicz
Adrian Bunk <[EMAIL PROTECTED]> writes: > wget-1.7 ships with libtool 1.3.5. libtool < 1.4 causes grave > miscompilatios under NetBSD/sparc-1.5. Please upgrade libtool in > wget. and please fix aclocal.m4 (it contains wget specific macros which should be in acinclude.m4) and also acconfig.h is mi

Re: Polish translation for wget 1.6

2001-01-31 Thread Arkadiusz Miskiewicz
> Hello, > I updated Polish translation for wget 1.6. I noticed, that previous file had > all polish characters changed to '?'. I don't know the reason of that. Maybe > because of some conversion of gettext. Anyway, please put this new file in Your > distribution. It's already fixed in CVS. >