From: Martin Str|mberg Message-Id: <200101021628.RAA28464@father.ludd.luth.se> Subject: Re: make 3.79.1 bug In-Reply-To: <3405-Tue02Jan2001181912+0200-eliz@is.elta.co.il> from Eli Zaretskii at "Jan 2, 2001 06:19:13 pm" To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Tue, 2 Jan 2001 17:28:22 +0100 (MET) Cc: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Eli Zaretskii: > You have SHELL set which points to Bash as "f:/djgpp/bin/-bash.exe". > That forces Make to call Bash when it sees special characters, such as > quotes, on the command line. Bash doesn't include the current > directory in PATH as COMMAND.COM does. > > Replace "cl" and "cl.exe" with "./cl" and "./cl.exe", and it will > begin working. Right you are. Sorry for the false alarm. Right, MartinS