Boost logo

Boost :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-06-28 22:02:59


On Jun 27, 2005, at 1:24 PM, David Abrahams wrote:
> Is there a machine I can login to at OSL where I can GDB this setup?
> I could build that compiler myself, but...

eddie.osl.iu.edu

You should have access already, and the toolset looks like this:

{
   GCC_ROOT_DIRECTORY = "/u/dgregor/Build/i686-pc-linux-gnu/gcc-3.3.6" ;
   extends-toolset gcc ;
   PYTHON_VERSION = 2.3 ;
   PYTHON_ROOT = "/u/dgregor/Build/i686-pc-linux-gnu/gcc-3.3.6" ;
}

You might want to wait a day. Some transient network failure kept eddie
from submitting today, so the error you're seeing is still using the
system-provided Python (that was also causing problems for gcc-3.4.4).
Tomorrow's results will use the gcc-3.3.6-compiler Python.

> I wonder a little why we're testing 3.3.6 when there's a 3.4.0
> release, but I s'pose my wondering won't change anything ;-)

Because there are lots of Linux distributions out there using GCC
3.3.x. You let me drop MSVC 7.0 from the BGL and I'll let you drop GCC
3.3.x from the Python lib :)

        Doug


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk