Re: [R] Compiling R with --enable-R-shlib for rpy2 error

2010-05-18 Thread Padma TAN
-project.org. Subject: Re: [R] Compiling R with --enable-R-shlib for rpy2 error On 17.05.2010 05:22, Padma TAN wrote: > Hi, > > Thanks! :) > > I'll install the newer version of R. However do I have to recompile all the > modules that I did for my previous version of R? If you use

Re: [R] Compiling R with --enable-R-shlib for rpy2 error

2010-05-17 Thread Uwe Ligges
k you. -- -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Friday, May 14, 2010 3:09 PM To: Padma TAN Cc: r-h...@r-project.org. Subject: Re: [R] Compiling R with --enable-R-shlib for rpy2 error On 14.05.2010 05:07, Padma TAN wrote: Hi, Thanks for the repl

Re: [R] Compiling R with --enable-R-shlib for rpy2 error

2010-05-17 Thread Padma TAN
: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Friday, May 14, 2010 3:09 PM To: Padma TAN Cc: r-h...@r-project.org. Subject: Re: [R] Compiling R with --enable-R-shlib for rpy2 error On 14.05.2010 05:07, Padma TAN wrote: > Hi, > > Thanks for the reply! > > I am not sur

Re: [R] Compiling R with --enable-R-shlib for rpy2 error

2010-05-14 Thread Padma TAN
Hi, Thanks for the reply! I am not sure if I did correctly. Now I configure with the following. ./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo --with-x --enable-R-fPIC Make and make install with no errors. However when I install rpy2, it states that "R was not built as a

Re: [R] Compiling R with --enable-R-shlib for rpy2 error

2010-05-14 Thread Uwe Ligges
On 14.05.2010 05:07, Padma TAN wrote: Hi, Thanks for the reply! I am not sure if I did correctly. Now I configure with the following. ./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo --with-x --enable-R-fPIC Then you forgot --enable-R-shlib if you need it and I cannot

Re: [R] Compiling R with --enable-R-shlib for rpy2 error

2010-05-13 Thread Uwe Ligges
On 13.05.2010 11:45, Padma TAN wrote: Hi, I am trying to compile R with the command below in order to install rpy2. ./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo --with-x --enable-R-shlib However, error the I have gotten was: /usr/bin/ld: CConverters.o: relocation R_X

[R] Compiling R with --enable-R-shlib for rpy2 error

2010-05-13 Thread Padma TAN
Hi, I am trying to compile R with the command below in order to install rpy2. ./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo --with-x --enable-R-shlib However, error the I have gotten was: /usr/bin/ld: CConverters.o: relocation R_X86_64_32S against `R_FunTab' can not be us