Hello there,
just a beginner in trying to understand how libtool works
together with automake and autoconf (which is, if you want
my opinion - still a error prone, complex and difficult
task - but better than nothing). I started (after reading
the documentation) with the example"cdemo".The "c
Libtoolers:
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? If so, could someone
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 TKer