> > I think this problem occurs because g++ is not installed for this
> > package (g++ seems to be mandatory).
> >
> > However, openmi is providing an cxx alternative even when C++ compiler
> > is not installed. Is it the right way ?
> 
> Do you think that g++ isn't installed? I doubt. 
It does not appear in the Build-Depends of libmesh and C++ is mandatory
(macro AC_PROG_CXX in configure.in of libmesh)

> But in realite I don't need g++, but mpicxx. And mpicxx doesn't seem to exist
mpicxx is just a wrapper. It is not a standalone application, it does
need a C++ compiler to work. In the libmesh case, mpicxx exists but
cannot found a g++ compiler (the AC_PROG_CXX is not very explicit in
this case).

Sylvestre

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to