My Problem is similar to this poster and I'm using a MAC OsX 10.9.5 version:
python 'bigfloat' package installation issues
When I try to install the "mpc-1.0.2" package, it doesn't compile and gives this error:
grep: /home/case/local/lib/libgmp.la: No such file or directory
sed: /home/case/local/lib/libgmp.la: No such file or directory
libtool: link: `/home/case/local/lib/libgmp.la' is not a valid libtool archive
make[2]: *** [libmpc.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
My configure command is :
./configure --prefix=/users/username/local --with-gmp=/users/username/local --with-mpfr=/users/username/local
Can anyone or Casevh help ?