X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Wed, 7 Oct 2015 00:58:35 -0400 Message-Id: <201510070458.t974wZu9022589@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (gedau AT igor2 DOT repo DOT hu) Subject: Re: [geda-user] GTK3, Glade interface designer (how to support multiple scripting languages without n^2 effort) References: <20151003210701 DOT de392b925f54dadb0a5fedd8 AT gmail DOT com> <1443903758 DOT 1873 DOT 13 DOT camel AT ssalewski DOT de> <56104A0A DOT 9020507 AT xs4all DOT nl> <1443909591 DOT 1873 DOT 18 DOT camel AT ssalewski DOT de> <1443975731 DOT 671 DOT 52 DOT camel AT ssalewski DOT de> <20151004191717 DOT bf8223417541a9306bfbd9ea AT gmail DOT com> <1443997480 DOT 2068 DOT 32 DOT camel AT ssalewski DOT de> <1444070851 DOT 1014 DOT 20 DOT camel AT ssalewski DOT de> <56133047 DOT 7030402 AT neurotica DOT com> <56133CC4 DOT 7000306 AT neurotica DOT com> <56135F05 DOT 9000203 AT neurotica DOT com> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Seeing this from the distro side, I agree with Evan. A distro will default to building all the glue up front, partly to ensure the user can do whatever they want, and partially "because they can". Even though the glue is dynamically loaded, the distro will still pre-build them all. The only options you get are whether the resulting binaries are packaged in one big package (likely) or split into one per glue layer (unlikely, as they'd be conservative and want to make sure the user isn't confused by a partial install). Sometimes this can lead to problems, but this is how the distros do it. Given the size of a standard desktop install, I don't think this is a "big" problem (heh) but that's how it works. The case where support is added "on the fly" is a rarely used one - I've seen it for codecs and that's about it, and even then all the codes are pre-built and pre-packaged.