Boost logo

Boost-Build :

From: BRIDGES Dick (Dick.Bridges_at_[hidden])
Date: 2005-10-07 12:44:14


I am trying to compile a host (X86, linux) and a target (ARM9) version
of the boost_1_33_0 libraries using the "standard" (Core3) gcc and a
gcc-arm cross-compiler. Can someone point me to the documentation that
is "authoritative" for 1_33_0 and describes how to configure [which
files] and invoke bjam for multiple compilers on the same computer?

I found (and read) *LOTS* of historical material describing how to
configure and invoke bjam for v1 and v2 for prior versions. Vladimir
Prus provided an answer for 1_32_0 last April...
<extract>
I'd use this:

using gcc : 3.4 ;
using gcc : 3.4arm : /path/one/arm-g++ : <other stuff> ;
using gcc : 3.4ppc : /path/two/ppc-g++ : <other stuff> ;

and them

bjam gcc-3.4 gcc-3.4arm gcc-3.4ppc
</extract>
...but I can't get this to work with the 1_33_0 version:

# bjam --v2 --version
Boost.Build V2 (Milestone10)
Boost.Jam 03.01.11

Any help would be greatly appreciated.

Regards,
Dick Bridges

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk