On Fri, Oct 03, 2008 at 05:12:21PM +0300, Tzafrir Cohen wrote: > Hi > > I'm running: > > make install DESTDIR=$PWD/live > > This takes 41 seconds. That is, after immediately running the same command. > Most of the time seems to be spent on libtool's decision to relink > modules.
You could always backport the export-dynamic changeset from trunk. That lets the dynamic loader resolve symbols to the main binary rather than having a core library that everything has to be linked against. There's only a couple of common-ish OS' that don't support that these days. Mike -- Mike Jagdis Web: http://www.eris-associates.co.uk Eris Associates Limited Tel: +44 7780 608 368 Reading, England Fax: +44 118 926 6974 _______________________________________________ Callweaver-dev mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-dev
