Per Dave's comment: note that running autogen.pl (or autogen.sh -- they're sym 
links to the same thing) is *only* necessary for SVN/hg/git checkouts of Open 
MPI.  

You should *not* run autogen.pl in an expanded Open MPI tarball unless you 
really know what you're doing (e.g., you made a change to Open MPI that 
requires re-generating the GNU Autotools scripts).  Meaning: if you are 
expanding an Open MPI tarball, there's usually no reason to run autogen.pl -- 
just run configure and make.

Sidenote: if you don't run autogen.pl, then it doesn't matter what version of 
GNU Autotools you have installed.  The Open MPI tarballs are pre-bootstrapped 
with the Right versions of the GNU Autotools so that end users don't have to 
worry about this kind of junk.  Having the Right versions of GNU Autotools is 
generally only an issue for Open MPI developers.



On Apr 2, 2014, at 5:12 PM, Tru Huynh <t...@pasteur.fr> wrote:

> On Tue, Apr 01, 2014 at 03:26:00PM +0000, Blosch, Edwin L 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?
>> 
> What kind of errors? I have build on CentOS-5 (5.10) and CentOS-6 (6.5) x86_64
> without any issue.
> tar xjf openmpi-1.8.tar.bz2
> cd openmpi-1.8/
> ./configure --prefix=/c6/shared/openmpi/1.8
> nice make -j 8 && make check && make install
> 
> Tru
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to