Skip to content
Back to formatted view

Raw Message

Message-ID: <BANLkTim-ZVEc=faOLdbhiFX82iZpz8osVw@mail.gmail.com>
Date: 2011-06-03T23:45:29Z
From: Baptiste Auguie
Subject: [Rcpp-devel] RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge?

Dear list,

My package cda, which I was hoping to release on CRAN, fails to
compile on R-forge with error,

** testing if installed package can be loaded
Error in dyn.load(file, DLLpath = DLLpath, ...) :
  unable to load shared object '/tmp/RtmpbztUMm/Rinst1829c04c/cda/libs/cda.so':
  /tmp/RtmpbztUMm/Rinst1829c04c/cda/libs/cda.so: undefined symbol: zgetri_

It builds fine on my local machines (Mac OS 10.5, 10.6).