$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] [Boost][build] Building Boost 1.56 with clang
From: Aaron Levy (aaron.levy_at_[hidden])
Date: 2014-08-29 15:12:32
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,
Arindam