"Giuseppe Scrivano" <[email protected]> wrote:
I am pleased to announce the new version of GNU wget.
..
Please report any problem you may experience to the [email protected]
mailing list.
Okay. I'm having an issue with ioctl() in mswindows.c. It's really rpl_ioctl()
from gnulib:
.text 0x004607a8 0x3c
g:/MingW32/src/gnu/gnulib/lib/libgnulib.a(ioctl.o)
0x004607a8 rpl_ioctl
Almost on any url, wget aborts with this message:
wget -d http://bla-bla
DEBUG output created by Wget 1.15 (MingW) on Windows_NT.
...
---request end---
ioctl() failed. The socket could not be set as blocking.
Winsock error: 0
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
-------------
There should be no error; see "Winsock error: 0". I've just commented out the
if-statement with the abort() and things just work fine AFAICS.
This is is on Win-XP SP3, wget built with MingW+gcc 4.7.2.
--gv