Re: [OMPI devel] build problem, autogen

2009-08-30 Thread Nifty Tom Mitchell
On Thu, Aug 27, 2009 at 06:45:07PM -0700, Eugene Loh wrote: > Tim Mattox wrote: > >> Don't forget to also install a recent gnu libtool. >> >> > Lemme see: > > http://www.open-mpi.org/faq/?category=building#build-tools says: "If you > are building Open MPI from a tarball, you need a C compiler,

Re: [OMPI devel] build problem, autogen

2009-08-28 Thread Jeff Squyres
.org] On Behalf Of Tim Mattox Sent: Thursday, August 27, 2009 10:22 PM To: Open MPI Developers Subject: Re: [OMPI devel] build problem, autogen Hi Eugene, That FAQ entry is correct.. except that soon we won't need a C++ compiler :-) However, *IF* you want to run autogen.sh, you

Re: [OMPI devel] build problem, autogen

2009-08-28 Thread Matney Sr, Kenneth D.
should work for the current issue. However, it is not a general solution, because there are other macros that may be missing. -- Ken -Original Message- From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of Tim Mattox Sent: Thursday, August 27, 2009 10:22 PM To: O

Re: [OMPI devel] build problem, autogen

2009-08-28 Thread Jeff Squyres
On Aug 27, 2009, at 9:45 PM, Eugene Loh wrote: Good point. I'm a dummy about these things. Assuming I know how to fix what you're saying, I inserted a "rehash" in my script after "make install", but still got the same problem. That is, the relevent part of the script now says: foreach P

Re: [OMPI devel] build problem, autogen

2009-08-27 Thread Tim Mattox
Hi Eugene, That FAQ entry is correct.. except that soon we won't need a C++ compiler :-) However, *IF* you want to run autogen.sh, you need recent versions of all four gnu autotool dependencies: m4, autoconf, automake, and libtool as described here: http://www.open-mpi.org/svn/building.php Howeve

Re: [OMPI devel] build problem, autogen

2009-08-27 Thread Eugene Loh
Tim Mattox wrote: Don't forget to also install a recent gnu libtool. Lemme see: http://www.open-mpi.org/faq/?category=building#build-tools says: "If you are building Open MPI from a tarball, you need a C compiler, a C++ compiler, and make... You do not need any special version of the GNU

Re: [OMPI devel] build problem, autogen

2009-08-27 Thread Tim Mattox
Don't forget to also install a recent gnu libtool. -- Tim, sent from my iPhone On Thursday, August 27, 2009, Jeff Squyres wrote: > Don't you need a rehash in your script to make sure it picks up the > newly-installed autotools? > > > On Aug 27, 2009, at 4:48 PM, Eugene Loh wrote: > > > I'm havin

Re: [OMPI devel] build problem, autogen

2009-08-27 Thread Jeff Squyres
Don't you need a rehash in your script to make sure it picks up the newly-installed autotools? On Aug 27, 2009, at 4:48 PM, Eugene Loh wrote: I'm having a build problem. I want to be able to build on all sorts of different machines and don't always know that the right versions of various