$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost and Intel Compiler 11
From: John Maddock (john_at_[hidden])
Date: 2008-12-29 04:48:24
Matthieu Brucher wrote:
>> Hi,
>>
>> I've read on the archive that some work needed to be done to support
>> Intel Compiler 11 (Linux). Was progress made in that matter ?
Intel changed their directory structure in version 11, which meant that
paths to shared libraries were broken in the old Boost.Build code, I believe
this to be fixed in SVN Trunk though.
HTH, John.