I am installing mpich2 version 1.5. Even though I exclude the c++ compiler from 'configure', it still seems to be checking for c++ compiler and does not complete configure. This is on a Centos linux box. Here is the command:<div>
<br></div><div>configure --prefix=/home/sp/mpi --disable-cxx</div><div><br></div><div>These are the last statements on output:</div><div><br></div><div><div>checking for c++... no</div><div>checking for g++... no</div><div>
checking for gcc... gcc</div><div>checking whether we are using the GNU C++ compiler... no</div><div>checking whether gcc accepts -g... no</div><div>checking dependency style of gcc... gcc3</div><div>checking how to run the C++ preprocessor... /lib/cpp</div>
<div>configure: error: in `/usr/local/gm363/build':</div><div>configure: error: C++ preprocessor "/lib/cpp" fails sanity check</div><div>See `config.log' for more details</div></div><div><br></div><div><br>
</div><div>I am attaching the config.log file</div>