Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Angelo Graziosi
On Thu, 5 Oct 2006, Eli Zaretskii wrote: > > Date: Thu, 5 Oct 2006 17:49:50 +0200 (MET DST) > > From: Angelo Graziosi <[EMAIL PROTECTED]> > > cc: "William A. Hoffman" <[EMAIL PROTECTED]>, make-w32@gnu.org > > > > I have downloaded http://www

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Angelo Graziosi
On Thu, 5 Oct 2006, Eli Zaretskii wrote: > > Date: Thu, 5 Oct 2006 17:49:50 +0200 (MET DST) > > From: Angelo Graziosi <[EMAIL PROTECTED]> > > cc: "William A. Hoffman" <[EMAIL PROTECTED]>, make-w32@gnu.org > > > > I have downloaded http://www

Re: Crash with recursive make

2006-10-05 Thread Eli Zaretskii
> Date: Thu, 5 Oct 2006 13:47:01 +0100 > From: "John Hall" <[EMAIL PROTECTED]> > > When doing a recursive make, the child process immediately crashed. When > running under the debugger I saw a CRT assertion. In func_shell in > function.c it was attempting to close the write side of a pipe, but the

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Eli Zaretskii
> Date: Thu, 5 Oct 2006 17:49:50 +0200 (MET DST) > From: Angelo Graziosi <[EMAIL PROTECTED]> > cc: "William A. Hoffman" <[EMAIL PROTECTED]>, make-w32@gnu.org > > I have downloaded http://www.cmake.org/files/cygwin/make.exe (20061005 > 14:44) and with that

Re: Crash with recursive make

2006-10-05 Thread Jon Grant
Hi John, Thanks for looking into this crash. John Hall wrote: > Hi, > > I compiled make 3.81 from source using Visual Studio 2005. The only > changes I made were to upgrade the project/solution from 2003 to 2005 > and to #define HAVE_CASE_INSENSITIVE_FS in config.h. Re the Visual Studio 2005 pr

Crash with recursive make

2006-10-05 Thread John Hall
Hi, I compiled make 3.81 from source using Visual Studio 2005. The only changes I made were to upgrade the project/solution from 2003 to 2005 and to #define HAVE_CASE_INSENSITIVE_FS in config.h. When doing a recursive make, the child process immediately crashed. When running under the debugger I

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Angelo Graziosi
e kitware 494678 Oct 5 08:44 make.exe > > Angelo, could you please download this new binary and try building > GFortran with it? (The mailer has problems with "William A. Hoffman" <[EMAIL PROTECTED]>, I must cut it from CC and resend the message) I have downloaded http://w

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Angelo Graziosi
e kitware 494678 Oct 5 08:44 make.exe > > Angelo, could you please download this new binary and try building > GFortran with it? I have downloaded http://www.cmake.org/files/cygwin/make.exe (20061005 14:44) and with that I have done a quick test: $ cd ~/Downloads/GFortran/gcc/.build/g

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Eli Zaretskii
> Date: Thu, 05 Oct 2006 08:51:54 -0400 > From: "William A. Hoffman" <[EMAIL PROTECTED]> > > I have re-built and this time config.h has the right PATH_SEPARATOR: > > /* Define to the character that separates directories in PATH. */ > #define PATH_SEPARATOR_CHAR ':' Thanks! > All tests still pas

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Paul D. Smith
The easiest thing to do is run "autoreconf". That's a script that comes with autoconf and runs all the different auto* tools necessary, in the right order. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread William A. Hoffman
At 12:18 AM 10/5/2006, Eli Zaretskii wrote: >. > >For all this magic to happen, you must run autoheader and autoconf >(not automake) after you apply the patch to the sources, and before >you run the configure script. I must have missed autoheader. I think I only ran autoconf Hey, I am a CMake

Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)]

2006-10-05 Thread Earnie Boyd
Quoting Eli Zaretskii <[EMAIL PROTECTED]>: What am I missing? Sorry, it was I who was missing something. I was thinking other packages that use make, not make itself. Earnie Boyd -- -- ** * The user of this ser