> - NetBSD/m68k sadly defines struct frame in some header > file which gets included when you #include <signal.h>. > I solved this by changing frame to cpuframe in the NetBSD > header files. Seems like a silly choice for a system > header file. Can't you just '#define frame ecl_frame' in src/h/stacks.h? Michael.