$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-04-02 10:18:19
On Apr 1, 2007, at 2:00 PM, Kevin Sopp wrote:
> Hi,
> when trying to install Boost.MPI from CVS head bjam fails with:
>
> /home/kevin/boost/tools/build/v2/build/virtual-target.jam:985: in
> virtual-target.register-actual-name from module virtual-target
> error: Duplicate name of actual target: <p/usr/local/lib>mpi.so
> error: previous virtual target {
> common%common.copy-mpi.so.PYTHON_EXTENSION {
> gcc%gcc.link.dll-mpi.so.PYTHON_EXTENSION {
> gcc%gcc.compile.c++-collectives.o.OBJ
> ...snip long list of stuff...
Interesting. As a workaround, you can comment out your "using python"
line in user-config.jam.
Cheers,
Doug