search for: dgbmv_

Displaying 2 results from an estimated 2 matches for "dgbmv_".

Did you mean: dgbmv
2004 Jan 19
1
Compiling R, cannot open vars.mk
Hi! I am trying to compile R-1.8.1 on an alphaserver running Tru64 Unix. I use the compilers cc,cxx and f77. After the compilation I try: make check and get the following message: Make: Cannot open /share/make/vars.mk. Stop. Does anyone have any suggestions on why? Regards Arne Gjuvsland
2007 Jan 11
1
Installation on CYGWIN Failed (PR#9442)
...for target (all code is position independent) g77 -D__NO_MATH_INLINES -fpic -g -O2 -c cmplxblas.f -o cmplxblas.o cmplxblas.f:0: warning: -fpic ignored for target (all code is position independent) gcc -std=gnu99 -shared -L/usr/local/lib -o libRblas.so blas.o cmplxblas.o blas.o: In function `dgbmv_': /R/R-2.4.1/src/extra/blas/blas.f:357: undefined reference to `_xerbla_' blas.o: In function `dgemm_': /R/R-2.4.1/src/extra/blas/blas.f:682: undefined reference to `_xerbla_' blas.o: In function `dgemv_': /R/R-2.4.1/src/extra/blas/blas.f:940: undefined reference to `_xerbl...