=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/ERRATA.html,v retrieving revision 1.10 retrieving revision 1.14 diff -u -p -r1.10 -r1.14 --- OpenXM/doc/OpenXM-web/ERRATA.html 2000/02/10 01:18:53 1.10 +++ OpenXM/doc/OpenXM-web/ERRATA.html 2000/03/20 00:24:34 1.14 @@ -1,82 +1,42 @@ -ERRATA (20000124), OpenXM +ERRATA for 1.1.2 (May 20, 2000), OpenXM -

ERRATA (20000124) (OpenXM) : IMPORTANT

+

ERRATA for 1.1.2 (May 20, 2000) : IMPORTANT

-
    +
      Nothing for now. +
       
      -
    1. (OpenXM/doc/install-??.txt) - The line "source .cshrc" should be added at the last of .login - in some unix distributions. +
    2. -
    3. (OpenXM/doc/install-??.txt) -
      -      Wrong:  source /xxx/yyy/OpenXM/rc/dot.bash  
      -   ===> Correct: source /xxx/yyy/OpenXM/rc/dot.bashrc
      -  
      -
    4. (OpenXM/doc/install-??.txt) -
      -   Wrong:  or read dot.bash or dot.cshrc file by the source command.
      -   ===> Correct :  or read dot.bashrc or dot.cshrc file by the source command.
      -  
      -
    5. (OpenXM/rc/cshrc, OpenXM/rc/bashrc, OpenXM/bin/gp) -
      -   Pari gp needs a shared library libpari.so.2.0.
      -   So, LD_LIBRARY_PATH must be set properly to use "gp".
      -   Append the following lines to OpenXM/rc/bashrc and
      -   OpenXM/rc/cshrc  respectively and type in "make" in OpenXM/rc to generate
      -   dot.bashrc, dot.cshrc and openxm.
      -   bashrc : 
      -     LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OpenXM_HOME/lib
      -     export LD_LIBRARY_PATH
      -   cshrc :
      -     if ( ${?LD_LIBRARY_PATH} == 1) then
      -        setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$OpenXM_HOME/lib
      -     else
      -       setenv LD_LIBRARY_PATH $OpenXM_HOME/lib
      -     endif
      -  
      - -
    6. (OpenXM/src/kxx/oxlog.c, on Solaris) -
      -      Wrong:  in char *toFullPath(char *s)
      -
      -             (I (Belse {
      -           (I (B (I (B (I (Bs = which(s,getenv("PATH"));
      -(I (B (I (B           }
      -            }
      -
      -   ===> Correct:(I (B
      -
      -             (I (Belse {
      -           (I (B (I (B (I (Bs = which(s,getenv("PATH"));
      -(I (B (I (B           }
      -              return(s);    <==== Add this line.
      -            }
      -  
      - -
    -

    ERRATA (20000124) (OpenXM) : Minor corrections

    +

    ERRATA for 1.1.2 (May 20, 2000) : Minor corrections

    -
      +
    1. +
       
      +   [1] openxm01-1.1.2.tar.gz  (source distribution):
      +    bash$ diff -s Makefile.old Makefile
      +    13c13
      +    <       (cd packages/doc ; make install)
      +    ---
      +    >       -(cd packages/doc ; make install)
       
      -
    + - +
  1. OpenXM/lib/libasir*.a is experimental in 1.1.2. + There might be troubles. Please report them.