Re: Build GNUMake from git with mingw-w64

2013-05-18 Thread Eli Zaretskii
> Date: Sat, 18 May 2013 18:48:05 +0400 > From: Алексей Павлов > Cc: make-w32@gnu.org > > My patch for fix issue: Thanks, I pushed that. Would you also mind adding the necessary stuff to produce the libgnumake import library? All it needs is to add this to the final link command: -Wl,--out-

Re: Build GNUMake from git with mingw-w64

2013-05-18 Thread Алексей Павлов
My patch for fix issue: --- a/configure.ac.orig 2013-05-18 17:20:17 +0400 +++ b/configure.ac 2013-05-18 18:33:00 +0400 @@ -428,6 +428,7 @@ [AM_CONDITIONAL([WINDOWSENV], [true]) w32_target_env=yes AC_DEFINE([WINDOWS32], [1], [Use platform specific coding]) +AC_DEFINE([OUTPUT_SYNC]

Re: Build GNUMake from git with mingw-w64

2013-05-18 Thread Eli Zaretskii
[Why a personal email?] > Date: Sat, 18 May 2013 08:50:24 +0400 > From: Алексей Павлов > > If I manually add "#define OUTPUT_SYNC" to my config.h I have another error: > > mv -f .deps/getloadavg.Tpo .deps/getloadavg.Po > gcc -Wall -Wextra -Wdeclaration-after-statement -Wshadow > -Wpointer-ari