Xavier Décoret <[EMAIL PROTECTED]> writes:
> First question: I would like the libmytools.so to be linked with the
> libbase.a so that I can distribute this .so alone without distributing
> libbase.so (yes, there is a good reason for doing so ;-)). How can I do
> this?
I think you want to use noin
Hi,
Two questions. I am building a package with a convenient library that is
then used by some other library/program that the package install. The
base library is libbase and the Makefile.am for it looks like this:
lib_LTLIBRARIES = libbase.la
libbase.la_SOURCES = base.C
A subsequent library is