Re: Calculating deps size - splitting a package

2005-11-04 Thread Marcin Owsiany
On Fri, Nov 04, 2005 at 02:49:44PM +0100, Francesco P. Lovergine wrote: > On Fri, Nov 04, 2005 at 12:17:52PM +0100, Marcin Owsiany wrote: > > > > Since there are currently 16 plugins, I don't want to investigate each > > one manually. Ideally, there would be a tool, which would run ldd on > > each

Re: Calculating deps size - splitting a package

2005-11-04 Thread Francesco P. Lovergine
On Fri, Nov 04, 2005 at 12:17:52PM +0100, Marcin Owsiany wrote: > > Since there are currently 16 plugins, I don't want to investigate each > one manually. Ideally, there would be a tool, which would run ldd on > each plugin in turn and show the list of all direct and indirect > dependancies (with

Calculating deps size - splitting a package

2005-11-04 Thread Marcin Owsiany
Hi! ekg2 consists of a main program, and a dozen or so plugins, currently all in one package. Most of the dependancies come from shlibs, which investigates both the main program and the plugins. As it is with plugins, different people use different subsets of them. Since the current setup causes