In message <200309110331.41559.vugdeox@freeshell.org>, Nate Hill writes: >Anyone else seen this?: Yes. Haven't found a fix yet, but the underlying problem is that the definition of struct sigcontext in i386/signal.h is dependant on: #if defined(__LIBC12_SOURCE__) || defined(_KERNEL) so maybe we need to #define __LIBC12_SOURCE__? -s