Who needs files from this directory ? ===================================== Only those users who cannot start the X11/XView user interfaces of MuPAD because they have not installed the XView libraries or have the wrong version of a X11/XView library. What do I need ? ================ The following XView packages are available: xview_hp.tgz - HP-UX 9 / 10 xview_sgi5.tgz - SGI / IRIX 5.x xview_sgi6.tgz - SGI / IRIX 6.x xview_i386.tgz - only needed for SuSe 6.0 Linux xview_linux.tgz - libs for RedHat 6.1 How to install ? ================ Let MuPAD be installed for unix system 'sgi5' in the directory /usr/local/MuPAD/ 1) change into the directory /usr/local/MuPAD/sgi5/ 2) unpack the package xview_sgi5.tgz in this directory with GNU tar (*): tar xzpf xview_sgi5.tgz (*) If you don't have GNU tar then first 'gunzip' the *.tgz archives and then use your system command 'tar'. 3) Now you can start 'mupad' or 'xmupad'. If it still does not run, insert the following lines into your file ~/.cshrc (only necessary for MuPAD versions before 1.4.0): setenv LD_LIBRARY_PATH /usr/local/MuPAD/sgi5/xview:${LD_LIBRARY_PATH} respectively setenv LD_LIBRARY_PATH /usr/local/MuPAD/sgi5/xview or on HP-UX systems setenv SHLIB_PATH /usr/local/MuPAD/hp/xview:${SHLIB_PATH} respectively setenv SHLIB_PATH /usr/local/MuPAD/hp/xview Please also refer to the file '/usr/local/MuPAD/TroubleShooting'.