$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Compiling Boost.MPI and mpich2 under Suse Linux
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-05-28 13:15:05
On May 28, 2010, at 11:02 AM, Michael1984 wrote:
> I tried building mpich2 with and without -fPIC again and it turns
> out that
> the error message changes very slightly:
Sorry, guess I wasn't clear. Boost is still being built as shared
object. Try building this library so it's an archive, not an so.
> bin.v2/libs/mpi/build/gcc-4.3/release/threading-multi/
> libboost_mpi.so.1.43.0
Then link with static Boost and MPICH libraries.
-- Noel