Boost logo

Boost-Build :

Subject: Re: [Boost-build] [Boost][build] Building Boost 1.56 with clang
From: Ben Pope (benpope81_at_[hidden])
Date: 2014-09-01 23:41:20


On Saturday, August 30, 2014 03:12 AM, Aaron Levy wrote:
> I am trying to build Boost 1.56 on Linux with clang 3.5 with the following command-line and getting several "header file not found" errors for C++ headers.
>
> $ cd boost_1_56_0
> $ ./bootstrap.sh
> $ ./b2 install --prefix=<install-prefix> --build-dir=<build-dir> toolset=clang layout=tagged variant=release link=shared runtime-link=shared threading=multi cxxflags=" -stdlib=libc++" linkflags=" -stdlib=libc++"
>
> Any problems with the above command-lines?

It would help if you gave the error, and mentioned your platform, and
told us where you got Clang 3.5 (since it hasn't been released) and how
you built libc++, since the pre-release builds on llvm don't build and
properly package libc++ for Linux.

Ben


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