Boost logo

Boost-Build :

Subject: [Boost-build] Boost 1.55 build failure on Ubuntu
From: Arindam Mukherjee (arindam.mukerjee_at_[hidden])
Date: 2014-03-20 23:45:47


Boost 1.55 builds are failing on my Lubuntu 13.10 virtual box. Here
are the details:

1. g++ version: 4.8.1

2. Commands run:

    $ cd boost_1_55_0
    $ ./bootstrap.sh --prefix=/opt/boost_1_55_0
--without-libraries=graph,graph_parallel,mpi
    $ ./b2 variant=debug,release link=shared runtime-link=shared
threading=multi cxxflags=--std=c++11

The last command errors out with these messages: http://pastie.org/8955444

3. Removing the cxxflags option has no effect. Removing the
--without-libraries option has no effect.

Thanks.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk