$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Wille (mw8329_at_[hidden])
Date: 2004-10-14 04:56:14
Vladimir Prus wrote:
> - the compiler version message is output to stderr, which make the test system
> to consider tests as failed.
This can be fixed by modifying the driver script for como.
I replaced
COMO_OPTIONS="--version --display_mode --wchar_t_keyword --bool
--enum_overloading --explicit --typename --extern_inline --new_for_init
--exceptions --export --alternative_tokens --diag_suppress=161"
by
COMO_OPTIONS="--no_prelink_verbose --wchar_t_keyword --bool
--enum_overloading --explicit --typename --extern_inline --new_for_init
--exceptions --export --alternative_tokens --diag_suppress=161"
Regards,
m