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
problem in install on ubuntu
4 messages · Bruno Grimaldo Martinho Churatae, Ryan Austin, Dirk Eddelbuettel
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:
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
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Sorry, that should be: apt-get install refblas3-dev
apt-get install refblas3 should fix the problem. (At least in Debian, should be the same for Ubuntu) Ryan Bruno Grimaldo Martinho Churatae wrote:
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
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
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
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison