Sorry for the confusion. I am not building OpenMPI from the SVN source. I downloaded the 1.8 tarball and did configure, and that is what failed. I was surprised that it didn't work on a vanilla Redhat Enterprise Linux 6, out of the box operating system installation.
The error message suggested that I try autoreconf, so I tried it. I can try the autogen.sh script and see if that fixes it, but I'm noticing another thread right now where Jeff is saying that shouldn't be necessary. -----Original Message----- From: Dave Goodell (dgoodell) [mailto:dgood...@cisco.com] Sent: Tuesday, April 01, 2014 11:20 AM To: Open MPI Users Subject: Re: [OMPI users] Problem building OpenMPI 1.8 on RHEL6 On Apr 1, 2014, at 10:26 AM, "Blosch, Edwin L" <edwin.l.blo...@lmco.com> wrote: > I am getting some errors building 1.8 on RHEL6. I tried autoreconf as > suggested, but it failed for the same reason. Is there a minimum version of > m4 required that is newer than that provided by RHEL6? Don't run "autoreconf" by hand, make sure to run the "./autogen.sh" script that is packaged with OMPI. It will also check your versions and warn you if they are out of date. Do you need to build OMPI from the SVN source? Or would a (pre-autogen'ed) release tarball work for you? -Dave