On Thu, Jan 27, 2000 at 06:12:45AM -0800, William M. Perry wrote:
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
Great, it works. Thanks.
IMO this should be autodetected by configure, or better documented in the
modules/sample directory.
--
Rafael Laboissiere