
11 May
2010
11 May
'10
2:56 p.m.
Again: On Tue, May 11, 2010 at 4:41 PM, Stephan Menzel <stephan.menzel@gmail.com> wrote:
I've tried all sorts of command lines and user-config.jam I could think of, but no effect. Here's what I usually do:
./bjam.exe --architecture=amd64 --address-model=64 -j2 link=shared threading=multi variant=debug,release stage
As always, I didn't try the one that mattered and only _after_ my post: linkflags="/MACHINE:x64" And it works. I never knew this one existed, and I suppose it should have been set by the toolset itself. So I guess this is indeed a bug, right? HTH, Stephan