Displaying 6 results from an estimated 6 matches for "dasum_".
Did you mean:
dasum
2006 Mar 09
1
Linking Rblas
...' defined in Blas.h.
I encountered the following problem:
u:\codeplay>Rcmd SHLIB mysumming.c
Rcmd SHLIB mysumming.c
gcc --shared -s -o mysumming.dll mysumming.def mysumming.a
-LU:/R/R-2.2.0/src/gnuwin32 -lg2c -lR
mysumming.a(mysumming.o)(.text+0x1b):mysumming.c: undefined reference to
`dasum_'
collect2: ld returned 1 exit status
make: *** [mysumming.dll] Error 1
My (very limited) knowledge on C tells me that the function 'dasum'
is actually defined (due to #include <R_ext/BLAS.h> in my C-file) but
it needs to be linked against the correct library during the linking
pr...
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
2006 Mar 09
0
Linking Rblas [under Windows]
...t; > u:\codeplay>Rcmd SHLIB mysumming.c
> > Rcmd SHLIB mysumming.c
> > gcc --shared -s -o mysumming.dll mysumming.def mysumming.a
> > -LU:/R/R-2.2.0/src/gnuwin32 -lg2c -lR
> > mysumming.a(mysumming.o)(.text+0x1b):mysumming.c: undefined
> reference to
> > `dasum_'
> > collect2: ld returned 1 exit status
> > make: *** [mysumming.dll] Error 1
> >
> > My (very limited) knowledge on C tells me that the function 'dasum'
> > is actually defined (due to #include <R_ext/BLAS.h> in my
> C-file) but
> > it nee...
2002 Jan 28
1
Symbol referencing errors...
...dnrm2_ ../appl/libappl.a(uncmin.o)
dtrsm_ ../appl/libappl.a(bakslv.o)
dcopy_ ../appl/libappl.a(bakslv.o)
drotg_ ../appl/libappl.a(dsvdc.o)
dgemm_ array.o
dasum_ ../appl/libappl.a(dpoco.o)
ld: fatal: Symbol referencing errors. No output written to R.bin
*** Error code 1
make: Fatal error: Command failed for target `R.bin'
Current working directory /home/djones/R-1.3.1/src/main
*** Error code 1
make: Fatal error: Command fail...
2014 Jul 01
1
Error when compiling R with openblas
...: undefined reference to `ddot_'
../../lib/libR.so: undefined reference to `dgemm_'
../../lib/libR.so: undefined reference to `dscal_'
../../lib/libR.so: 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&...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...plicate
Rf_getAttrib
Rf_isComplex
Rf_isMatrix
Rf_isString
Rf_mkChar
Rf_protect
Rf_setAttrib
Rf_unprotect
Rf_unprotect_ptr
LENGTH
R_CHAR
STRING_ELT
SET_STRING_ELT
VECTOR_ELT
SET_VECTOR_ELT
INTEGER
REAL
COMPLEX
R_setLapackRoutines
xerbla_
dswap_
dscal_
drot_
lsame_
idamax_
dgemm_
dcopy_
dnrm2_
dgemv_
dasum_
dtrmv_
daxpy_
ddot_
dger_
dtrmm_
dsymv_
dtrsv_
dsyr2_
dsyr2k_
gmake[5]: Entering directory `/soft/R/R-1.5.1/src/modules/lapack'
gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/modules/lapack'
gmake[4]: Leaving directory `/soft/R/R-1.5.1/src/modules/lapack'
gmake[3]: Leaving directory `...