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.
|