"Amir J. Katz" <amir(a)ndsoft.com> writes:
Pardon my ignorance, but here are 2 silly questions:
1. When dlopen and friends are available, what are they used for in xemacs?
With mule-less xemacs, the only library I see is liblw. The rest
of the objects are linked in.
They are used to dynamically load C-level lisp primitives into a running
XEmacs. Check out the xemacs-20/modules/ directory.
2. Assuming that I do choose to use dlopen, can it be done on SunOS?
dlopen works just fine on good old SunOS.
It should work fine.
-Bill P.