Message-ID: <399EF0ED.9C55D71A@hotmail.com> From: the Icefalcon Organization: Harumichi Otaku ... doko ni mo! X-Mailer: Mozilla 4.05 [en] (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Fun with make and glibc References: <399EC6ED DOT 5C058F8D AT hotmail DOT com> <8011-Sat19Aug2000211835+0300-eliz AT is DOT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 Date: Sat, 19 Aug 2000 20:34:35 GMT NNTP-Posting-Host: 12.85.128.201 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 966717275 12.85.128.201 (Sat, 19 Aug 2000 20:34:35 GMT) NNTP-Posting-Date: Sat, 19 Aug 2000 20:34:35 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > > 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. Actually, I have :) But, since bash is so "nice" about passing stuff to DOS, it defaulted to DOS' echo instead of the one in /bin. (BTW, I have all the below installed to.) So, I went through Makefile and Makerules to change all the appropriate instances of echo to /bin/echo. (Leaving variable names and such with "echo" in them alone, of course :) Anyway, Makefile now tells me this: bash-2.03$ make Makefile:134: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. bash-2.03$ Der .. line 134 of Makefile is: all-Subdirs-files = $(wildcard $(addsuffix /Subdirs, $(config-sysdirs))) Oh, I went and changed the necessary "echo" statements in configure too. Didn't seem to make a difference. -- -|-E the Icefalcon