On May 25, 2001, "Lawrence, David (STEI)" <[EMAIL PROTECTED]> wrote:

> Sorry, I meant to mention that RmiInvoke is defined in the static library
> comutil (../comutil/libcomutil.la).  The library is linked with both the
> shared library libdmiapi.so and the daemon oncsp.

In the case of static libraries, the order matters.  ld will only
search a static library once.  Since the need for RmiInvoke is only
introduced afterwards, the linker doesn't bring in the definition from
the dependence library that appeared before.  Reorder the dependences
such that dependent libraries appear before dependencies and all
should be fine.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to