On Mon, Mar 15, 2010 at 11:41 PM, Jeff Squyres
<jsquyres@cisco.com> wrote:
On Mar 15, 2010, at 8:18 AM, hu yaohui wrote:
> i did what you told me before to add a new component,now i could see my added component through ./configure --help.but when i run make ,i met some problems i couldn't understand.
> <snip>
> libtool: Version mismatch error. This is libtool 2.2.4, but the
> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
> libtool: and run autoconf again.
> </snip>
> i just dont know how to recreate aclocal.m4.Could you give a explanation or some other materials about it on line?
This *usually* means that autogen.sh didn't run completely properly. Did you install all the GNU Autotools in the way described in the top-level HACKING file? (e.g., install them all to the same $prefix)
If you can't find the error, send all the data listed on the http://www.open-mpi.org/community/help/ (please compress!).
--