On CentOS 5.x, gfortran is unable to compile this simple program : subroutine foo () use, intrinsic :: iso_c_binding, only : c_ptr end subroutine foo
an other workaround is to install gfortran 4.4 (yum install gcc44-gfortran) and configure with FC=gfortran44 On 2014/07/09 19:46, Jeff Squyres (jsquyres) wrote: > This is almost certainly due to r32162 (Fortran commit from last night). > [...] > For the moment/as a workaround, use --disable-mpi-fortran in your builds if > you are building with an older gfortran.