X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 29 Jan 2002 20:09:49 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Zoe James" Message-Id: <2427-Tue29Jan2002200948+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (zoe@zoejames.freeserve.co.uk) Subject: Re: Compiling s-lang library References: 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: "Zoe James" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 29 Jan 2002 15:25:50 -0000 > > I followed the terse instructions, but got this response from make: > > slconfig.h config.h > Bad command or file name > config.h > make.exe: [config.h] Error -1 (ignored) Look at the Makefile: does it have commands with strange syntax? does it say "SHELL = /bin/sh" near its beginning? If so, you need to install Bash to be able to run that Makefile. Also, if the Makefile does _not_ say "SHELL = /bin/sh", add such a line (after installing Bash).