gcc-help-owner@xxxxxxxxxxx wrote: > After an update on ubuntu this changed and libc requires at least Kernel 2.6 and I get the > message "kernel > too old" > > Any suggestions/workarounds too solve this Problem? Glibc's minimum kernel requirement is a compile-time option in glibc via the configure script. It has absolutely nothing to do with gcc. You have to either get a newer kernel, or obtain a glibc that is built to accept the kernel that you have. Doh?