> From: David Ergo <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [email protected],
> Xavier Marichal <[EMAIL PROTECTED]>,
> =?ISO-8859-1?Q?S=E9bastien?= Frippiat <[EMAIL PROTECTED]>
> Date: Fri, 31 Mar 2006 16:50:00 +0200
>
> There seems to be a stack overflow in job.c at line 2822,
> it's a recursive call of construct_command_argv_internal()
Does this happen with any Makefile, even a trivial one, like the one
below?
all:
echo "Hi"
If not every Makefile causes this crash, please post the shortest
Makefile that does cause the crash. If you can afford stepping with a
debugger to see why there's an infinite recursion, that would help a
lot.
TIA
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32