LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Hugh Merz (merz_at_[hidden])
Date: 2005-05-19 22:22:25


> I used : FC=gfortran
> please see the error I encounter at the bottom of this message.

Please follow the guidelines (http://www.lam-mpi.org/using/support/)
when reporting problems. In the error from configure it indicates that
further details can be found in config.log and unless you provide this
information there is not much that can be discerned.

> checking size of FORTRAN INTEGER... unknown
> configure: WARNING: *** Problem running configure test!
> configure: WARNING: *** See config.log for details.
> configure: error: *** Cannot continue.

I can properly configure lam-7.1.1 using gcc-4.0.0.6 (most recent
fc4test upgrade on i386), so this would suggest that there is a problem
with your gfortran installation.

You may want to check that it can produce a working binary using a simple
fortran code before building other software with it.

Hugh