Displaying 1 result from an estimated 1 matches for "_atl_dgetnb".
Did you mean:
_atl_cgetnb
2002 Apr 06
2
packages in OS X
...which compile and install, but do not work
> library("Matrix")
Error in dyn.load(x, as.logical(local), 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;...