Diff for /rpl/README between versions 1.14 and 1.19

version 1.14, 2010/09/07 20:59:04 version 1.19, 2011/10/02 14:14:29
Line 27  symbolic and scientific computations. Line 27  symbolic and scientific computations.
     tools/file-*/Makefile.am;      tools/file-*/Makefile.am;
     - gcc-4.4 or newer;      - gcc-4.4 or newer;
     - g++-4.4 or newer;      - g++-4.4 or newer;
     - gfortran-4.4 or newer.      - gfortran-4.4 or newer;
       - bash in /bin/bash. To build RPL/CAS on NetBSD, you have to add a soft link
         like 'ln -s /usr/pkg/bin/bash /bin/bash'.
   
     RPL/2 build process invoques automake and autoconf.      RPL/2 build process invoques automake and autoconf.
   
Line 56  flags. Line 58  flags.
     - OS/2 and eComStation with EMX (>= 0.9d). You probably have to      - OS/2 and eComStation with EMX (>= 0.9d). You probably have to
         recreate configure script and makefiles with aclocal, autoconf and          recreate configure script and makefiles with aclocal, autoconf and
         automake.          automake.
           ========================================================================
           WARNING : eCS DEFINES TMP VARIABLE THAT OVERWRITES PATHS
           IN FOPEN() SYSTEM CALL. /TMP/xxx IS REPLACED BY /%TMP%/xxx.
           THIS BUG ONLY OCCURS WHEN RPL/2 IS CALLED FROM OS/2 OR 4OS2 SHELL.
           WORKAROUND : DEFINE RPL_TMP_PATH WITH A DRIVE LETTER LIKE
   
               SET RPL_TMP_PATH=C:/tmp
   
           OR CALL RPL/2 FROM A BOURNE SHELL.
           ========================================================================
     - Mac OS X.      - Mac OS X.
   
   * RPL/2 should run on :    * RPL/2 should run on :
Line 116  rpl: ELF 64-bit MSB executable SPARCV9 V Line 128  rpl: ELF 64-bit MSB executable SPARCV9 V
   
     Very easy^Wnice, isn't it ?      Very easy^Wnice, isn't it ?
   
     * OS/2 and eComstation
   
       GSL configure script is broken. You have to replace
       $(SHELL) $(top_buildir)/libtool by sh $(top_buildir)/libtool in each
       Makefile. By default, makefile's try to use ash.exe that is broken.
   
     J. Bertrand <joel.bertrand@systella.fr>      J. Bertrand <joel.bertrand@systella.fr>

Removed from v.1.14  
changed lines
  Added in v.1.19


CVSweb interface <joel.bertrand@systella.fr>