Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-07-12 09:55:22


dirk_griffioen wrote:
> Hi,
>
> It seems that on our Sun the release build does not happen at all
> when we want to build for 64bits.
>
> We tried
>
> bjam "-sTOOLS=gcc-stlport" "-sBUILD=<address-model>64"
>
> but only the debug version was built. So we added
>
> flags gcc CFLAGS <address-model>64 : -m64 ;

There's already a similar line for that.

> to tools/build/v1/gcc-tools.jam
>
> but still the same.
>
> So as a last resort we added <address-model>64 to individual jam
> files.
>
> This seemed to do the tric.
>
> Is this intentional or a feature?

No, although specifying address-model without also specifying the
architecture is not really an option.

Try this:

bjam "-sTOOLS=gcc-stlport"
"-sBUILD=<architecture>sparc <address-model>64"

That is assuming by Sun you mean a Sparc machine of some sort :-)

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
 

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