> #ifndef _ASM > -typedef double __jmp_buf[21]; > +typedef int __jmp_buf[21] __attribute__ ((aligned (8))); > #endif this should now be typedef int __jmp_buf[42] __attribute__ ((aligned (8))); (sizeof(double) == 2 * sizeof(int)) randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/