I am following instructions at http://www.boost.org/doc/libs/1_43_0/doc/html/mpi/getting_started.html#mpi.config trying to build Boost MPI .lib files, but I got one problem: I do not have mpic++.
Looking at the MPI implementation files such as MPICH2 and Open MPI, I see no mpic++ included at all.
Where can I find mpic++?