emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading of C libraries


From: Stefan Monnier
Subject: Re: Dynamic loading of C libraries
Date: Fri, 21 May 2010 20:15:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I talked with our lawyer, and we determined that GCC's technique of
> checking for a symbol whose name says "I am under a GPL3-compatible
> license" is ok for Emacs and other GNU packages when dynamically
> loading libraries at the C level.
> So you can implement dynamic loading with the check for that symbol.
> If the symbol is not present then the function to load should
> report an error and not load it.

That's great news.  So all we need now is for someone to submit a patch
that provides such dynamic loading functionality, and then start
using it.


        Stefan



reply via email to

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