[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: obby
From: |
Stefan Monnier |
Subject: |
Re: obby |
Date: |
Sun, 24 May 2009 21:11:05 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) |
> Given the choice between reimplementing it from scratch and just using
> the existing library statically (at the expense of installation ease),
> I'd say use the library, assuming it's license-compatible with Emacs.
> The installation ease problem will go away entirely later if this is
> shipped with core Emacs, after all. A from-scratch implementation would
> always lag, and that would probably be even more of a disincentive to
> beta users than installation difficulty would be!
The problem goes a bit further: most distributions, like Debian and
friends, will find it inconvenient to build their Emacs binary against
that library unless that library is small, or it's likely to already be
installed, or most Emacs users are likely to want to use it.
In the case of support for `obby', I don't know the size of the library,
but at least I don't expect most Emacs users to use it, and I don't
expect most installs to already have the library installed.
That's a significant problem for "static linking" (it's actually still
dynamically-linked by the way, altough the list of libraries thus linked
is known statically).
Stefan
- Re: obby, (continued)
- Re: obby, Richard M Stallman, 2009/05/21
- Re: obby, Christian Lynbech, 2009/05/22
- Re: obby, Phil Hagelberg, 2009/05/22
- Re: obby, Richard M Stallman, 2009/05/23
- Re: obby, Phil Hagelberg, 2009/05/22
- Re: obby, Karl Fogel, 2009/05/23
- Re: obby,
Stefan Monnier <=
- Re: obby, Karl Fogel, 2009/05/25
- Re: obby, Stefan Monnier, 2009/05/25
- Re: obby, Richard M Stallman, 2009/05/23
Re: obby, Richard M Stallman, 2009/05/11