Boost logo

Boost-Build :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-04-23 04:15:51


isaacyh wrote:

> Hi all,
>
> I've gotten the boost libraries to build in 64 bit mode on Solaris by
> running
> the following command right after unpacking the tar ( from boost root ):
>
> bjam "-sBUILD=<cxxflags>-m64 <linkflags>-m64" stage

Could you try bjam "-sBUILD=<addres-model>64". I recently added this
feature to gcc-tools.jam (about 3 days ago so you need to update your
boost installation probably). Because what you know do AFAICT is add the
necessary flags but the toolset thinks you're still in 32bit mode and
thus will also add flags specific to 32bit compilation.

toon

 


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