Hi everybody, I have now two possible ways to go forward with the configure options for gmp and mpfr. See the attached patches: Variant 1: implements traditional configure options --with-gmp-include=DIR, --with-gmp-lib=DIR, --with-gmp=DIR, --with-mpfr-include=DIR, --with-mpfr-lib=DIR, --with-mpfr=DIR but does additionally understand --with-libmpfr-prefix=DIR and --with-mpfr=auto/yes/no. Variant 2: (I already posted that one) keeps all configure options as they are now, and just uses the presence of a ../gmp and ../mpfr directory to override the gmp and mpfr configure flags. I would be interested in what you think, and which variant you would prefer. Thanks Bernd.