No such file or directory error

2006-07-14 Thread www.mail
Hi, Sometimes when using wget, I get an error like: Connecting to www.somewebsite.com[xxx.xxx.xxx.xxx]:80... failed: No such file or directory. Giving up. But if I increase the number of tries, wget will eventually download the page. Please can you tell me why this is, and also if there is

Re: No such file or directory error

2006-07-14 Thread www.mail
At 10:38 14/07/2006, I wrote: Sometimes when using wget, I get an error like: Connecting to www.somewebsite.com[xxx.xxx.xxx.xxx]:80... failed: No such file or directory. Giving up. But if I increase the number of tries, wget will eventually download the page. Please can you tell me why

Bug in wget 1.10.2 makefile

2006-07-14 Thread Daniel Richard G.
Hello, The MAKEDEFS value in the top-level Makefile.in also needs to include DESTDIR='$(DESTDIR)'. (build log excerpt) + make install DESTDIR=/tmp/wget--1.10.2.build/__dest__ cd src make CC='cc' CPPFLAGS='-D__EXTENSIONS__ -D_REENTRANT -Dsparc' ... install.bin