
19 Jan
2012
19 Jan
'12
9:37 p.m.
On Thu, Jan 19, 2012 at 3:24 PM, Tom Murphy
Is it possible that I have a version of math.h which doesn't have these definitions ("gamma," "finite," "isinf," etc.) in it?
That's a good guess based on the error messages - or math.h isn't in whatever paths we're looking in. What sort of system are you compiling this on? You could write a test C program using those functions, if you're familiar with your C tool-chain. Antoine