shared library from smaller pieces

2005-12-04 Thread Vlad Skvortsov
[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

Re: shared library from smaller pieces

2005-12-04 Thread Ralf Wildenhues
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

Re: shared library from smaller pieces

2005-12-04 Thread Andreas Schwab
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

Re: shared library from smaller pieces

2005-12-04 Thread Vlad Skvortsov
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