bjam
How to tell what optimizations bjam is using to build boost
I\'m building the boost libraries with bjam for both the intel compiler and vs2008, and I can\'t tell what optimizations are being p开发者_Python百科assed to the compiler from bjam. For one of the com[详细]
2022-12-29 20:41 分类:问答How do I build boost examples with bjam?
Boost library is full of examples and tests and I would like to build them using bjam if possible. How开发者_Python百科 do I build boost examples with bjam?[详细]
2022-12-28 17:18 分类:问答how to create a new variant in bjam
I\'ve tried reading the docume开发者_StackOverflow中文版ntation but it is rather impenetrable so I\'m hoping someone may have a simple answer. I want to define a new \'variant\', based on \'debug\', w[详细]
2022-12-28 09:55 分类:问答how to determine value of cxxflags in bjam? Or append to it?
I need to add to compiler flags using bjam. So either I need a way to append to the existing flags -- like CXXFLAGS+=whatever using gmake -- or I need to know the currently-used value of cxxflags so I[详细]
2022-12-28 03:16 分类:问答Cross Compiling Boost for use on the Gumstix Overo with GumROS
I\'m trying to cross-compile boost for use with the ROS framework on a Gumstix Overo. I\'ve been following the posted instructions here (modifying the script when need be), however I\'ve come across a[详细]
2022-12-23 16:37 分类:问答Boost Jam vs Jam
I recently built the Boost libraries in Linux and noticed the package needed an executable called bjam in order to do the build.Is bjam related to jam?If it is related to jam开发者_高级运维, did they[详细]
2022-12-23 15:11 分类:问答How do you create rules in BJAM?
I would like to compile a file with a specific compiler not supported on boost. I made a rule: rule my_rule ( source : target )[详细]
2022-12-22 17:16 分类:问答Linking to boost_filesystem in a bjam-based project
I\'m trying to set up Boost.Build for my own project, which references libboost_filesystem. When I run[详细]
2022-12-19 21:59 分类:问答Is it possible to generate a .h macros file from bjam?
I need to dynamically generate some macros into a .h configuration file that C programs can i开发者_开发技巧nclude in order to check which options are enabled, in a fashion similar to what is possible[详细]
2022-12-19 16:55 分类:问答Linking to boost unit test framework with boost build
Using boost build, if I can link to a boost python library with this in my jamfile: 开发者_Go百科[详细]
2022-12-17 21:18 分类:问答