Skip to content
Prev 10663 / 10988 Next

[Rcpp-devel] Using Rcpp with <nloptrApi.h> results in "shared object 'nloptC.so' not found"

On Wed, 18 Aug 2021 at 16:37, Simon Zehnder
<simon.zehnder at googlemail.com> wrote:
Remove this. The example has useDynLib(nloptC) because the package is
called nloptC. Your package is called finmix, so you just need
useDynLib(finmix) in the NAMESPACE.
You have R_init_finmix instead, same reason as above.