minor problem compiling wget-1.7 on Mac OS X / Darwin

2001-07-13 Thread Eugene Lee
On Mac OS X 10.0.4, the core system is Darwin 1.3.7, and GCC is this version: bash-2.05$ cc -v Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs Apple Computer, Inc. version gcc-926, based on gcc version 2.95.2 19991024 (release) I ran into a problem compiling

Rate limiting?

2001-07-13 Thread Colin 't Hart
Hello all, Is it possible to rate-limit a download in wget? ie. limit the speed of the download to a specified number of k per second? If not, it's a suggestion! Cheers, Colin

Re: minor problem compiling wget-1.7 on Mac OS X / Darwin

2001-07-13 Thread Edward J. Sabol
Eugene Lee wrote: For some reason, Apple's GCC does not like the '' in its assert(). The problem is not with Apple's gcc, nor with the Darwin definition of the assert() macro, it's with cpp-precomp, Apple's C pre-processor that implements support for pre-compiled headers. There are two