The command: "bjam release debug toolset=darwin threading=multi architecture=combined address-model=32"
works to build both debug and release version of fat-32 (multi-arch i386 and ppc) dynamic libs.
But I cannot seem to get static libs to build.
"bjam release debug runtime-link=static toolset=darwin threading=multi architecture=combined address-model=32"
$bjam release debug runtime-link=static toolset=darwin threading=multi architecture=combined address-model=32
warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
Skipping build of: ./headers <build>no in common properties
Skipping build of: ./build_all <build>no in common properties
Skipping build of: ./headers <build>no in common properties
Skipping build of: ./build_all <build>no in common properties
...found 1 target...
So I am obviously close but still misunderstanding something. Any hints?