Diff for /rpl/README between versions 1.17 and 1.20

version 1.17, 2011/07/22 07:38:00 version 1.20, 2012/04/07 16:39:04
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 38  error related to OpenSSL, you shall try Line 40  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
   --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 beyond). Test distribution is Debian.      - Linux (kernel 2.6.26 and beyond). Test distribution is Debian.
Line 126  rpl: ELF 64-bit MSB executable SPARCV9 V Line 141  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.17  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>