[OMPI users] configure: error: Could not run a simple Fortran 77 program. Aborting.

2013-02-01 Thread Syed Ahsan Ali
I am getting following error while bulding openmpi *** Fortran 90/95 compiler checking whether we are using the GNU Fortran compiler... yes checking whether gfortran accepts -g... yes checking if Fortran 77 compiler works... no **

Re: [OMPI users] configure: error: Could not run a simple Fortran 77 program. Aborting.

2013-02-01 Thread Jeff Squyres (jsquyres)
configure is not finding a working Fortran compiler. Please send all the information listed here: http://www.open-mpi.org/community/help/ On Feb 1, 2013, at 5:58 AM, Syed Ahsan Ali wrote: > > I am getting following error while bulding openmpi > > *** Fortran 90/95 compiler > checking

Re: [OMPI users] configure: error: Could not run a simple Fortran 77 program. Aborting.

2013-02-01 Thread Syed Ahsan Ali
Dear Jeff Thanks for reply. You are always very helpful. Please note that openmpi version is 1.6.3 Rest log files are attatched, On Fri, Feb 1, 2013 at 4:51 PM, Jeff Squyres (jsquyres) wrote: > configure is not finding a working Fortran compiler. Please send all the > information listed here: >

Re: [OMPI users] configure: error: Could not run a simple Fortran 77 program. Aborting.

2013-02-01 Thread Jeff Squyres (jsquyres)
What is happening is that configure is trying to compile and run a fortran test with gfortran and it is failing because it can't find libgfortran.so.3. Here's the relevant lines from config.log: - configure:28735: gfortran -o conftest conftest.f >&5 configure:28735: $? = 0 configure:2873