>However, in the throes of glibc compilation make exits with an error:
>../sysdeps/unix/sysv/linux/sysctl.c:42 - __NR__sysctl undeclared (first
>use of this fn)
>
>..and in the bleary-eyed state at which I looked at it, I can't see a
>way around it. Has anyone got any suggestions for what I might be doing
>wrong?
Your kernel is too old. Either upgrade it or just add a definition of
__NR__sysctl to <asm/unistd.h>. It should be number 149.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]