This is the mail archive of the gcc-help@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: gcc4.3 configuring problems with mpfr


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


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