Date: Sat, 19 Aug 2000 21:18:36 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: kourino AT hotmail DOT com Message-Id: <8011-Sat19Aug2000211835+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <399EC6ED.5C058F8D@hotmail.com> (message from the Icefalcon on Sat, 19 Aug 2000 17:35:38 GMT) Subject: Re: Fun with make and glibc References: <399EC6ED DOT 5C058F8D AT hotmail 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: the Icefalcon > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 19 Aug 2000 17:35:38 GMT > > bash-2.03$ make > Too many parameters - sysdeps > (echo 'sysd-Makefile-sysdirs := sysdeps/standalone/i386 Obviously, you need to install GNU Sh-utils (which will get you echo.exe that can handle this command). The error message you see comes from COMMAND.COM's internal ECHO, which is too dumb. In general, don't even try to build GNU packages without installing all of the following: Bash Fileutils Textutils Sh-utils Grep Sed Gawk Diffutils Findutils