Quotes of the week
Quotes of the week
Posted Nov 5, 2009 13:30 UTC (Thu) by MisterIO (guest, #36192)In reply to: Quotes of the week by nye
Parent article: Quotes of the week
Posted Nov 5, 2009 14:03 UTC (Thu)
by farnz (subscriber, #17727)
[Link]
Not only that, but if your critical components (mount etc, as needed to get your filesystems working) are in traditional ELF, FatELF can be implemented purely in userspace, using binfmt_misc, and a custom FatELF loader.
Posted Nov 5, 2009 17:44 UTC (Thu)
by nix (subscriber, #2304)
[Link] (2 responses)
And if gtk/glib can't get it right, why do we expect everyone else to?
Posted Nov 5, 2009 20:28 UTC (Thu)
by bronson (subscriber, #4806)
[Link] (1 responses)
Why not just fix gtk/glib?
Posted Nov 5, 2009 22:23 UTC (Thu)
by nix (subscriber, #2304)
[Link]
Does that really seem sane? Normally we have the dynamic linker handle
Quotes of the week
Quotes of the week
every single app that ever loads plugins. Currently gtk and glib at least
are hardwired to load plugins out of "/.../lib/..." so fail in a biarch
world: lots of distros have to carry around patches for this.
Quotes of the week
Quotes of the week
or read things from $libdir, forever.
this stuff for us. Why can't it help here? ('Ulrich rejects everything
without looking at it on dubious personal taste grounds' is not a good
answer.)