[bug #40240] make check fails for load and loadapi

2013-10-19 Thread Paul D. Smith
Update of bug #40240 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #40249] Test suite load and loadapi fail when make built with CFLAGS=-m32

2013-10-19 Thread Paul D. Smith
Update of bug #40249 (project make): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #1: This is a duplicate of

[bug #40254] build.sh does not work at all

2013-10-19 Thread Paul D. Smith
Update of bug #40254 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

Re: Make 4.0 does not compile with MSVC 7.1

2013-10-19 Thread Eli Zaretskii
> Date: Sat, 19 Oct 2013 11:48:44 +0300 > From: Eli Zaretskii > Cc: bug-make@gnu.org > > > 1) _TRUNCATE is unknown > > Workaround: use (size_t)-1 > > 2) vsnprintf unknown > > Workaround: use _vsnprintf > > 3) _vsnprintf_s unknown > > Workaround: replace > > len = _vsnprintf_s

Re: Make 4.0 does not compile with MSVC 7.1

2013-10-19 Thread Eli Zaretskii
> Date: Thu, 10 Oct 2013 17:42:11 +0200 > From: Bob Shark > > Contrary to the Statement in readme.w32 Make 4.0 does not comile with > MSVC7.1. It looks like no one who does have MSVC 7 installed (I don't) is tracking the release candidates. So, unfortunately, these problems are only detected wh