|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-15 02:15:38
mellenbe2004 wrote:
> I'm new to bjam.
>
> Are there configuration files or makefiles to setup options for 64
> bit builds?
Hi,
I'm afraid you did not provide enough information. What compiler are you using
-- gcc or sun? What Boost.Build version do you use, V1 or V2?
For gcc and V1, you *probably* can try
bjam -sBUILD="<address-model>64"
which will add -m64 option. I say probably, because it's a wild guess, I don't
know what that option does and what you really want.
In all other cases, could you tell us what options for which compiler you
want. This might be a small enough change to be done quickly.
And in the meantime, you can always use <cxxflags> feature to pass whatever
flags you want.
- Volodya
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