Displaying 2 results from an estimated 2 matches for "_dsymv_".
2002 Apr 06
2
packages in OS X
...), as.logical(now)) :
unable to load shared library
"/sw/lib/R/library/Matrix/libs/Matrix.so":
dlcompat: dyld: /sw/lib/R/bin/R.bin Undefined symbols:
_ATL_cGetNB
_ATL_dGetNB
_ATL_sGetNB
_ATL_zGetNB
_cblas_dgemm
_cblas_dscal
_cblas_dswap
_cblas_dsyrk
_cblas_dtrsm
_cblas_idamax
_dsymv_
Error in library("Matrix") : .First.lib failed
If I use nm on Matrix.so, all these symbols are undefined.
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658;...
2005 Aug 16
1
Compile failure on OSX
.../Resources/lib/libRlapack.dyli
b -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo
dlapack3.lo cmplx.lo cmplxblas.lo
-L/sw/lib/gcc/powerpc-apple-darwin7.9.0/3.4 -lg2c -lSystem
ld: Undefined symbols:
_dasum_
_daxpy_
_dcopy_
_ddot_
_dgemm_
_dgemv_
_dger_
_dnrm2_
_drot_
_dscal_
_dswap_
_dsymv_
_dsyrk_
_dtbsv_
_dtpsv_
_dtrmm_
_dtrmv_
_dtrsv_
_idamax_
_xerbla_
_dtpmv_
_dtrsm_
_dgbmv_
_dsbmv_
_dspmv_
_dspr2_
_dspr_
_dsymm_
_dsyr2_
_dsyr2k_
_dsyr_
_dtbmv_
_zgemm_
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libRlapack.dylib] Error 1
make[3]: *** [R] Error 2
make[2]: ***...