On 2008-10-14 14:19:22 -0700, Andrew Pinski wrote: > On Tue, Oct 14, 2008 at 2:14 PM, Nils Pipenbrinck > <[EMAIL PROTECTED]> wrote: > > Cygwin comes with a GCC 3.4.somewhat out of the box. To compile > > MPFR you need a 4.1 compiler. So you have to double compiling > > everything. And worse: You have to know that you have to do this. > > There is no information about that issue. > > Why does MPFR requires 4.1.1? I have used GCC 3.3 and GCC 4.0.2 to > compile it before.
You should be able to build MPFR with any C89 or C99 compiler. However, functions mpfr_{set,get}_{uj,sj} are available only if intmax_t and uintmax_t are available. -- 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)