Hello, i was trying to compile glibc (having gcc 4.1.1 and glibc 2.4 compiled by modifying openat.c) but i got this error for the function __OPENAT in sysdeps/unix/sysv/linux/openat.c: va_start used in function with fixed args I compiled glibc renaming __OPENAT to OPENAT, then removing hidden_def and weak_alias for it. Right now, i haven't the complete error, sorry...
*** This bug has been marked as a duplicate of 3040 ***