Re: [Rcpp-devel] Issues creating static library using Makevars

2020-06-26 Thread Dirk Eddelbuettel
On 26 June 2020 at 15:55, Akhila Chowdary Kolla wrote: | But when I check the package I get the following warnings: using | devtools::check() | ‘../inst/include/Log.o’ File ‘testproject/libs/testproject.so’: Found | no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’Compiled code |

[Rcpp-devel] Issues creating static library using Makevars

2020-06-26 Thread Akhila Chowdary Kolla
Hello Everyone, I am trying to generate a C static library(libdeepstate.a) in an Rcpp(inst/include/lib) package using Makevars similar to RInside(generating RInside.so and RInside.a) My static library libdeepstate.a has four compiled c programs [image: image.png] I saved those files DeepState.c,