wget-1.7 does not compile with glibc1 (libc5)

2001-06-08 Thread Parsons, Donald
Previous versions up to 1.6 compiled fine. cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/etc/wgetrc\" -DLOCA LEDIR=\"/usr/share/locale\"' CFLAGS='-O2 -fomit-frame-pointer -march=pentium -mcpu=pentium -pipe' LD FLAGS='-s' LIBS='' prefix='/usr' exec_prefix='/usr

Re: wget-1.7 does not compile with glibc1 (libc5)

2001-06-08 Thread Andre Majorel
On 2001-06-08 17:57 -0400, Parsons, Donald wrote: > Previous versions up to 1.6 compiled fine. > > cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H >-DSYSTEM_WGETRC=\"/usr/etc/wgetrc\" -DLOCA > LEDIR=\"/usr/share/locale\"' CFLAGS='-O2 -fomit-frame-pointer -march=pentium >-mcpu=pentium

Re: wget-1.7 does not compile with glibc1 (libc5)

2001-06-14 Thread Hrvoje Niksic
"Parsons, Donald" <[EMAIL PROTECTED]> writes: [...] Thanks for the report; this will be fixed in the next release. Until then, you can simply #define MAP_FAILED to -1.

Re: wget-1.7 does not compile with glibc1 (libc5)

2001-06-14 Thread Hrvoje Niksic
Andre Majorel <[EMAIL PROTECTED]> writes: > Quick and dirty fix : insert the following in utils.c before the > reference to MAP_FAILED : > > #ifndef MAP_FAILED > # define MAP_FAILED -1 > #endif Not dirty at all: this fix will be in the next release, except it will be in sysdep.h, and -1 will b