Message-ID: <005c01bfcbea$08590220$020aa8c0@cervantes> From: "Tilman Sauerbeck" To: References: Subject: Re: problem using "make" Date: Thu, 1 Jun 2000 18:50:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Reply-To: djgpp AT delorie DOT com > And here's the villain: this command clearly relies on a Unixy shell: > only Unixy shells accept the -ec switch. (There are also several other > places in this Makefile that need a Unixy shell.) So what you need to do > is (1) install the port of Bash, and (2) make it so the Makefile sets > SHELL = /bin/sh in the case of DJGPP. Look at the other OSes which use > the output of `uname' and set SHELL in a similar manner, for an example > of how this should be done. I simply did a "set SHELL=bash" in the dos box and it worked just fine! Thanks for the help! Tilman