Boost logo

Boost-Build :

From: aneubeck2004 (aneubeck_at_[hidden])
Date: 2004-07-20 04:12:29


> > 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"

When I use bjam v2 and still want to use the features
<architecture>sparc and <address-model>64 in a Jamfile, what do I have
to do?
(With commandline options it's working?!?)
Isn't it necessary to transfer the definitions of the
tools/build/v1/gcc-tools.jam file to the v2/tools/gcc.jam file then?

Alexander

 


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