Hello, <br><br>You have to install gfortran or any other Fortran-90 compiler or use mpif77 with your FORTRAN-77 codes.<br><br>Here is what configure says:<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
checking whether the Fortran 77 compiler (g77 &nbsp;) works... yes</blockquote><div>You have got g77, good, but g77 is old and most of the work on the GNU Fortran compiler is on gfortran.<br>&lt;...&gt; <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
checking for f95... no<br>
checking for f90... no<br>
checking for xlf90... no<br>
checking for pgf90... no<br>
checking for ifc... no<br>
checking for efc... no<br>
configure: warning: no acceptable Fortran 90 compiler found in $PATH<br>checking whether Fortran 90 is compatible with Fortran 77... no<br>
configure: error: Fortran 90 and Fortran 77 compilers are not compatible.<br>
They generate external symbol names that are different<br>
</blockquote></div><br>You do not seem to have a Fortran 90 compiler available on your system.<br><br><br>