$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] regex __sync_fetch_and_add_4 issue when compiling to 32 bit Linux
From: Christoph Duelli (duelli_at_[hidden])
Date: 2011-01-20 12:13:47
Ákos Maróy wrote:
> Bryce,
>
> but: this only happens with boost 1.45.0. with boost 1.44.0, it all
> seems to work fine.
>
> interesting...
>
in tools/build/v2/tools/gcc.jam
search for
cpu-flags gcc OPTIONS : x86 : i386 : -march=i386 : default ;
move the "default" to the line with i686.
Works for me, same issue iirc.
Christoph