Displaying 1 result from an estimated 1 matches for "mymod_r".
Did you mean:
mymod_1
2008 Sep 16
2
odesolve dynload example
...just installed rtools, and have the latest
version of stable R (2..7.2).
This is what happened:
C:\Program Files\R\R-2.7.2\library\odesolve\dynload\c>Rcmd SHLIB mymod.c
making mymod.d from mymod.c
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -I
C:/PROGRA~1/R/R-27~1.2/include -i mymod_res.rc -o mymod_res.o
gcc -std=gnu99 -shared -s -o mymod.dll mymod.def mymod.o mymod_res.o
-LC:/PROGRA~1/R/R-27~1.2/bin -lR
Cannot export myderivs: symbol not found
Cannot export myjac: symbol not found
Cannot export mymod: symbol not found
mymod.o: In function `mymod':
/home/setzer/tasks/P...