Mike McEwan <mike(a)lotusland.demon.co.uk> writes:
Stephen Tse <stephent(a)sfu.ca> writes:
> Opening dynamic module:
> /usr/src/xemacs-21.2.13/modules/sample/sample.ell: undefined symbol:
> lrecord_subr
>
> Any ideas?
You have to link your Xemacs executable with something like the
`Wl,E' option IIRC in order to have the various Xemacs global
variables avialable to subsequently loaded dynamic modules.
I GOT IT! I GOT IT!
For my XEmacs 21.2.14 in Linux 2.2/i386, I have to add:
--ldflags="-E"
for ./configure. Is this necessary flag mentioned anywhere in XEmacs
documentation that I missed obviously?
Thank you guys!