Top "Bjam" questions

bjam is the old name of the engine used by Boost.

Static Compile of Thread Example

I compiled the Boost C++ libraries as follows: bjam install variant=release link=static threading=multi runtime-link=static No errors. …

boost g++ linker boost-thread bjam
Help compiling and using boost c++ libraries

I am working on a C++ project where I'd like to use boost's serialization libraries. I downloaded and installed the …

c++ boost-serialization bjam
Boost bjam versus GNU make

I am a newbie to Boost C++ libraries. I was wondering if there are any advantages of Boost bjam over …

comparison build-automation makefile bjam
What is Boost Jam and is Jam worth migrating to?

What is Boost Jam and is Jam worth migrating to? I understand that jam is build system built by perforce …

migration build-system jam bjam
Using boost.python with make instead of bjam

I'm just trying to compile the "hello world" example of boost.python WITHOUT using all the bjam magic. My boost.…

makefile boost-python bjam
Boost: How bjam constructs a library name?

I was looking in the jam files, how the name of library is constructed. Example: libboost_log-mgw46-mt-1_48.dll I …

boost compilation linker bjam
Change boost.build jamfile for C++11 support?

I have been using boost.build or b2 for building a project. I am trying to add C++11 contructs like …

c++11 bjam boost-build
How to build boost for msvc9.0 instead of msvc10.0?

I've run the bootstrap batch and then the bjam exe, but as I have MSVC 2010 it generates the -vc100- …

c++ visual-c++ boost bjam
What is a jamfile?

I'm trying to use the boost_1_55_0 libraries and I keep coming across references to jamfiles. What are jamfiles? Why are …

c++ boost bjam