%% [EMAIL PROTECTED] writes:
d> I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin.
d> I use the following makefile:
Wait, I lied :(.
I think this bug is because your makefile has DOS/Windows style CRLF
newlines, instead of UNIX style LF newlines.
GNU make prior to 3.78 didn'
%% [EMAIL PROTECTED] writes:
d> I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin.
d> I use the following makefile:
d> I get the following error message:
d> ', needed by `hello'. Stop.e target `hello3.c
This is a memory corruption bug, that has been fixed in later versio
:-) PLEASE ACKNOWLEDGE RECEIPT OF THIS E-MAIL :-)
To: Bug Report for GNU Make
[EMAIL PROTECTED]
From: Dwayne Phillips
7 June 2000
Re: Problem with GNU make Version 3.77
Ladies and Gentlemen,
I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin.
I use the following makefile