Hi, I use boost with thread, iostreams and random. I compiled bjam first and uses them to compile all, but I must call every lib manual with ./bjam variant=release toolset=darwin threading=multi variant=release libs/iostreams/build How can I build the full boost with all libs in one run? Thanks Phil
On Tue, Aug 24, 2010 at 11:49 AM, Kraus Philipp
Hi,
I use boost with thread, iostreams and random. I compiled bjam first and uses them to compile all, but I must call every lib manual with ./bjam variant=release toolset=darwin threading=multi variant=release libs/iostreams/build
How can I build the full boost with all libs in one run?
Thanks
Phil
I've used something like:
bjam --toolset=
On 2010-08-24 13:03:10 +0200, Stuart Dootson said:
--build-type=complete
That doesn't work. If I call bjam I see - date_time : not building - filesystem : not building - graph : not building - graph_parallel : not building - iostreams : not building - math : not building - mpi : building - program_options : not building - python : not building - random : not building - regex : not building - serialization : not building - signals : not building - system : not building - test : not building - thread : not building - wave : not building but I would build all except python. Thx Phil
Philipp Kraus wrote:
On 2010-08-24 13:03:10 +0200, Stuart Dootson said:
--build-type=complete
That doesn't work. If I call bjam I see
- date_time : not building - filesystem : not building - graph : not building - graph_parallel : not building - iostreams : not building - math : not building - mpi : building - program_options : not building - python : not building - random : not building - regex : not building - serialization : not building - signals : not building - system : not building - test : not building - thread : not building - wave : not building
but I would build all except python.
Please post your *entire* command line, as well as the content of your project-config.jam file (if any) - Volodya
Am 24.08.2010 um 14:28 schrieb Vladimir Prus:
Philipp Kraus wrote:
On 2010-08-24 13:03:10 +0200, Stuart Dootson said:
--build-type=complete
That doesn't work. If I call bjam I see
- date_time : not building - filesystem : not building - graph : not building - graph_parallel : not building - iostreams : not building - math : not building - mpi : building - program_options : not building - python : not building - random : not building - regex : not building - serialization : not building - signals : not building - system : not building - test : not building - thread : not building - wave : not building
but I would build all except python.
Please post your *entire* command line, as well as the content of your project-config.jam file (if any)
Okay, it's my fault: I should set it with "--with-<Name>" in the command line
participants (4)
-
Kraus Philipp
-
Philipp Kraus
-
Stuart Dootson
-
Vladimir Prus