get the following errors when compiling glibc-2.0.110 with egcs-1.1.1,
binutils2.9.1.0.19a, kernel 2.2pre7ac4, glibc-2.0.109, latest linuxthreads and crypt
egcs wcfuncs.c -c -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g
-I../include -I. -I/usr/src/redhat/rawhide/BUILD/glibc-2.0.110/build-i386-linux/wctype
-I.. -I../libio -I/usr/src/redhat/rawhide/BUILD/glibc-2.0.110/build-i386-linux
-I../sysdeps/i386/elf -I../crypt/sysdeps/unix
-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sysdeps/i386 -I../linuxthreads/sysdeps/pthread/no-cmpxchg
-I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu
-I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet
-I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386
-I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/libm-i387
-I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754
-I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc
-isystem /usr/lib/gcc-lib/i3!
!
86-redhat-linux/egcs-2.91.60/include -isystem
/usr/src/redhat/rawhide/BUILD/glibc-2.0.110/linux/include -D_LIBC_REENTRANT -include
../include/libc-symbols.h -o
/usr/src/redhat/rawhide/BUILD/glibc-2.0.110/build-i386-linux/wctype/wcfuncs.o
wcfuncs.c: In function `__iswalnum':
wcfuncs.c:42: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:42: (Each undeclared identifier is reported only once
wcfuncs.c:42: for each function it appears in.)
wcfuncs.c:42: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswalpha':
wcfuncs.c:44: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:44: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswcntrl':
wcfuncs.c:46: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:46: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswdigit':
wcfuncs.c:48: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:48: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswlower':
wcfuncs.c:50: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:50: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswgraph':
wcfuncs.c:52: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:52: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswprint':
wcfuncs.c:54: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:54: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswpunct':
wcfuncs.c:56: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:56: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswspace':
wcfuncs.c:58: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:58: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswupper':
wcfuncs.c:60: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:60: warning: control reaches end of non-void function
wcfuncs.c: In function `__iswxdigit':
wcfuncs.c:62: `__ctype32_b' undeclared (first use in this function)
wcfuncs.c:62: warning: control reaches end of non-void function
make[2]: ***
[/usr/src/redhat/rawhide/BUILD/glibc-2.0.110/build-i386-linux/wctype/wcfuncs.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/rawhide/BUILD/glibc-2.0.110/wctype'
make[1]: *** [wctype/subdir_lib] Error 2
make[1]: Leaving directory `/usr/src/redhat/rawhide/BUILD/glibc-2.0.110'
make: *** [all] Error 2
Bad exit status from /var/tmp/rpm-tmp.58428 (%build)
I would be grateful for any help/advice. I have looked in the documentation
Peter Dyer