=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/INSTALL,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- OpenXM_contrib2/asir2000/INSTALL 2003/03/11 07:54:55 1.7 +++ OpenXM_contrib2/asir2000/INSTALL 2003/03/27 02:14:24 1.8 @@ -35,6 +35,20 @@ to '/usr/local'. In the following the directory is de # exit % +While executing 'make install', the procedure may stop due to +some error. Then try the following: + +% cd Oxxx <--- 'xxx' is the name of the current OS. +% make lib-sta +% su +# make install-lib-sta +# make install-include +# exit +% + +Although GP is not built, the library necessary for building asir2000 +will be generated. + 3. Installation of asir2000 % gzip -dc asir.tgz | tar xvf -