Date: Mon, 2 Sep 1996 08:21:10 -0400 From: dj (DJ Delorie) Message-Id: <199609021221.IAA27819@delorie.com> To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 2 Sep 1996 08:52:52 +0200 (IST)) Subject: Re: make problems > Did you build Make with the new dosexec, or build the gcc (the one you > use to compile the new version of gcc) with the new startup code? If so, > there might be some bug in passing arguments, or inconsistency between > the new spawn and the old crt1. Yes to both. > AFAIK, Make building itself doesn't use quoted arguments on GCC command > lines. This is one of the areas which were changed in the new dosexec > (and crt1). Invoking make with the same arguments to build a test file with similar rules doesn't cause problems. I'll have to try quoted arguments on the rule commands, though.