Date: Wed, 26 Jan 2000 09:10:16 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Frank Donahoe cc: DJGPP List Subject: Re: make 3.78.1 check In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 25 Jan 2000, Frank Donahoe wrote: > If not defined, "CC=cc" by default. Long ago I added an > override "+CC=gcc" to `djgpp.env' and that innocent seeming line broke > the two tests. Yes, that explains everything. Thanks for looking into this. I will try to think whether there's a way of avoiding such problems automatically. In general, you shouldn't place any environment variables inside DJGPP.ENV. Instead, define them on your AUTOEXEC.BAT. The test suite makes a point of undefining all the variables except those which are necessary, so if CC were defined in the environment, the problem wouldn't have happened. But the test suite cannot disable the settings on DJGPP.ENV because that would break the DJGPP setup.