Mail Archives: djgpp/2000/01/26/02:37:50
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.
- Raw text -