hi. 2008/2/5, M Redmond <[EMAIL PROTECTED]>: > --with-blas="-L/.../intel/mkl/10.0.1.014/lib/em64t -lRblas -lmkl_intel_thread > -lguide -lmkl_lapack -lmkl_core -lpthread" \ > --with-lapack="-L/.../intel/mkl/10.0.1.014/lib/em64t -lRlapack > -lmkl_intel_thread -lguide -lmkl_lapack -lmkl_core -lpthread" \
Did libRblas and libRlapack make it with manual operation? I see.../opt/intel/mkl/10.0.1.014/doc/userguide.pdf(Building Custom Shared Objects) awk '/F77_SYMBOL\([a-z]+\)\(\)/{FS="[()\t]";if(length($2)){print $2 "_"}}' m4/R.m4 > blas_list MKL_ROOT=/opt/intel/mkl/10.0.1.014 make -f ${MKL_ROOT}/tools/builder/makefile \ em64t export=blas_list xerbra=xerbla.o \ name=/usr/local/lib/libmkl_myblas MKL_ROOT=${MKL_ROOT} However, zdotu did not move even if I linked at this point in time.... -- EI-JI Nakama <[EMAIL PROTECTED]> "\u4e2d\u9593\u6804\u6cbb" <[EMAIL PROTECTED]> ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel