[BACK]Return to ERRATA.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/ERRATA.html between version 1.4 and 1.19

version 1.4, 2000/01/25 04:26:34 version 1.19, 2005/06/22 21:27:59
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML>  <HTML>
 <!--  <!--
 $OpenXM: OpenXM/doc/OpenXM-web/ERRATA.html,v 1.3 2000/01/25 03:04:56 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/ERRATA.html,v 1.18 2002/08/12 06:00:55 takayama Exp $
 -->  -->
 <HEAD>  <HEAD>
 <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">  <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp">
 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">  <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <TITLE>ERRATA (20000124), OpenXM </TITLE>  <TITLE>ERRATA for 1.2.2 (March 2, 2002), OpenXM </TITLE>
 </HEAD>  </HEAD>
 <BODY>  <BODY>
   
 <H1>ERRATA (20000124) (OpenXM) </H1>  <H1>ERRATA for 1.2.2 (March 2, 2002) :  IMPORTANT </H1>
   
 <OL>  <OL>
 <LI>  (OpenXM/src/Makefile)  <PRE>
       Symbolic link of OpenXM/bin/asir must be to ./ox_asir.     Empty
       Symbolic links of OpenXM/lib/asir/ox_* must be to ./asir.  </PRE>
       Symbolic links of OpenXM/lib/asir/help must be to ./help-eg.  
       It is fixed in the binary distributions.  
   
 <LI>  (OpenXM/doc/install-??.txt)  
       The line "source .cshrc" should be added at the last of .login  
       in some unix distributions.  
   
 <LI>  IMPORTANT:  
       ox_sm1* servers crush if the environmental variable HOSTTYPE  
       is not set.  That is, if you are using csh or sh, then you cannot invoke  
       most ox servers from asir and ox_sm1* servers terminate with a core.  
       To avoid this trouble, use bash or tcsh or set the environmental variable  
       HOSTYPE by  
       "setenv HOSTTYPE hogehoge" ( in .cshrc for csh) or  
       "HOSTYPE=hogehoge ; export HOSTTYPE ( in .profile for sh).  
   
 </OL>  </OL>
   
   <H1>ERRATA for 1.2.2 (March 2, 2002) :  Minor corrections </H1>
   
   <LI>
   <PRE>
        Empty
   
   </PRE>
   
   
 </BODY>  </BODY>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.19

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>