From: Hugo Duncan (hugo_duncan_at_[hidden])
Date: 2004-03-25 07:22:49


David Abrahams <dave_at_[hidden]> wrote:

> I'm not sure why this is suddenly happening to me; I just did a
> rebuild of bjam to try to fix it with no luck. Anyone have a clue?
(snip)...

> spawn: Invalid argument

Commenting the following lines in gcc-tools v1 got rid of this last
one for me. Not sure what it is doing, but from the comment shouldn't
this only be done if the shell is not bash ?

if $(NT) {
JAMSHELL on $(<) = % ;
}

Hugo