search for: lkernel

Displaying 1 result from an estimated 1 matches for "lkernel".

Did you mean: kernel
2007 Feb 05
1
How to customize the list of exported functions in a shared library
...from the library and interface functions which I have written in order to call them from R. The ../sources directory contains also two compiled libraries, created with ar. If I try to link my DLL with them, that is R CMD SHLIB -d --output Rsnns.dll Rsnns.c -Wl,-Lc:/mingw/lib,-lfl,-L../sources,-lkernel,-lfunc desired functions from the library are not exported, export list gets only interface functions in the C file. And GCC seems to ignore the .def file, which I create. Thank you. -- View this message in context: http://www.nabble.com/How-to-customize-the-list-of-exported-functions-in-a-shar...