On Feb 24, 2004, at 4:17 PM, Ahmad Faraj wrote:
> Hi there
> I am trying to install latest lam 7 on a redhat 9 box. I am using a gcc
> 2.96. When I just run configure i get the following:
>
> *** Fortran Compiler
> checking for f77... f77
> checking how to add a library directory to f77... "-L"
> checking f77 external naming convention... FORTRANDOUBLEUNDERSCORE
> checking for FORTRAN optimization flags... -O
> checking size of FORTRAN INTEGER... unknown
> configure: WARNING: *** Problem running configure test!
> configure: WARNING: *** See config.log for details.
> configure: error: *** Cannot continue.
It looks like your Fortran compiler is unable to link. Unfortunately,
in LAM 7, the size of integer test is the first test where the Fortran
compiler actually links and runs an application. If you look at the
output in config.log, you will see that it is complaining about a
missing file (the crt file is part of program startup - it should be
provided by the system). You might want to try compiling a small,
non-MPI Fortran program and see if you can make that work.
Hope this helps,
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|