Date: Tue, 31 Aug 93 08:31:49 -0400 From: DJ Delorie To: akrause AT saturn DOT sdsu DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: > Exception 117 (ox75) at eips=197e Floating point exception (note: this indicates you don't have 1.10 yet, but no big deal) > I'd think that it was simply a fault in my code, except that if I put in a > #include "poly.c" in test.c and compile it via Make sure the function prototypes in poly.h (especially for functions that return *float* or *double*) really do match the poly.c. It appears that one of the poly.c functions isn't getting prototyped correctly and something is not getting passed correctly. DJ