Displaying 2 results from an estimated 2 matches for "zgemm_".
Did you mean:
dgemm_
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
2014 Jul 01
1
Error when compiling R with openblas
...undefined reference to `dnrm2_'
../../lib/libR.so: undefined reference to `dsyrk_'
../../lib/libR.so: undefined reference to `dasum_'
../../lib/libR.so: undefined reference to `daxpy_'
../../lib/libR.so: undefined reference to `drotg_'
../../lib/libR.so: undefined reference to `zgemm_'
collect2: ld returned 1 exit status
make[3]: *** [R.bin] Error 1
make[3]: Leaving directory `/home/ab/Downloads/R-3.1.0/src/main'
make[2]: *** [R] Error 2
make[2]: Leaving directory `/home/ab/Downloads/R-3.1.0/src/main'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/home/ab/Down...