The last line of your make.out file was:

90 > mpi-f90-interfaces.h
***************************************************************
* Compiling the mpi.f90 file may take a few minutes.
* This is quite normal -- do not be alarmed if the compile
* process seems to 'hang' at this point for several minutes.
***************************************************************
g95 -I../../../ompi/include -I. -I.  -c -I. -o mpi.o  mpi.f90

Was there some other output not included in the file? If nothing happened for a while, don't assume it failed. That file takes a very, very long time to compile.

Brian

On May 25, 2006, at 1:46 PM, Terry Reeves wrote:

Hello
I tried configure with FCFLAGS=-lSystemStubs and with both FCFLAGS=-lSystemStubs and LDFLAGS=-lSystemStubs. Again it died during configure both times. I can provide configure output if desired. I also decided to try version 1.1a7. With LDFLAGS=-lSystemStubs, with our without FCFLAGS=-lSystemStubs, ir gets through configure but fails in "make all". Since that seems to be progress I have included that output.
<ompi-output.tar.gz>

Date: Thu, 25 May 2006 10:02:08 -0400
From: "Jeff Squyres \(jsquyres\)" <jsquy...@cisco.com>
Subject: Re: [OMPI users] Fortran support not installing
To: "Open MPI Users" <us...@open-mpi.org>
Message-ID:
        <c835b9c9cb0f1c4e9da48913c9e8f8af8c4...@xmb-rtp-215.amer.cisco.com>
Content-Type: text/plain; charset="us-ascii"

I actually had to set FCFLAGS, not LDFLAGS, to get arbitrary flags
passed down to the Fortran tests in configure.

Can you try that? (I'm not 100% sure -- you may need to specify LDFLAGS
*and* FCFLAGS...?)

We have made substantial improvements to the configure tests with
regards to the MPI F90 bindings in the upcoming 1.1 release.  Most of
the work is currently off in a temporary branch in our code repository (meaning that it doesn't show up yet in the nightly trunk tarballs), but
it will hopefully be brought back to the trunk soon.



--------------------------------------------------------
Terry Reeves 2-1013 - reeve...@osu.edu
Computing Services
Office of Information Technology
The Ohio State University


_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users

Reply via email to