18 Apr
2015
18 Apr
'15
6:04 p.m.
The question is, how exactly should I define bjam's options in my bash script shown above, if for example, I want to use gnu library in c++03 mode?
bjam toolset=sun stdlib=gnu Or for GNU lib in C++11 mode: bjam toolset=sun stdlib=gnu cxxflags=-std=c++11 HTH, John.