Ubuntu 15.04 clang++ 3.6 compilation Boost 1.59/1.55

Source: Internet
Author: User

Ubuntu 15.04 can already be installed directly through the Apt-get Insall clang 3.6, and the pre-installed GCC version is 4.9.2. These installation procedures are described here.

First download the boost source code

[Plain]View PlainCopyprint?
    1. Wget-o boost.1.59.tar.bz2 Http://sourceforge.net/projects/boost/files/latest/download?source=files


Extract

[Plain]View PlainCopyprint?
    1. Tar jxvf./boost.1.59.tar.bz2

Specify the Clang tool to generate a compilation script

[Plain]View PlainCopyprint?
    1. ./bootstrap.sh--with-libraries=system,filesystem,log,atomic,thread,program_options--with-toolset=clang

Compiling and installing

[Plain]View PlainCopyprint?
    1. ./b2 Toolset=clang cxxflags= "-std=c++11"
    2. sudo./b2 Install--PREFIX=/USR

Just a moment, please.

It is important to note that boost 1.59 seems to have a problem because after compiling the installation, one of my simple program compile with boost log will be an error, as follows:

[Plain]View PlainCopyprint?
  1. clang++-g-std=c++11-i. /include-wall-dboost_log_dyn_link-o
  2. ./object/main.cc.o-c. /src/main.cc in file included from
  3. .. /src/main.cc:8: In file included from.. /include/helper/logger.h:16:
  4. In file included From/usr/include/boost/log/sinks.hpp:25:in file
  5. Included From/usr/include/boost/log/sinks/async_frontend.hpp:42:in
  6. File included from
  7. /usr/include/boost/log/sinks/unbounded_fifo_queue.hpp:29:in file
  8. Included From/usr/include/boost/log/detail/event.hpp:25:in file
  9. Included From/usr/include/boost/atomic/capabilities.hpp:18:in file
  10. Included from/usr/include/boost/atomic/detail/platform.hpp:22:
  11. /usr/include/boost/atomic/detail/gcc-atomic.hpp:35:67:error:unknown
  12. Type name ' Memory_order ' boost_forceinline boost_constexpr int
  13. CONVERT_MEMORY_ORDER_TO_GCC (memory_order order) boost_noexcept
  14. /usr/include/boost/atomic/detail/gcc-atomic.hpp:37:22:error:use of
  15. Undeclared identifier ' memory_order_relaxed '


When I downgrade to boost 1.55.0, the problem disappears.

http://blog.csdn.net/csfreebird/article/details/48877657

Ubuntu 15.04 clang++ 3.6 compilation Boost 1.59/1.55

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.