On Jan 12, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote:

> I read in the documentation that libtool has a mechanism for adding
> any dependencies to a library that depends on another, i.e.
> TKernel
> TKMath links in TKernel explicitly
> TKG2d links in TKMath explicityly, and should link in TKernel implicitly

> Is this the case?

Yep.  The very fact that TKMath is explicitly linked with TKernel will
cause TKernel to be implicitly linked in whenever you link some other
library or program with TKMath (assuming you use libtool to do so).

This is only implemented in the CVS version of libtool, though (both
HEAD and MLB).

-- 
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