Boost logo

Boost-Build :

Subject: Re: [Boost-build] A few questions
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2015-03-12 19:41:44


On 03/12/2015 04:28 PM, Steve Lorimer wrote:
> Thanks Vladimir
>
> I pulled down the example and built it.
>
> Because 64 is explicit, it doesn't get built unless I specify 64 on the command line right? Has 64.cpp got anything to do with the
> configuration check?
>
> Even if I fix the compilation of it, when I build I get the following:
>
> $ bjam
> Performing configuration checks
>
> - 64-bit : no (cached)
> ...found 17 targets...
>
> If I force the build:
>
> $ bjam -a
> Performing configuration checks
>
> - 64-bit : no (cached)
> ...found 17 targets...
> ...updating 4 targets...
> gcc.compile.c++ app/bin/gcc-4.8/debug/app.o
> gcc.compile.c++ util/foo/bin/gcc-4.8/debug/bar.o
> gcc.link.dll util/foo/bin/gcc-4.8/debug/libbar.so
> gcc.link app/bin/gcc-4.8/debug/app
> ...updated 4 targets...
>
> How do I configure for 64 bit please?

Edit 64.cpp to be correct ;-) Replacing '9' with '8' in the code.

-- 
Vladimir Prus
http://vladimirprus.com

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