Re: Mingw MAKE with configure script
Eli Zaretskii <[email protected]> Wed, 23 Oct 2013 22:33:48 +0300
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Wed, 23 Oct 2013 23:14:20 +0400 > From: Alexey Pavlov <[email protected]> > > Building mingw32-make under msys using configure script lead to non-working > MAKE. I'm not surprised: this method of building a MinGW Make is not currently supported, and never was. The only way to build a MinGW Make that is officially supported is build_w32.bat. If someone sends patches to fix the Posix configury to support the MinGW build, I will review them and either recommend them for inclusion, or provide feedback how to modify them to be suitable for inclusion. TIA