2016-02-02 1 views

Répondre

-1

Il y a plusieurs options de configuration qui doivent préciser:

  1. Option pour activer le chargement dynamique nécessaire de R ajouter: --with-pic
  2. Afin de permettre natif BLAS/LAPACK ajouter à la fois: --with-blas="-framework Accelerate" --with-lapack=""

résultant commande configure:

../configure --disable-shared \ 
F77=gfortran FFLAGS="-fexceptions -m64 -fbackslash" \ 
CFLAGS="-fno-common -no-cpp-precomp -fexceptions -arch x86_64 -m64" \ 
CXXFLAGS="-fno-common -no-cpp-precomp -fexceptions -arch x86_64 -m64" \ 
--with-blas="-framework Accelerate" --with-lapack="" --with-pic