Re: [OMPI devel] Library dependencies

2009-08-17 Thread Jeff Squyres
On Aug 16, 2009, at 6:39 PM, Graham, Richard L. wrote: A question about library dependencies in the ompi build system. I am creating a new ompi component that has uses routines out of ompi/ common/a and ompi/common/b . How do I get routines from ompi/common/ a to pick up the symbols in ompi

[OMPI devel] Library dependencies

2009-08-16 Thread Graham, Richard L.
A question about library dependencies in the ompi build system. I am creating a new ompi component that has uses routines out of ompi/common/a and ompi/common/b . How do I get routines from ompi/common/a to pick up the symbols in ompi/common/b ? The symbol I am after is clearly in libmca_com