This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: proposal for GNU emacs 21.2 package


Joe Buehler wrote:


Note that it depends on cygwin only, because the other dlls are shipped
with it, in an emacs-private directory, because they must be rebased so emacs will
work properly. This is due to the way that emacs represents pointers
internally -- objects in the data segment must reside below 0x10000000,
and this gets violated when the Windows loader relocates dlls.
If it isn't going to use the shared libraries (dlls) on the system, requiring its own set instead, one wonders why are you bothering to link to shared libraries at all? Wouldn't it just make more sense to use static libraries? That way it is in one nice, neat package that avoids the whole rebase issue. The whole point of dll's is to reuse libraries, but since emacs isn't going to do this, you might as well save everyone a headache and make a static executable.

On another note, it looks like the Xemacs guys better step up to the plate if they want to get a piece of the action :-P.

Cheers,
Nicholas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]