On 2001-05-26 11:10 +0200, Hrvoje Niksic wrote:
> 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 then.

After removing "-cX" from $(CC) and adding "-lsocket -lnsl" to
$(LIBS), it compiled. I guess autoconf has not been given much
testing on this platform. :-) The binary seems fine.

Is there a central repository for wget binaries ?

-- 
André Majorel
Work: <[EMAIL PROTECTED]>
Home: <[EMAIL PROTECTED]> http://www.teaser.fr/~amajorel/

Reply via email to