
On Wed, Apr 18, 2012 at 16:18, Tom Murphy
2 important facts: - A test C program, using one of the "undefined" functions (isnan) compiles with GCC and runs - I went in by hand and temporarily replaced each version of math.h on my computer with a version that has the necessary functions defined. Cabal-install still failed with the same error.
This makes it seem like cabal doesn't have access to _any_ math.h file, but if this were the case, wouldn't I get many more undefined-function errors than I do?
Unless you are using an older ghc with -fvia-C,