From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Simple (?) problem with djgpp/gcc/make Date: 10 Jun 2003 10:53:18 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 14 Message-ID: References: <1ba37fef DOT 0306010650 DOT 10517f99 AT posting DOT google DOT com> <6137-Sun01Jun2003200228+0300-eliz AT elta DOT co DOT il> <1ba37fef DOT 0306011651 DOT 4dfb06ed AT posting DOT google DOT com> <3995-Mon02Jun2003065843+0300-eliz AT elta DOT co DOT il> <1ba37fef DOT 0306021906 DOT 52b96029 AT posting DOT google DOT com> <1ba37fef DOT 0306031706 DOT 1eeb3d5e AT posting DOT google DOT com> <1ba37fef DOT 0306071734 DOT 14b12b96 AT posting DOT google DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Nick (strags11 AT yahoo DOT com) wrote: : The only mystery still remaining is why djgpp's "make" crashes when I : issue an ECHO command in all uppercase letters. That still happens. 1. It doesn't crash. It stops because it failed to run the command successfully. 2. In Unix commands are case-sensitive. And because DJGPP tries very hard to emulate Unix, this is probably why. Right, MartinS