$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-10-07 07:08:32
Vladimir Prus wrote:
> and it affects your target, too. I suspect the easiest way to address
> this is add
>
> <toolset>borland:<link>static
>
Ah, finally I see: add *both* <link>static and <runtime-link>static, I had
assumed that <runtime-link>static would imply <link>static anyway, but I
guess not.
Looks like that fixes things anyway, thanks, John.