<div><br>Hi, </div>
<div>   I have installed the serial solver. And it works fine. </div>
<div>   And also I have a small assemblage with three nodes in the vmware.</div>
<div>   I have MPICH installed in the assemblage, it uses fine.</div>
<div>   when I install Blis in this assemblage I use </div>
<div>  ./configure --enable-static --disable-shared --with-mpi-incdir=/usr/include/mpich2 --with-mpi-lib=&#39;-L/usr/lib  -lmpich&#39; MPICC=mpicc </div>
<div>  MPICXX=mpicxx CXXDEFS=&quot;-DMPICH_IGNORE_CXX_SEEK&quot;      (Just as the install file tells me.)</div>
<div>  and the installation completed well in the first node. But when I come to the node2 and node3,</div>
<div>  the configure can not finished successfully.</div>
<div>  the  prompting is :<br></div>
<div>configure: Will use MPI C++ compiler mpicxx<br>configure: Trying to determine Fortran compiler name<br>checking for gfortran... gfortran<br>checking whether we are using the GNU Fortran 77 compiler... yes<br>checking whether gfortran accepts -g... yes<br>
configure: Fortran compiler options are: -O3 -pipe  <br>checking how to get verbose linking output from gfortran... -v<br>checking for Fortran libraries of gfortran...  -L/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2 -L/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/../../.. -L/usr/lib/i386-linux-gnu -lgfortran -lm -lgcc_s<br>
checking for dummy main to link with Fortran libraries... <font color="#ff0000">unknown   //while in the node1 here is &quot;none&quot;<br></font>configure: error: linking to Fortran libraries from C fails<br>See `config.log&#39; for more details.<br>
configure: error: /bin/bash &#39;./configure&#39; failed for CoinUtils</div>
<div> </div>
<div>the node2 and node3 are all cloned from node1. I do not know why this happened.<br>could you help me?</div>