search for: triggerbug

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

2008 Apr 09
1
getNativeSymbolInfo fails with Fortran symbol.
...ymbol.For() to convert to Fortran-specific symbols. However, on Linux, getNativeSymbolInfo is unable to find 'initaquaphy' in 'test.so', but does find 'initaquaphy_'. Note that is.loaded() works as advertised. Furthermore, this code works in Windows, R-2.6.2patched44759. triggerbug.R: system("R CMD SHLIB test.f") dyn.load(paste("test",.Platform$dynlib.ext,sep="")) is.loaded("initaquaphy", PACKAGE="test") getNativeSymbolInfo("initaquaphy_", PACKAGE="test") getNativeSymbolInfo("initaquaphy", PACKAG...