On Thu, Nov 3, 2011 at 1:41 PM, remy d1 <remy...@gmail.com> wrote: > Hello, > I want to try rpy on my linux CentOS5.4 x86_64 operating system. > I try to compile R with -shlibs option in configure command but it did not > work. I had the same error as this thread : > https://stat.ethz.ch/pipermail/r-sig-fedora/2011-March/000173.html > So I decided to use RPMs like suggested in this previous thred (...see the > solution in the previous link) > Here is what I did :
Here's what I did that worked using R version 2.13.0 on CentOS 5.4 (64bit). Get rpy from SVN rather than using 1.0.3 which has a few issues, and compile from source. If you get this: /usr/bin/ld: cannot find -lRlapack then edit setup,py to replace libraries=['R','Rlapack'] with libraries=['R','lapack'] I've been meaning to work out when to make that last change automatically so that too can be fixed in SVN, and rpy 1.0.4 released. Peter ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list