4 Feb
2019
4 Feb
'19
10:41 p.m.
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.htm... and in the b2 help.