Displaying 3 results from an estimated 3 matches for "drotg_".
Did you mean:
drotg
1999 Mar 23
0
R binary for Solaris 5.6 (sparc) available?
...printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE -lX11 -lsocket -lnsl -ldl -ltermcap -lm
../appl/libappl.a(blas.o): In function `drotg_':
blas.o(.text+0x24e8): undefined reference to `__d_sign'
../appl/libappl.a(dpoco.o): In function `dpoco_':
dpoco.o(.text+0x534): undefined reference to `__d_sign'
../appl/libappl.a(dqrdc.o): In function `dqrdc_':
dqrdc.o(.text+0xce0): undefined reference to `__d_sign'
./app...
2002 Jan 28
1
Symbol referencing errors...
...../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/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...
2014 Jul 01
1
Error when compiling R with openblas
...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'
make[2]: *** [R] Error 2
make[2]: Leaving directory `/home/ab/Downloads/R-3.1.0/src/main'
make[1]: **...