Skip to content

problem in install on ubuntu

4 messages · Bruno Grimaldo Martinho Churatae, Ryan Austin, Dirk Eddelbuettel

#
Hi,

the problem is:

/usr/bin/ld: cannot find -lblas-3
collect2: ld returned 1 exit status
make: ** [ape.so] Erro 1
ERROR: compilation failed for package 'ape'
** Removing '/usr/local/lib/R/site-library/ape'

Any help would be appreciated.
Thanks,

------------------------------------
Bruno G. M. Churata
#
Hi Bruno,

Your missing the Basic Linear Algebra Subroutines 3.0 package.

apt-get install refblas3

should fix the problem. (At least in Debian, should be the same for Ubuntu)
Ryan
Bruno Grimaldo Martinho Churatae wrote:

            
#
Sorry, that should be:

apt-get install refblas3-dev
5 days later
#
On 24 August 2006 at 11:35, Ryan Austin wrote:
| Hi Bruno,
| 
| Your missing the Basic Linear Algebra Subroutines 3.0 package.
| 
| apt-get install refblas3
| 
| should fix the problem. (At least in Debian, should be the same for Ubuntu)

The 'empty' package r-base-dev depends on 'refblas3-dev | atlas3-base-dev' so
installing r-base-dev on Debian or Ubuntu provides what most if not all
packages require.

Hth, Dirk