Re: Problem with GNU make Version 3.77

2000-06-07 Thread Paul D. Smith
%% [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'

Re: Problem with GNU make Version 3.77

2000-06-07 Thread Paul D. Smith
%% [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