$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-27 12:56:20
On May 27, 2010, at 10:47 AM, Michael1984 wrote:
> I am trying to compile Boost.MPI with Mpich2 under Suse Linux 10.x.
> After having built Mpich2, involing ./bjam install I am presented
> with the
> following error below, however, recompiling mpich2 with -fPIC does
> not help
> either.
>
> mpich2$ ./configure CXXFLAGS=-fPIC; make; make install
Go back to your static build of MPICH2 and drop your CXXFLAGS.
> mpich2$ ./configure CXXFLAGS=-fPIC; make; make install
mpich2$ ./configure ; make; make install
Does that work any better or a different error message?
-- Noel