Date: Sun, 17 Dec 2000 21:22:05 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Rossz Message-Id: <2110-Sun17Dec2000212204+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <91iv4i$1vr$1@nnrp1.deja.com> (message from Rossz on Sun, 17 Dec 2000 18:03:01 GMT) Subject: Re: MAKE errors References: <91iv4i$1vr$1 AT nnrp1 DOT deja DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Rossz > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 17 Dec 2000 18:03:01 GMT > > for i in lib boot demo ; do make -C $i || exit -1 ; done > c:/djgpp/tmp/dj100000: line 2: syntax error: unexpected end of file No > command name seen. make.exe: *** [all] Error -1 This command needs a Unixy shell. Make sure the Makefile says "SHELL = /bin/sh" somewhere, and that you have the DJGPP port of Bash installed. The error message above happens because COMMAND.COM doesn't understand these complex commands.