all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Dynamic loading of C libraries
@ 2010-05-19 23:09 Richard Stallman
  2010-05-21  7:25 ` joakim
  2010-05-22  0:15 ` Stefan Monnier
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Stallman @ 2010-05-19 23:09 UTC (permalink / raw)
  To: emacs-devel

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-22  1:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 23:09 Dynamic loading of C libraries Richard Stallman
2010-05-21  7:25 ` joakim
2010-05-22  0:15 ` Stefan Monnier
2010-05-22  1:37   ` Leo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.