I guess that you sent the config.log from the root directory. Can you send the one for CoinUtils? It would probably be easier if you try to do a little digging first, though. If you search for the error message in config.log and find out what program is failing to link, then try to build it yourself on the command line, you should be able to see why it&#39;s failing. The error message is not always very indicative of what&#39;s actually happening because configure just checks for the existence of a certain output file. If the file has the wrong name, for example, the check could fail, even though the compiler is working fine. I have seen this problem before when the platform type is not detected correctly for some reason, so configure looks for the wrong extension on executables (adding a &quot;.exe&quot; when it shouldn&#39;t, for instance.). It is very strange that it&#39;s happening on one virtual machine and not another, though.<div>

<br></div><div>Cheers,</div><div><br></div><div>Ted<br><br><div class="gmail_quote">On Sun, Nov 6, 2011 at 12:49 AM, 化高峰 <span dir="ltr">&lt;<a href="mailto:shimuxi@gmail.com">shimuxi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<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>
<br>_______________________________________________<br>
CHiPPS mailing list<br>
<a href="mailto:CHiPPS@list.coin-or.org">CHiPPS@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/chipps" target="_blank">http://list.coin-or.org/mailman/listinfo/chipps</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Dr. Ted Ralphs<br>Associate Professor, Lehigh University<br>(610) 628-1280<br>ted &#39;at&#39; lehigh &#39;dot&#39; edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>

<br>
</div>