
Is it possible that I have a version of math.h which doesn't have
these definitions ("gamma," "finite," "isinf," etc.) in it?
Tom
On 1/19/12, Tom Murphy
Sorry; brain not working today:
The Glorious Glasgow Haskell Compilation System, version 7.0.3 cabal-install version 0.10.2 using version 1.10.1.0 of the Cabal library
amindfv / Tom
On 1/19/12, Antoine Latter
wrote: On Thu, Jan 19, 2012 at 2:06 PM, Tom Murphy
wrote: Any advice?
If you can't even install a package with no dependencies except base, I think there's trouble:
$ cabal install cmath Resolving dependencies... Configuring cmath-0.3... Preprocessing library cmath-0.3... Building cmath-0.3...
Which version of ghc are you using? Which version of the 'cabal' executable do you have installed?
Thanks, Antoine