> This is probably because of the -O2, which isn't set by default on sparc64 > in <bsd.own.mk> because of similar codegen problems. That was my first guess too, but this is not the case. I tried "-g -O" and it did not work, but "-g -O2 -pipe" worked. Martin