Re: [OMPI users] configure script fails - fixed?

2010-01-14 Thread Jeff Squyres
On Jan 14, 2010, at 11:22 AM, von Tycowicz, Christoph wrote: > I just compiled the most recent version of the GNU compilers (4.4.2). > It turned out that running the configure script succeeds providing: > ./configure --prefix=/opt/openmpi F77=/opt/gcc/lib/gcc4.4/bin/gfortran > FC=/opt/gcc/lib/gcc

Re: [OMPI users] configure script fails

2010-01-13 Thread Doug Reeder
Christoph, It looks like you need to add -L/usr/local/lib to the fortran and f90 flags, either on the configure input or in the environment variables, so that the loader can find libgfortran. Doug On Jan 13, 2010, at 4:09 PM, von Tycowicz, Christoph wrote: Hi, when running the configure