David Deharbe <[email protected]> writes: > I suppose that you suggest adding a case in the following line: >> *-*-mingw* | *-*-cygwin)
That's right. > Yet, it seems that with the build options reported by configure the > existing configure.ac file should work. > Here they are: > > Version: GNU MP 6.1.1 > Host type: x86_64-w64-mingw32 > ABI: 64 > Install prefix: /mingw64 > Compiler: gcc > Static libraries: yes > Shared libraries: no > > The host type matches *-*-mingw*. The nesting conditions mention > variables X86_64_PATTERN (x86_64-*-*) and ABI (64). I agree it looks right. > So I do not see what I could do to fix the problem. Any further idea? I'd suggest adding some echo statements, and/or set -x, in the configure script, to figure out what's going on. And also have a second look at config.log, to see if it gives any clues. You mentioned a patch adding the pattern *-*-msys. It's a bit surprising if that helps. What's the output of configfsf.guess and config.guess? Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
