[please cc: me, I'm not on the list]
Hi!
I use automake/libtool environment for a project with couple of dozens
of libraries. I link those libraries statically into the binaries that
are then distributed. It works ok.
What I need now is to create a shared library that would contain a
subset
Hi Vlad,
* Vlad Skvortsov wrote on Sun, Dec 04, 2005 at 08:01:45AM CET:
>
> I use automake/libtool environment for a project with couple of dozens
> of libraries. I link those libraries statically into the binaries that
> are then distributed. It works ok.
>
> What I need now is to create a sh
Vlad Skvortsov <[EMAIL PROTECTED]> writes:
> When I use something like this:
>
> lib_LT_LIBRARIES = libbig.la
> libbig_la_LIBADD = .../libaaa.la .../li.la .../libccc.la
>
> I end up with the shared library that contains _references_ to _shared_
> libraries aaa, bbb and ccc. But I just want th
Ralf Wildenhues wrote:
Hi Vlad,
* Vlad Skvortsov wrote on Sun, Dec 04, 2005 at 08:01:45AM CET:
I use automake/libtool environment for a project with couple of dozens
of libraries. I link those libraries statically into the binaries that
are then distributed. It works ok.
What I need now is