$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-11-13 04:30:11
Johan Nilsson wrote:
> Isn't this more of a compiler-specific issue than O/S specific?
Yes, of course, I was a little sloppy.
> I'd prefer only platform B generating an error. If I explicitly request a
> shared runtime library I'd like to either get it, or fail.
Perhaps what irritates me is "error" and "fail", which might mean: stop
everything, which in case of building a larger set of independent
targets is too limiting.
What I would prefer instead is to put <build>no into the build
in this case. E.g when building the install target of boost this
would not stop everything but simply skip building this single
variant.
I don't know if this is possible however...
Roland