Re: [O-MPI devel] Compile error with latest code

2005-08-18 Thread Brian Barrett
On Aug 18, 2005, at 8:04 AM, Gleb Natapov wrote: On Thu, Aug 18, 2005 at 07:08:07AM -0500, Brian Barrett wrote: Sorry about that - some files moved around yesterday afternoon. You can either re-run autogen.sh / configure / make again and that *should* fix the problem, or you can: It doesn't

Re: [O-MPI devel] Compile error with latest code

2005-08-18 Thread Gleb Natapov
On Thu, Aug 18, 2005 at 07:08:07AM -0500, Brian Barrett wrote: > Sorry about that - some files moved around yesterday afternoon. You > can either re-run autogen.sh / configure / make again and that > *should* fix the problem, or you can: It doesn't :( > > cd ompi/mca/ptl/sm > rm .dep

Re: [O-MPI devel] Compile error with latest code

2005-08-18 Thread Brian Barrett
Sorry about that - some files moved around yesterday afternoon. You can either re-run autogen.sh / configure / make again and that *should* fix the problem, or you can: cd ompi/mca/ptl/sm rm .deps/* make -k cd ../../../ Brian On Aug 18, 2005, at 7:02 AM, Gleb Natapov wrote:

[O-MPI devel] Compile error with latest code

2005-08-18 Thread Gleb Natapov
I can't compile today's svn code: gcc -shared .libs/ptl_self.o .libs/ptl_self_component.o -pthread -lm -lutil -Wl,-soname -Wl,mca_ptl_self.so -o .libs/mca_ptl_self.so creating mca_ptl_self.la (cd .libs && rm -f mca_ptl_self.la && ln -s ../mca_ptl_self.la mca_ptl_self.la) make[4]: Leaving direct