Under Ubuntu Hardy Heron I've downloaded and installed the latest version of R
(2.8.1). I would very much like to get rpy2 working on my system but continue
to have installation problems related to the location of the lR, llapack, and
lblas libraries. In the latest version of R these libraries are not in the
directories specified during the installation of rpy2. After reading other
posts regarding this problem I've checked out the latest version of rpy2 from
SVN as revision 731. Unfortunately, this problem still exists. Can anyone
shed some light on how to fix this problem?
Cheers,
Brian
###############
output of sudo python setup.py install:
running install
running build
running build_py
running build_ext
building 'rpy2.rinterface.rinterface' extension
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
build/temp.linux-i686-2.5/rpy/rinterface/array.o
build/temp.linux-i686-2.5/rpy/rinterface/r_utils.o
build/temp.linux-i686-2.5/rpy/rinterface/rinterface.o -L/usr/lib/R/lib
-L/usr/lib/R/modules -Wl,-R/usr/lib/R/lib -Wl,-R/usr/lib/R/modules -lR -o
build/lib.linux-i686-2.5/rpy2/rinterface/rinterface.so -L/usr/lib/R/lib -lR
-llapack -lblas
/usr/bin/ld: cannot find -llapack
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
------------------------------------------------------------------------------
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list