RE: make v3.80: *** [hello] Error 255

2006-05-08 Thread Harig, Mark
only add packages as you find that programs you need were not installed by default. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 5:48 PM To: Harig, Mark Subject: RE: make v3.80: *** [hello] Error 255 Mark,    Yeah,

RE: make v3.80: *** [hello] Error 255

2006-05-08 Thread Harold Rabbie
re having. Please see also: http://cygwin.com/problems.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harold Rabbie Sent: Monday, May 08, 2006 3:39 PM To: cygwin@cygwin.com Subject: make v3.80: *** [hello] Error 255 This is the dumbest thing. The

RE: make v3.80: *** [hello] Error 255

2006-05-08 Thread Harig, Mark
ource of the problem you're having. Please see also: http://cygwin.com/problems.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harold Rabbie Sent: Monday, May 08, 2006 3:39 PM To: cygwin@cygwin.com Subject: make v3.80: *** [hello] Error 255 This i

make v3.80: *** [hello] Error 255

2006-05-08 Thread Harold Rabbie
This is the dumbest thing. The makefile couldn't be simpler: $ cat makefile hello: hello.c gcc -o hello hello.c When I run this, I get: $ make gcc -o hello hello.c make: *** [hello] Error 255 If I do a dry run and pass the output to the shell it works just fine: $ make -n > dryrun $