On 2008-01-24 17:02:31 +0100, Michael Kerrisk wrote: > Is alloca() used and tested on each of those platforms?
That's very probable. The only way to avoid alloca() is to build GMP with --disable-alloca and to build MPFR using the GMP build directory (i.e. with --with-gmp-build). MPFR uses alloca() for its low level functions. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)