make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: Problems with GNU make in Windows 7 (64-bit)


From: Eli Zaretskii
Subject: Re: FW: Problems with GNU make in Windows 7 (64-bit)
Date: Sat, 07 May 2011 00:02:40 +0300

> From: Rob Juergens <address@hidden>
> CC: "'address@hidden'" <address@hidden>
> Date: Fri, 6 May 2011 13:49:53 -0700
> 
> Making these changes had no effect.  It still fails in Win7-64, but works in 
> XP-32 and XP-64.

Too bad.  I have no access to a Windows 7 machine, nor have Studio
installed.  I did succeed to reproduce a similar problem on my system,
but the patch I sent fixed it for me.

Can you put a breakpoint in construct_command_argv_internal and step
through it?  I'm quite sure it is that function that calls itself
recursively time and again, until Make runs out of stack space.

The normal operation is that construct_command_argv_internal calls
itself recursively only once.  If you tell me why it continues to call
itself, I might be able to provide a patch for you to try.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]