$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] 1.43 build broken on MSVC 8.0
From: Stephan Menzel (stephan.menzel_at_[hidden])
Date: 2010-05-11 11:14:38
On Tue, May 11, 2010 at 5:07 PM, Vladimir Prus <ghost_at_[hidden]> wrote:
> Probably not -- you command line appears to be wrong. Neither
> --architecture=amd64 nor --address-model=64 ever worked. If you try:
>
> ./bjam.exe architecture=amd64 address-model=64 -j2 link=shared
>
> does it behave better?
Not really. It tells me amd64 is not a valid architecture. But without
it, just with the address-model=64, it works. Gees, so it looks like
it's my fault after all. As it so often is.
So sorry to bother you. On the other hand, perhaps bjam should
complain about non-existing switches...
Cheers,
Stephan