Tony Peden writes:
>
>Well, I've spent quite a few hours on this and AFAICT, the FPU
>is being set up correctly, it's just not generating the exception
>for a floating point divide by zero (or any other floating point error
>I could induce). Integer divide by zero works just fine.
Tony
Try adding this in addition to your other flags
#ifdef linux
/* Linux used to deliver SIGFPE by default, but no longer. Sigh. */
__setfpucw(0x1372);
#endif
Cheers
Norman
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel