LD_LIBRARY_PATH
or SHLIB_PATH
has to be
defined.
Further support of Amiga versions depends on user requests. If you are interested in a full-featured Amiga version, then please send an email to Daniel Balster (dbalster@uni-paderborn.de) and to the MuPAD-Webmaster@uni-paderborn.de.
The alpha release is only a terminal version that does not support the MuPAD hypertext manual neither the MuPAD graphics capabilities.
If you need/want graphics and hypertext: I heared about good Mac emulators that are in use by some MuPAD users. For example, Public domain: ShapeShifter. Commercial: EMPLANT and AMAX-IV.
XTerm*VT100*Translations: #override \n\^U respectivly ^M is ONE character! It works fine on my system configuration: Sun, X11R5/R6, fvwm, xmupad.L8: insert-selection(CLIPBOARD, CUT_BUFFER0, PRIMARY)\n\ L6: start-extend() select-end(CLIPBOARD, CUT_BUFFER0, PRIMARY)\n\ Mod1 F3: string("^U`xv_get_sel`^M")
Winfried Truemper sent me a solution that might be better for Linux systems:
Mod1F3: string(0x15) string("`xv_get_sel`") string(0x0d)\n