Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-04 Thread Terry Frankcombe
> *** Fortran 90/95 compiler > checking whether we are using the GNU Fortran compiler... yes > checking whether g95 accepts -g... yes > checking if Fortran compiler works... yes > checking whether g95 and g95 compilers are compatible... no > configure: WARNING: *** Fortran 77 and Fortran 90 compile

Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Gustavo Seabra
On Mon, Nov 3, 2008 at 8:59 PM, Terry Frankcombe wrote: >> On Nov 3, 2008, at 3:36 PM, Gustavo Seabra wrote: >> For your fortran issue, the Fortran 90 interface needs the Fortran 77 interface. So you need to supply an F77 as well (the output from configure should indicate that

Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Terry Frankcombe
> On Nov 3, 2008, at 3:36 PM, Gustavo Seabra wrote: > >>> For your fortran issue, the Fortran 90 interface needs the Fortran 77 >>> interface. So you need to supply an F77 as well (the output from >>> configure >>> should indicate that the F90 interface was disabled because the F77 >>> interface w

Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Jeff Squyres
On Nov 3, 2008, at 3:36 PM, Gustavo Seabra wrote: For your fortran issue, the Fortran 90 interface needs the Fortran 77 interface. So you need to supply an F77 as well (the output from configure should indicate that the F90 interface was disabled because the F77 interface was disabled). Is

Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Gustavo Seabra
On Mon, Nov 3, 2008 at 3:04 PM, Jeff Squyres wrote: > On Nov 3, 2008, at 2:53 PM, Gustavo Seabra wrote: > >> Finally, I was *almost* able to compile OpenMPI in Cygwin using the >> following configure command: >> >> ./configure --prefix=/home/seabra/local/openmpi-1.3b1 \ >> --with-mpi-

Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Jeff Squyres
On Nov 3, 2008, at 2:53 PM, Gustavo Seabra wrote: Finally, I was *almost* able to compile OpenMPI in Cygwin using the following configure command: ./configure --prefix=/home/seabra/local/openmpi-1.3b1 \ --with-mpi-param_check=always --with-threads=posix \ --enable-

[OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Gustavo Seabra
Hi everyone, Here's a "progress report"... more questions in the end :-) Finally, I was *almost* able to compile OpenMPI in Cygwin using the following configure command: ./configure --prefix=/home/seabra/local/openmpi-1.3b1 \ --with-mpi-param_check=always --with-threads=posix \