From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-09 06:58:18


Vladimir Prus wrote:

> > so it seems my cygwin installation sets OS=win32.
>
> Could you try unsetting this variable? If the tests work OK in the case,
> I'll swap the order of calls in
>
> /*
> * Jam defined variables OS, OSPLAT
> */
> var_defines( othersyms );
>
> var_defines( use_environ );
>
> so that env vars don't clobber 'OS' and 'OSPLAT'.

Upon second though, I've switches the order of calls without waiting for your
results. The situation where unrelated changes in environment can confuse Jam
is not too bad.

- Volodya