[Haskell-beginners] cmath Install troubles

Antoine Latter aslatter at gmail.com
Thu Jan 19 22:37:19 CET 2012


On Thu, Jan 19, 2012 at 3:24 PM, Tom Murphy <amindfv at gmail.com> wrote:
> 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



More information about the Beginners mailing list