Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5001: Failure to compile boost_1_45 and boost-trunk on ia64 (itanium2) with toolset intel-linux
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-22 08:46:36
#5001: Failure to compile boost_1_45 and boost-trunk on ia64 (itanium2) with
toolset intel-linux
----------------------------------------------------+-----------------------
Reporter: Stefan Janecek <stejanecek@â¦> | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.45.0 | Severity: Showstopper
Resolution: | Keywords:
----------------------------------------------------+-----------------------
Comment (by ulf.markwardt@â¦):
The problem is bjam (b2). Here is my workaround: compile bjam with your
systems's gcc. Simply
{{{./bootstrap.sh }}}
Adapt the file ''tools/build/v2/user-config.jam'' like this
{{{
using intel-linux : 11.1.056 : icpc : -O2 -ftz -fPIC -shared-intel -shared
;
}}}
After adding all other stuff (like MPI) to this config file you can run
bjam like this:
{{{
./bjam --prefix=/sw/libraries/boost/1.47 toolset=intel-linux install
}}}
Best regards,
Ulf
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5001#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC