On Sun, 01 Jun 2014 17:40:41 +0200, David Toth (dtoth)
On Ubuntu, Fedora, and Debian (these are the versions of Linux I can use on the systems), I am unable to build the full set of libraries. After running bootstrap.sh and bjam, I am missing these files that were created on CentOS: libboost_thread.a libboost_thread.so libboost_thread.so.1.41.0
Hi David, Look at the console output of build process, there is normally an error diagnostic in plain text, which should give you a clue how to proceed further. // Unless you need the whole set of boost libraries, you may list the libraries you need using --with-libraries option of bjam, see http://www.boost.org/doc/libs/1_55_0/more/getting_started/unix-variants.html... for reference. Regards, Slava