Displaying 1 result from an estimated 1 matches for "desolve_stub".
Did you mean:
desolve_stubs
2009 Feb 02
1
Getting 'LinkingTo' to find the right library
...in a test library. However, when I try to
install my test package (which includes both Depends: deSolve and
LinkingTo: deSolve, in its Description file, as described in 'R
Extensions'), compilation fails, because the appropriate C code cannot
be found (there is also an unrelated problem in deSolve_stubs.c
triggering the "unexpected ')' before '*' token" error).
[test]$ R CMD INSTALL -l C:/home/Rlib-test dma
---------- Making package dma ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
gcc -std=gnu99 -Ic:/PROG...