Firstly, don't use an &. That's for running processes in the background. Usually, there's no need to do that with make.
Second, check and make sure you have it. /usr/bin/make and then make sure it's in your path. echo $PATH > -----Original Message----- > From: TandonMiir [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 29, 2001 4:49 PM > To: [email protected] > Subject: Cygwin doesn't like Make, just a tiny problem. > > > My cygwin shell is refusing to run startup or make as a command... > > when I do my make & it returns: > > // $ make & > // [5] 695801 > // [4] Exit 127 make > // BASH: make: command not found > > I have run the basic rm *.o > > It's been so long since I last started my ROM that I can't > recall what I > should be doing... > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

