This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Shipping gmp and mpfr with gcc-4.0?


On 2005-02-16 08:13:24 +0100, Eric Botcazou wrote:
> > I tried this evening to install gmp-4.1.4 and mpfr-2.1.0 on my Solaris
> > machines and I failed on the first try.  (I think the default install
> > for gmp on my machines is a 64-bit version, but the default for mpfr
> > and gcc is 32-bit, so I'm going to have to figure out how to configure
> > everything to match.)
> 
> ./configure sparc-sun-solaris2.9 --prefix=xxx --enable-mpfr

Do not use the MPFR version that comes with GMP. It is too old.
Remember that you can override the default by setting CFLAGS.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]