Andrew,

* Ralf Wildenhues wrote on Fri, Sep 23, 2005 at 10:42:34AM CEST:
> * Andrew Friedley wrote on Thu, Sep 22, 2005 at 09:09:11PM CEST:
> > On Sep 22, 2005, at 12:56 PM, George Bosilca wrote:
> > >
> > > Now we get this message for all .so file we generate:
> > >     libtool: install: warning: relinking `*.la'

I think I found a small error in the patch, see proposed fix below.

Cheers,
Ralf

Index: opal/mca/memory/malloc_interpose/Makefile.am
===================================================================
--- opal/mca/memory/malloc_interpose/Makefile.am        (revision 7493)
+++ opal/mca/memory/malloc_interpose/Makefile.am        (working copy)
@@ -22,6 +22,5 @@
 libmca_memory_malloc_interpose_la_SOURCES = \
        memory_malloc_interpose.c
 libmca_memory_malloc_interpose_la_LIBADD = \
-   $(memory_malloc_interpose_LIBS) \
-   $(top_ompi_builddir)/opal/libopal.la
+   $(memory_malloc_interpose_LIBS)


Reply via email to