$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-14 05:48:40
Martin Wille wrote:
> 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"
Thanks, this worked. BTW, do you know about the -shared option. It's not
accepted for me, but I wonder if there's any secret method to pass the option
to a linker (provided the standard system linker is used).
- Volodya