Dear Team,

Maybe somebody already tried to install and use R on SLES.
I try to install Rmpfr_0.6-1.tar.gz and gsl_1.9-10.3.tar.gz on SLES11 SP4.

rtest:/home/ruser # rpm -qa | grep -i gsl
gsl-devel-1.11-1.30
gsl-1.11-1.30
rtest:/home/ruser # 

rtest:/home/ruser # rpm -qa | grep -i mpfr
libmpfr1-2.3.2-3.118.1
mpfr-devel-2.3.2-3.118.1
rtest:/home/ruser # 

These are the available packages from SLES SDK media.

rtest:/home/ruser # R CMD INSTALL gsl_1.9-10.3.tar.gz
* installing to library ‘/usr/local/lib64/R/library’
* installing *source* package ‘gsl’ ...
** package ‘gsl’ successfully unpacked and MD5 sums checked
checking for gsl-config... /usr/bin/gsl-config
checking if GSL version >= 1.12... checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
configure: <b>error: Need GSL version >= 1.12</b>
ERROR: configuration failed for package ‘gsl’
* removing ‘/usr/local/lib64/R/library/gsl’
rtest:/home/ruser # 

rtest:/home/ruser # R CMD INSTALL Rmpfr_0.6-1.tar.gz
* installing to library ‘/usr/local/lib64/R/library’
* installing *source* package ‘Rmpfr’ ...
** package ‘Rmpfr’ successfully unpacked and MD5 sums checked
checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mpfr.h usability... yes
checking mpfr.h presence... yes
checking for mpfr.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for mpfr_init in -lmpfr... yes
checking for mpfr_digamma in -lmpfr... no
configure: error: <b>MPFR Library must be at least version 3.0.0,</b> see README
ERROR: configuration failed for package ‘Rmpfr’
* removing ‘/usr/local/lib64/R/library/Rmpfr’
rtest:/home/ruser # 

Can I use Rmpfr and gsl with original SLES SDK packages ?

Regards,
Gery
IT Specialist


        
        
        <div class="signature" style="margin-top:1em;color:#666666;font-size:11px;">
                                Best Regards,
<br/>Gery
<br/>IT Specialist
                        </div>
<br/><hr align="left" width="300" />
Sent from the <a href="http://r.789695.n4.nabble.com/datatable-help-f2315188.html">datatable-help mailing list archive</a> at Nabble.com.<br/>