Re: configure error for last cvs sources
Eli Zaretskii <[email protected]> Fri, 21 Sep 2012 21:42:11 +0300
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 21 Sep 2012 22:33:51 +0400 > From: niXman <[email protected]> > > 2012/9/21 Eli Zaretskii: > > > That it's probably a bug, but if you use build_w32.bat, you'll be able > > to build a MinGW Make nonetheless. > > I understand your proposition to use build_w32.bat but I need to build > gnu make for MinGW-builds project which scripts are designed for > autotools using. > Now it will be complicate to me to change them for build_w32.bat using :( I fail to see how something like cmd.exe /c "build_w32 gcc" could "complicate" things in any way. OTOH, if you build a MinGW Make using the configure script, you are on your own: there's no guarantee this will work for MinGW, because the official way to build it is with build_w32.bat.