=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/ERRATA.html,v retrieving revision 1.14 retrieving revision 1.16 diff -u -p -r1.14 -r1.16 --- OpenXM/doc/OpenXM-web/ERRATA.html 2000/03/20 00:24:34 1.14 +++ OpenXM/doc/OpenXM-web/ERRATA.html 2000/10/31 12:23:24 1.16 @@ -1,42 +1,39 @@ -ERRATA for 1.1.2 (May 20, 2000), OpenXM +ERRATA for 1.1.3 (Sep 26, 2000), OpenXM -

ERRATA for 1.1.2 (May 20, 2000) : IMPORTANT

+

ERRATA for 1.1.3 (Sep 26, 2000) : IMPORTANT

-
    Nothing for now. +
      -
      +OpenXM/bin/phc6 may stop with a core dump.
      +The program phc6 is called from the function phc of asir-contrib package.
      +To fix this bug,
      +get the latest source of phc6.c from the cvs web and
      +compile it by the command
      +   gcc -o phc6 phc6.c
      +and put phc6 to OpenXM/bin
       
      +
    -

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

    +

    ERRATA for 1.1.3 (Sep 26, 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)
    -
    -
    +     Empty
    +   
     
    - -
  2. OpenXM/lib/libasir*.a is experimental in 1.1.2. - There might be troubles. Please report them.