$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Specify Different C and C++ runtimes
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-09-30 08:22:19
On Friday 25 September 2009 Robert McCullough wrote:
> Hi,
>
>
>
> Is it possible to specify and link different C and C++ standard runtime
> libraries besides the ones that come with Microsoft Visual C++ when building
> the Boost libraries?
Robert,
which alternative runtimes do you have in mind? Clearly, Boost.Build does not
a generic way to support every possible runtime there might be. There's
specific support for STLport, documented in the manual.
Does this help?
- Volodya