|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-09-26 18:48:31
On Sep 26, 2007, at 3:03 PM, Beman Dawes wrote:
> K. Noel Belcourt wrote:
>>
>>
>> I just tried building process jam log on AIX with gcc-4 and got the
>> attached error.
>
> Ah! Those error message were clearer. They are almost certainly caused
> by a stale working copy that has not had the 39378 patch to
> operations.hpp reverted.
>
> That looks like tarball problems:-(
>
> Either it isn't being downloaded or it is stale. (I'm assuming a
> tarball
> rather than svn run.)
I think it's the tar ball as well. Here's the command I've been
using on AIX
python regression.py --proxy="http://wwwproxy.sandia.gov:80" --
runner="Sandia-AIX" --bjam-toolset=gcc --pjl-toolset=gcc --
toolsets=gcc-4.0.0 --bjam-options="-j8 -l300"
and the Sandia-gcc-64 results use
python regression.py --proxy="http://wwwproxy.sandia.gov:80" --
runner="Sandia-gcc-64" --bjam-toolset=gcc --pjl-toolset=gcc --
toolsets="gcc-4.1.1" --bjam-options="-j16 address-model=64 -l300"
-- Noel