Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost, MacOSx, and 64 bit
From: Gavin Lambert (boost_at_[hidden])
Date: 2019-02-04 22:41:45


On 5/02/2019 11:02, S. L. Garwood wrote:
> I have built boost 1.68 and 1.69 on MacOSX. When I try to use the binary components in a link, I get an error about not being able to find a version for x86_64.
> Does anyone have any tips? Is there a 64 but specific define for the build?

If you are compiling it yourself, include address-model=64 on the b2
command line.

If you want to build both, use address-model=32,64

More options for the build are explained in
https://www.boost.org/doc/libs/1_69_0/more/getting_started/unix-variants.html
and in the b2 help.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net