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

Re: [O-MPI devel] compile error

2005-08-08 Thread Jeff Squyres
On Aug 8, 2005, at 10:17 AM, Gleb Natapov wrote: You should not need to re-run autogen.sh after a Makefile.am changes -- you only need to re-run autogen.sh if a .m4 file or configure.ac changes. See the HACKING file. I know. You are right, but I am running autogen.sh and build on different c

Re: [O-MPI devel] compile error

2005-08-08 Thread Gleb Natapov
On Mon, Aug 08, 2005 at 10:11:11AM -0400, Jeff Squyres wrote: > You should not need to re-run autogen.sh after a Makefile.am changes -- > you only need to re-run autogen.sh if a .m4 file or configure.ac > changes. See the HACKING file. I know. You are right, but I am running autogen.sh and bui

Re: [O-MPI devel] compile error

2005-08-08 Thread Ralph H. Castain
You shouldn't need to run autogen.sh after that update. The Makefile.am no longer included the ns_base_nds.c file - that change should have just (automatically) caused the local Makefile to be rebuilt without doing an autogen.sh of the entire tree. At 08:07 AM 8/8/2005, you wrote: On Mon, Au

Re: [O-MPI devel] compile error

2005-08-08 Thread Jeff Squyres
You should not need to re-run autogen.sh after a Makefile.am changes -- you only need to re-run autogen.sh if a .m4 file or configure.ac changes. See the HACKING file. Makefile's should be automatically regenerated during "make all" if their corresponding Makefile.am's were modified (depen

Re: [O-MPI devel] compile error

2005-08-08 Thread Gleb Natapov
On Mon, Aug 08, 2005 at 07:44:48AM -0600, Ralph H. Castain wrote: > Very interesting - it built fine for me (building static). However, > the ns_base_nds.c file is "stale", so I just committed a "delete" of > that file. It shouldn't have been building anyway as it isn't in the > Makefile. My gue

Re: [O-MPI devel] compile error

2005-08-08 Thread Ralph H. Castain
Very interesting - it built fine for me (building static). However, the ns_base_nds.c file is "stale", so I just committed a "delete" of that file. It shouldn't have been building anyway as it isn't in the Makefile. My guess, therefore, is that you are building dynamically and are encountering

[O-MPI devel] compile error

2005-08-08 Thread Gleb Natapov
Hello, I've got this compile error with the latest svn code. mca/ns/base/.libs/libmca_ns_base.a(ns_base_local_fns.o)(.text+0xfa7): In function `orte_ns_base_get_peers': /home/glebn/OpenMPI_latest/ompi/orte/mca/ns/base/ns_base_local_fns.c:609: multiple definition of `orte_ns_base_get_peers' mca/ns