Displaying 7 results from an estimated 7 matches for "ddot_".
Did you mean:
ddot
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
...dqrdc2_'
earth.c:(.text+0x1ae4): undefined reference to `dqrsl_'
earth.c:(.text+0x1d99): undefined reference to `dtrsl_'
earth.c includes:
extern _C_ int dqrdc2_(...
extern _C_ int dqrsl_(...
extern _C_ void dtrsl_(..
extern _C_ void daxpy_(...
extern _C_ double ddot_(...
I'm linking against libRblas.so and libRlapack.so so I did "nm
libRblas.so libRlapack.so" and found that there were no symbols for
dqrdc2_, dqrsl_, dqrsl_ and dtrsl_.
The functions are declared in "R_ext/Applic.h" and implemented in
separate f77 files.
I find that lib...
2002 May 30
1
problem installing quadprog
....def quadprog.a quadprog_res.o -Lc:/a
pps/rw1050/src/gnuwin32 -lg2c -lR
quadprog.a(util.o)(.text+0x84):util.f: undefined reference to `dscal_'
quadprog.a(util.o)(.text+0xfa):util.f: undefined reference to `daxpy_'
quadprog.a(util.o)(.text+0x188):util.f: undefined reference to `ddot_'
quadprog.a(util.o)(.text+0x21f):util.f: undefined reference to `daxpy_'
make[2]: *** [quadprog.dll] Error 1
rBlas.dll is present in <RHOME>/bin, but note that there is no "-L" directive
for that directory. If I add it, the installation completes correctly.
Is there...
2000 Aug 31
2
Problem with R INSTALL locfit on DEC alphaev56-dec-osf4.0d
...pe
...
/usr/bin/ld:
Warning: Unresolved:
call_R
----------%<----------------
By the way, the installation finishes with no errors, but locfit does
not work.
A similar thing happens with KernSmooth:
----------%<----------------
Warning: Unresolved:
dqrdc_
dqrsl_
dscal_
daxpy_
dswap_
idamax_
ddot_
I wonder which libraries are missing...
Has anybody got an idea?
Thanks
Marcus
--
+-------------------------------------------------------
| Marcus Eger
| Philipps Universitaet Marburg
| Fachbereich Physik AG Neurophysik
| Renthof 7
| 35032 Marburg
| Tel. +49 6421 282-4169
| Fax +49 6421 28...
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
2002 Jan 28
1
Symbol referencing errors...
...l -ltermcap -lm
Undefined first referenced
symbol in file
dscal_ ../appl/libappl.a(lbfgsb.o)
drot_ ../appl/libappl.a(dsvdc.o)
daxpy_ ../appl/libappl.a(lbfgsb.o)
ddot_ ../appl/libappl.a(lbfgsb.o)
dswap_ ../appl/libappl.a(dqrdc.o)
dnrm2_ ../appl/libappl.a(uncmin.o)
dtrsm_ ../appl/libappl.a(bakslv.o)
dcopy_ ../appl/libapp...
2014 Jul 01
1
Error when compiling R with openblas
...bin
Rmain.o -L../../lib -lR -lRblas
../../lib/libR.so: undefined reference to `drot_'
../../lib/libR.so: undefined reference to `dtrsm_'
../../lib/libR.so: undefined reference to `dswap_'
../../lib/libR.so: undefined reference to `dcopy_'
../../lib/libR.so: 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:...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...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 `/soft/R/R-1.5.1/src/...