Diff for /rpl/README between versions 1.12 and 1.26

version 1.12, 2010/08/26 17:56:18 version 1.26, 2013/03/23 17:57:55
Line 22  symbolic and scientific computations. Line 22  symbolic and scientific computations.
   
   * RPL/2 requires :    * RPL/2 requires :
     - nawk or gawk;      - nawk or gawk;
       - gmake;
     - libtool 1.5 or newer. To build RPL/2 on Mac OSX, you should have to      - libtool 1.5 or newer. To build RPL/2 on Mac OSX, you should have to
     add libtool m4 path in tools/file-*/configure.ac and      add libtool m4 path in tools/file-*/configure.ac and
     tools/file-*/Makefile.am;      tools/file-*/Makefile.am;
Line 38  error related to OpenSSL, you shall try Line 39  error related to OpenSSL, you shall try
 'make'. On some system, OpenSSL configure script is unable to set compiler  'make'. On some system, OpenSSL configure script is unable to set compiler
 flags.  flags.
   
     * RPL/2 cross compilation :
   
       To cross-compile RPL/2, you have to build in a first time a native
       RPL/2 on build host. Installation is not required. In a second time,
       you have to configure RPL/2 for target host in another directory like :
   
   ../rpl/configure --host=arm-unknown-linux-gnueabi --enable-full-static
   --with-sysroot=/home/bertrand/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot
   --without-mysql --without-postgresql --without-x
   --with-rpltools=/home/bertrand/cvs/rpl/build --with-openssl-arch=linux-generic32
   
       Of course, you have to configure OpenSSL with --with-openssl-arch.
   
   * RPL/2 is known to run on :    * RPL/2 is known to run on :
   
     - Linux (kernel 2.6.26 and above). Test distribution is Debian.      - Linux (kernel 2.6.26 and beyond). Test distribution is Debian.
     - Solaris 8 and above.      - Solaris 8 and beyond.
         It can be built out of the box on Solaris in a 32bits userland. For a          It can be built out of the box on Solaris in a 32bits userland. For a
         64bits executable, you have to modify some generated makefiles or          64bits executable, you have to modify some generated makefiles or
         specify some options. See 64bits on Solaris.          specify some options. See 64bits on Solaris.
Line 50  flags. Line 64  flags.
         FreeBSD 8.0 because sig_info_t struct is not filled. This bug is now          FreeBSD 8.0 because sig_info_t struct is not filled. This bug is now
         fixed. Someone has reported that FreeBSD 7.2 did not filled this          fixed. Someone has reported that FreeBSD 7.2 did not filled this
         struct too...          struct too...
     - NetBSD 5.0 and above.      - NetBSD 5.0 and beyond.
     - OpenBSD 4.8 and above.      - OpenBSD 4.8 and beyond.
     - Windows with Cygwin (>= 1.7.5).      - Windows with Cygwin (>= 1.7.5).
     - 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 autoreconf.          recreate configure script and makefiles with aclocal, autoconf and
           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 :
   
     - AIX      - AIX
     - HP-UX (10.20 and above), but not tested for a long time.      - HP-UX (10.20 and beyond), but not tested for a long time.
     - NetBSD 4.0 and above with restriction due to sigpending bug.      - NetBSD 4.0 and beyond with restriction due to sigpending bug.
   
     Any information about RPL/2 on these last operating systems are welcome.      Any information about RPL/2 on these last operating systems are welcome.
   
Line 115  rpl: ELF 64-bit MSB executable SPARCV9 V Line 140  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.12  
changed lines
  Added in v.1.26


CVSweb interface <joel.bertrand@systella.fr>