Displaying 1 result from an estimated 1 matches for "my_pkg_".
Did you mean:
my_page
2007 Feb 05
1
How to customize the list of exported functions in a shared library
Dear R users,
I am writing binding from C library to R.
I use R 2.4.1, windows XP, and MinGW.
commands
set PKG_CPPFLAGS="-I../sources" "-I."
set PKG_LIBS="-Lc:/mingw/lib" -lfl -liberty
set DEBUG=T
R CMD SHLIB -d --output=Rsnns.dll [ list of all C sources]
produce the DLL having all defined functions in the export list.
This doesn't satisfy me, as I would