LAM/MPI logo

XMPI User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |  

From: Charlie Peck (charliep_at_[hidden])
Date: 2004-07-27 13:30:59


This turned-out to be the correct solution, with the right
compiler/linker invoked xmpi linked just fine (other than the multiply
defined symbols).

Do I need to do anything special to make sure this makes it into a
future release?

thanks,
charlie

On Jul 27, 2004, at 12:09 PM, Brian Barrett wrote:

> Apparently, we never updated the XMPI code base to use the right
> compiler, so it is doing the final link with what it thinks is a C++
> compiler but is actually a C compiler. Since the C compiler isn't
> dragging in all the C++ standard libraries, linking fails.
>
> The solution is to add the configure argument --with-cxx=mpic++ to
> XMPI's configure script.