Boost logo

Boost-Build :

Subject: [Boost-build] [Boost][build] Building Boost 1.56 with clang
From: Aaron Levy (aaron.levy_at_[hidden])
Date: 2014-08-29 15:12:46


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?

Regards,
Aaron


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