$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Trouble building 32bit version
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2010-08-06 16:44:19
On 08/05/2010 10:12 PM, Vladimir Prus wrote:
> Noah Roberts wrote:
>> Here's my last attempt at supplying bjam with the correct parameters:
>>
>> bjam architecture=x86 address-model=32 toolset=gcc instruction-set=i686
>> stage
>
> This seems about right. You might want to add
>
> -a --with-thread
>
> to completely rebuild the thread library. Then, check timestamp at
>
> /home/nroberts/boost-x86/lib/libboost_thread-gcc44-mt.so
>
> to make sure it was rebuilt.
Yeah, it was apparently not rebuilding. I just deleted the whole tree
and started over and this time it worked.
Thanks.