This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc4.3 configuring problems with mpfr
- From: Brian Dessent <brian at dessent dot net>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 18 Jan 2007 06:17:05 -0800
- Subject: Re: gcc4.3 configuring problems with mpfr
- References: <45AF614F.90605@gmx.ch>
- Reply-to: gcc-help at gcc dot gnu dot org
Marco Trudel wrote:
> I do not crosscompile gmp and mpfr. Is that necessary? Anyway, the
Yes. The compiler itself uses gmp/mpfr, so it requires a host version
of the library. Your two prior compilers were both linux hosted and so
used the native linux version of the libraries, but in order to produce
a mingw-hosted gcc you need a mingw cross compiled gmp/mpfr available.
Brian