it seems that the new configure does not like the latest brew version:
...
checking for the correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
...
ilg-mbp:Sourcery ilg$ /brew/local/bin/brew list gmp
/brew/local/Cellar/gmp/5.0.5/include/ (2 files)
/brew/local/Cellar/gmp/5.0.5/lib/libgmp.10.dylib
/brew/local/Cellar/gmp/5.0.5/lib/libgmpxx.4.dylib
/brew/local/Cellar/gmp/5.0.5/lib/ (4 other files)
it seems that the new configure does not like the latest brew version:
... checking for the correct version of gmp.h... no configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+. Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify ...
ilg-mbp:Sourcery ilg$ /brew/local/bin/brew list gmp /brew/local/Cellar/gmp/5.0.5/include/ (2 files) /brew/local/Cellar/gmp/5.0.5/lib/libgmp.10.dylib /brew/local/Cellar/gmp/5.0.5/lib/libgmpxx.4.dylib /brew/local/Cellar/gmp/5.0.5/lib/ (4 other files)
Liviu