$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Help request from a newbie: unable to build 64 target with Visual 2010
From: Vladimir Prus (ghost_at_[hidden])
Date: 2012-04-19 13:44:47
On 19/04/12 19:55, Michel Lerenard wrote:
> b2 --address-model=64 -j2 link=shared threading=multi variant=release linkflags="/MACHINE:x64"
Please use
address-model=64
without dashes.
HTH,
Volodya