Re: [O-MPI devel] libtool question

2005-11-21 Thread Jeff Squyres
There were a whole bunch of Makefile.am changes that changed where things got compiled in a recent update. You might want to re-autogen/configure. On Nov 21, 2005, at 4:24 PM, George Bosilca wrote: Guys, Forget about this email, I found the answer by myself The problem seems to be not with

Re: [O-MPI devel] libtool question

2005-11-21 Thread George Bosilca
Guys, Forget about this email, I found the answer by myself The problem seems to be not with libtool but with the way the last update worked. If I compile using VPATH I get the error. If I go in the respective directory and first do make (not make install) then the problem does not appear

[O-MPI devel] libtool question

2005-11-21 Thread George Bosilca
I remember a discussion few weeks ago about the devel package required by libtool in order to be able to compile Open MPI. But as far as I remember the conclusion is that we will not require it as we have our own ... I am wrong about that ? After updating to the latest trunk on all of the c