Boost logo

Boost-Build :

Subject: Re: [Boost-build] setup the environment variable correctly on OS X 10.4
From: Rush Manbert (rush_at_[hidden])
Date: 2009-04-03 12:41:52


On Apr 3, 2009, at 12:22 AM, norman wrote:

>
> Hi and thanks for your reply.
>
> For Wt I need these libraries:
> boost_date_time, boost_regex, and boost_program_options,
> boost_signals, and optionally boost_thread
>
> & bjam toolset=darwin --with-test --with-filesystem --with-
> program_options --with-iostreams --with-thread --with-regex --with-
> date_time --with-signals variant=release,debug threading=multi
> link=static runtime-link=shared --prefix=/Users/Shared/Toolkits/
> boost-1_38/ architecture=combined install
>
>

I don't know if this will help. The latest version we have built is
1.36, but this is how we do it on OSX 10.5 (copied from our script
that handles it):

# Builds 32 bit universal versions of the multithreaded dylib and
static libs
./tools/jam/src/bin.macosxx86/bjam debug release --toolset=darwin --
architecture=combined --layout=system threading=mult
i address-model=32 link=shared,static macosx-version=10.4 --prefix=../
1_35_0_install --exec-prefix=../1_35_0_install ins
tall

The big difference I see is that we specify debug and release before
everything else.

As I said - this may or may not be of help.

Best regards,
Rush


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