howdy
I'm not sure if this is the right news group but. I'm trying to compile and
install glibc-2.0.7.pre6 however during the
make procedure i get the following error
make[1]: Entering directory `/root/glibc/glibc-2.0.7pre6/ctype'
make[1]: Nothing to be done for `others'.
make[1]: Leaving directory `/root/glibc/glibc-2.0.7pre6/ctype'
make -C db others
make[1]: Entering directory `/root/glibc/glibc-2.0.7pre6/db'
gcc -B../ -nostdlib -nostartfiles -o
akedb -Wl,-dynamic-linker=/usr/local/lib/ld-linux.so.2 -g ../csu/start.o
../csu/crti.o `gcc -B../ --print-file-name=crtbegin.o` makedb.o
ibdb.so.2 -Wl,-rpath-link=..:../elf:../nss:../nis:.:../resolv
../libc.so.6 ../libc_nonshared.a -lgcc
`gcc -B../ --print-file-name=crtend.o` ../csu/crtn.o
../libc.so.6: undefined reference to `__libc_cleanup_end'
make[1]: *** [makedb] Error 1
make[1]: Leaving directory `/root/glibc/glibc-2.0.7pre6/db'
make: *** [db/others] Error 2
i have binutils version 2.8
Gcc version 2.7.2.2
libc5 version 5.44.4
make version 3.75
according to the documentation this should be eough to complile I'm running
kernel 2.0.30
,and i'm about to loose my mind has any one any ideas
j