Code: Select all
./b2 --prefix=/usr variant=release threading=multi link=shared --with-system --with-python install
Code: Select all
./b2 --prefix=/usr variant=release threading=multi link=shared --with-system --with-python install
Code: Select all
# if defined(_POSIX_THREADS) && (_POSIX_THREADS+0 >= 0) && !defined(BOOST_HAS_WINTHREADS) && !defined(BOOST_HAS_MPTASKS)
# define BOOST_HAS_PTHREADS
# endif