On a recent head build I had the same problem. I needed to install gmp and add -I/opt/local/include (where gmp.h is located) to the configure command line.
This is on OS X 10.7.5 using MacPorts. On Apr 26, 2013, at 9:17 AM, Jan Stolarek wrote: >> I checked some older (with commits up to March 29, 2013) build trees and I >> see that in libraries/integer-gmp/gmp there are files like gmp.h and >> libgmp.a that are not present in my latest build tree. > Strange. I'm looking at the commit history at github and I see no gmp.h in > the repository in > commits as old as 2009. Am I misunderstanding or not noticing something? > > Janek > > _______________________________________________ > ghc-devs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/ghc-devs _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
