emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic loading progress


From: Stefan Monnier
Subject: Re: Dynamic loading progress
Date: Thu, 09 Oct 2014 15:42:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> The .so extension is platform specific.  Since Emacs tries to keep
> platform dependencies out of the Lisp level, how about chopping the
> extension, and adding to load-module the necessary code to look for
> the extension specific to the underlying platform?

I think we can circumvent this problem by changing the suffix we add to
load-suffixes depending on the platform (e.g. based on dlopenext).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]