|
From: | Elias Mårtenson |
Subject: | Re: How to ship native modules? |
Date: | Tue, 21 Feb 2017 12:13:44 +0800 |
> However, there is an upside. Most people who need this feature are in corporate environments, usually on
> Windows (Kerberos is the standard authentication mechanism in Active Directory) and the runtime libraries
> are a standard part of Windows, so at on that platform there is no issue.
Really? I was under the impression that one would need to install the
Kerberos libraries from http://web.mit.edu/kerberos/dist/ , and then
have the GSSAPI library built for Windows. These all don't seem to be
available out of the box on MS-Windows. Am I missing something?
I think that making package.el be able to compile programs in
languages like C is an ambitious goal that is best left to end users
at this stage. For simple enough modules, the Makefile can be made
small and portable, so IMO it isn't worth the complexity to do more
than that, at least not yet.
[Prev in Thread] | Current Thread | [Next in Thread] |