Well, looking at the 'gmake' source, there are a couple of places
    where it can generate 'write error', primarily when it is closing
    stdout.

    I can't imagine how stdout could have an error, perhaps gmake is doing
    a double fclose() on stdout and picking up garbage memory somewhere.
    It could also be closing descriptor 1 somehow, then a later attempt
    to fclose() stdout fails.  I just don't know.

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>

Reply via email to