|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-09-26 13:35:43
On Sep 26, 2007, at 11:17 AM, Beman Dawes wrote:
> K. Noel Belcourt wrote:
>> On Sep 25, 2007, at 12:05 PM, Beman Dawes wrote:
>>> What is motivating this is that I'm trying to clear various
>>> Boost.System
>>> and Boost.Filesystem failures, and am finding it very tedious
>>> determining if a fix was actually present for a given test run.
>>
>> It looks like gcc on Linux doesn't like the change to operations.hpp.
>
> What system? I'm not seeing any problem on Ubuntu.
The Sandia-gcc-64 Boost test results. Here's some random system
information. What else do you need to know?
[ cat /proc/version ]
Linux version 2.6.18-8.el5 (brewbuilder_at_[hidden])
(gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jan 26
14:15:14 EST 2007
[kbelco_at_sdp4000 ~]$ uname -a
Linux sdp4000 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64
x86_64 x86_64 GNU/Linux
[kbelco_at_sdp4000 ~]$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
infodir=/usr/share/info --enable-shared --enable-threads=posix --
enable-checking=release --with-system-zlib --enable-__cxa_atexit --
disable-libunwind-exceptions --enable-libgcj-multifile --enable-
languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --
disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-
gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
I just tried building process jam log on AIX with gcc-4 and got the
attached error.
-- Noel