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

2013-02-06 Thread Syed Ahsan Ali
Thanks Jeff Actually libgfortran.so.3 was not present. I reinstalled gfortran with multilib support On Fri, Feb 1, 2013 at 10:38 PM, Jeff Squyres (jsquyres) wrote: > What is happening is that configure is trying to compile and run a fortran > test with gfortran and it is failing because it can

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

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)
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