On Sun, Oct 26, 2008 at 09:51:44PM +0100, Andreas Tobler wrote: > Geoff Keating wrote: > >> Does everyone really type --with-mpfr=.... on every build? Looking@ >> gcc-testresults, I see: >> >> Kaveh: yes >> Joey Ye: no >> HJ: no >> Guerby: yes >> Andreas Jaeger: no >> Dave Anglin: no >> Janis: yes >> Gerald Pfeifer: no >> Diego: yes >> Andreas Krebbel: no >> >> It seems like mostly, anyone using the compiler farm has to use >> --with-mpfr, and otherwise people avoid it. >> > > I'll have to add it as well on my sparc-solaris, hppa and x86_64-darwin > builds, on my compile farm :) > On darwin-x86 I do not need it since they are placed in /usr/local. > > Andreas
In my fink packaging for gcc42, gcc43 and gcc44, I have always used -with-gmp=%p where %p is the fink installation directory. You definitely should try that. I do have a problem at the moment with gcc trunk no longer building because of a problem finding libintl.h... http://gcc.gnu.org/ml/gcc/2008-10/msg00460.html This problem didn't exist on 20081016. Jack