$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Hoeppler (hoeppler_at_[hidden])
Date: 2007-02-04 14:38:12
On Friday 02 February 2007 20:11, Doug Gregor wrote:
> On Feb 1, 2007, at 5:26 PM, Chris Hoeppler wrote:
> > Hi,
> >
> > this is on linux with a current checkout of the cvs HEAD revision
> > of boost.
> > The attached error occurs when both of the mpi and python libs are
> > activated
> > by an appropriate
> > using python ;
> > and
> > using mpi ;
> > statement in user-config.jam. However, if only one of the libs is
> > activated,
> > everything builds just fine. Do the respective toolsets somehow
> > interfere
> > with each other?
>
> The interaction is in the Boost.MPI library itself, which has an
> associated Python module. It's that module which is failing to build.
> I'm not at all sure where the duplicate target is coming from, and
> unfortunately I can't debug it now because it's working fine for me
> on my Mac.
>
> Chris, what platform are you building on?
I am building on SuSE Linux 10.1. (gcc 4.1.0)
Chris