$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-07-27 03:24:49
Rene,
in revision 1.38 of top-level Jamfile.v2, you've added code to build several
variants of Boost libraries.
That does not seem to work for me, I now get:
error: on gcc, DLL can't be build with <runtime-link>static
error: it's suggested to use <runtime-link>static together with the
<link>static
That just about right, it can't create a DLL that links to static libc.
Now the question is that's the best solution.
- Should we just silently build DLLs with dynamic runtime
- Should we adjust build request to not include this on Linux?
What do you think?
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2