Installation of Asir2000 (standalone version; 2000.9.1) Any questions are welcome by e-mails to noro@math.kobe-u.aj.jp. 0. Compiler On SPARCK, gcc is used. Set the search path so that '/usr/ccs/bin' is searched before '/usr/local/bin'. On PC/x86 gcc is used. On Alpha the native compiler /usr/ccs/bin/cc is used. 1. Determining the install directory In the install directory, the following are put bin executables of PARI and Asir lib library files of PARTI and Asir include header files of PARI These subdirectories are created automatically if they does not exist. If you can be a root, it is recommended to install the files in ' /usr/local/lib'. Otherwise select a directory. In the following the directory is denoted by TARGETDIR. 2. Installation of pari-2.0.17.beta % gzip -dc pari-2.0.17.beta.tgz | tar xvf - % cd pari-2.0.17.beta % ./Configure --prefix=TARGETDIR % make all % su <-- if necessary # make install # make install-lib-sta # exit % 3. Installation of asir2000 % gzip -dc asir2000.tgz | tar xvf - % cd asir2000 % configure TARGETDIR % xmkmf -a % make % su <-- if necessary # make install # make install2 # exit % 3. Environment variables If TARGETDIR is '/usr/local/lib', then no settings of environment variabls are required. If ASIR_LIBDIR is already set, unset it. If TARGETDIR is not '/usr/local/lib', then set the environment variable ASIR_LIBDIR to TARGETDIR/asir. 4. Making manuals 'ptex', 'texi2html', 'makeinfo' (ver. 1.68 or later) are required. % gzip -dc asir2000-man.tgz | tar xvf - % cd asirdoc % make