I'm trying to get the package 'bigfloat' installed on my Mac (OS X 10.8.4), and I'm running into some issues. The package 'bigfloat' requires two other dependencies: 1) mpfr, and 2) gmp.
I've installed gmp here: http://gmplib.org/ <-- This seemed to work fine.
But installing mpfr is not as easy (http://www.mpfr.org/mpfr-current/mpfr.html#Installing-MPFR). They say to simply ./configure, make, and make install to get it going, but I get this error:
checking for gmp.h... no
configure: error: gmp.h can't be found, or is unusable.
I've googled around and people suggest specifying paths in the configure command, but I've had no luck so far. Any help would be appreciated!
As a reference, I am looking at mpfr-3.1.2 (located in the directory: /Users/myusername), and gmp-5.1.2 (located in the same directory).
Thanks!