Re: [java-gnome-hackers] Libraries vs Packaging (1): Linkage
Brought to you by:
afcowie
From: Serkan K. <se...@ge...> - 2011-05-05 07:17:45
|
2011/5/5 Andrew Cowie <an...@op...>: > On Sun, 2011-05-01 at 07:38 +0300, Serkan Kaba wrote: > >> Did you consider building single jar/so with the features requested in >> configure stage. That might be an option instead of cluttering >> commandline/filesystem with multiple libraries. > > It would be "easier", but it creates some problems of it's own: > > I remember Cairo on Gentoo Linux; sure it was just "cairo" but we needed > "cairo with PDF support built in" and there was no for a developer to > tell whether their Cairo had it or not. with proper USE deps we now can depend on cairo with pdf support (actually now pdf support is hardcoded in the ebuild) > > I'm still looking for someone to definitively assert either that a) > dlopen()ing multiple libraries is more expensive that having one library > that links in huge libraries that aren't being used or b) the opposite. > That might give us some guidance. > > AfC > Singapore > > > > > > > > > > >> >> - -- >> Sincerely, >> Serkan KABA >> Gentoo Developer >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v2.0.17 (GNU/Linux) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >> >> iEYEARECAAYFAk2849IACgkQRh6X64ivZaIw2wCfdyx/GU+hIknSg7602lMF2xst >> SFUAn2kaUq3I/D1DW/kUGSRp6jzGfnZH >> =dHw1 >> -----END PGP SIGNATURE----- >> >> ------------------------------------------------------------------------------ >> WhatsUp Gold - Download Free Network Management Software >> The most intuitive, comprehensive, and cost-effective network >> management toolset available today. Delivers lowest initial >> acquisition cost and overall TCO of any competing solution. >> http://p.sf.net/sfu/whatsupgold-sd >> _______________________________________________ >> java-gnome-hackers mailing list >> jav...@li... >> https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers >> > > -- > Andrew Frederick Cowie > > Operational Dynamics is an operations and engineering consultancy > focusing on IT strategy, organizational architecture, systems > review, and effective procedures for change management: enabling > successful deployment of mission critical information technology in > enterprises, worldwide. > > http://www.operationaldynamics.com/ > > Sydney New York Toronto London > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > If we choose to have multiple libs we may have something similar to 2.x and split packages in distros. |