$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-07-11 11:42:28
Vladimir Prus wrote:
> There's very old issue:
>
> http://svn.boost.org/trac/boost/ticket/418
>
> asking for support of Intel 9.0 on windows. I suspect we
> already support it, but can somebody confirm that?
I regularly use Intel 9.1 and 10.0 with bjam, so yes it works already.
I'm not sure about what happens if you don't configure the toolset in
user-config.jam though: do we have auto-configuration if the user just wants
to use --toolset=intel at installation time?
John.