Rafael Laboissiere <rafael(a)icp.inpg.fr> writes:
Hi,
I tried to load the sample module in modules/sample/sample.c distributed
with XEmacs 21.2.23 and did not succeed. After a successful compilation, I
issued:
(load-module "/build/xemacs-21.2.23/modules/sample/sample.ell")
and got the error message:
Opening dynamic module: /build/xemacs-21.2.23/modules/sample/sample.ell: undefined
symbol: Qt
How can I make that work? Please, Cc: replies to me, as I am not subscribed
to xemacs-beta.
If you are on linux, you need to link temacs with -Wl,--export-dynamic
-Bill P.