SVR4 compile error

2001-05-26 Thread Andre Majorel
Compiling Wget 1.6 on an SVR4 derivative (NCR MP-RAS 3.0), I got this strange error: # make CONFIG_FILES= CONFIG_HEADERS=src/config.h ./config.status creating src/config.h src/config.h is unchanged generating po/POTFILES from ./po/POTFILES.in creating po/Makefile cd

Re: SVR4 compile error

2001-05-26 Thread Hrvoje Niksic
Andre Majorel [EMAIL PROTECTED] writes: Compiling Wget 1.6 on an SVR4 derivative (NCR MP-RAS 3.0), I got this strange error: I think the problem is that Wget 1.6 tried to force strict ANSI mode out of the compiler. Try running make like this: make CC=cc CFLAGS=-g See if it compiles

Hello~~!

2001-05-26 Thread March
Hello My name is March I'm a Chinese man First, I apology about my broken English. Second,I have a question about Wget as we know Wget can get the web file such as http://www.abc.com/index.html but I need to get the result of the program such as perl or php for expample

Re: -c option, again

2001-05-26 Thread Hrvoje Niksic
Henrik van Ginhoven [EMAIL PROTECTED] writes: Neither english nor networking are my native languages, but with ``continued downloads'' I take it wget means ``continue on a file where you left off'', which in this case would be untrue, because sunet.se does support it. But Wget *thinks* that

Re: -c option, again

2001-05-26 Thread Henrik van Ginhoven
On Sat, May 26, 2001 at 01:07:46PM +0200, Hrvoje Niksic wrote: But Wget *thinks* that the server doesn't support it. Sending a debug log of (the relevant part of) the Wget run would probably help in determining what went wrong. oops, forgot that (actually, I was afraid I had missed some new

Wget 1.7-pre1 available for testing

2001-05-26 Thread Hrvoje Niksic
The pre-release of Wget is now available for testing. Please download it and see if it conforms to standards, expectations, if it compiles out of the box, etc. The pre-release is available at: ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.betas/wget-1.7-pre1.tar.gz If all goes well, I plan

Re: -c option, again

2001-05-26 Thread Hrvoje Niksic
Henrik van Ginhoven [EMAIL PROTECTED] writes: $ src/wget -d -c -r -np http://ftp.sunet.se/pub/gnu/wget/ I assume that ftp.sunet.se/pub/gnu/wget/index.html already exists at this point. /.../ ---request begin--- GET /pub/gnu/wget/ HTTP/1.0 User-Agent: Wget/1.7-pre1 Host: ftp.sunet.se

Re: -c option, again

2001-05-26 Thread Sp00l
The server does not support continued downloads, which conflicts with -c'. But that's true, isn't it? The server didn't respond with a `Range' header, hence continued download doesn't work. Since you specified that the download should be continued, Wget refuses to truncate up your file by

Re: Wget 1.7-pre1 available for testing

2001-05-26 Thread John Poltorak
On Sat, May 26, 2001 at 01:35:40PM +0200, Hrvoje Niksic wrote: The pre-release of Wget is now available for testing. Please download it and see if it conforms to standards, expectations, if it compiles out of the box, etc. The pre-release is available at:

Re: -c option, again

2001-05-26 Thread Hrvoje Niksic
Henrik van Ginhoven [EMAIL PROTECTED] writes: On Sat, May 26, 2001 at 01:56:41PM +0200, Hrvoje Niksic wrote: Sp00l [EMAIL PROTECTED] (d'uh, damn mail) writes: Aah.. Yes, you are right as always. However, once wget determine the (index.html) file to be completely downloaded, shouldn't