search for: sparseahc_run_sparseahc

Displaying 1 result from an estimated 1 matches for "sparseahc_run_sparseahc".

2016 Feb 29
0
Function name exported incorrectly in DLL, strange entries in tmp.def
...build with gcc 4.9.3, and the latest Rtools. I got compilation and installation to work using Rcpp (0.12.3, from CRAN source). Package loads fine. However, when I tried to use the functions: * the Rcpp exported function ```sparseAHC_dgCIsSymmetric``` works correctly * the Rcpp exported function ```sparseAHC_run_sparseAHC``` doesn't work. I could not see anything wrong with the source files and therefore looked at the DLL with DependencyWalker. Interestingly: * ```sparseAHC_dgCIsSymmetric``` is named correctly * ```sparseAHC_run_sparseAHC``` is named ```sparseAHC_run_sparseAHC.weak._ZNSt4listIiSaIiEE7emplaceIJi...