$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Kortmann (email_at_[hidden])
Date: 2007-12-03 10:08:53
Hello,
I have seen that stdout and stderr of started commands are
piped into different pipes. These two pipes will be readed
in the sequence stdout, stderr (function read_output).
This results into an irritating effekt: When the started
command outputs something to stdout, then an error message
to stderr and finally smething other to stdout, then the
error messages are printed after all stdout messages, the
sequence of these messages are lost. Could this be changed?
Martin