Displaying 1 result from an estimated 1 matches for "open_file_c".
Did you mean:
open_file_t
2009 Nov 10
1
Installing and compiling C code for R-windows
...o be unable to link libraries. Here's what I get:
* Installing *source* package 'PP' ...
** libs
making DLL ...
gcc -shared -s -o PP.dll tmp.def PP.o -LC:/PROGRA~1/R/R-29~1.2/bin -lR
Cannot export SwapEndian: symbol not found
Cannot export close_file_c: symbol not found
Cannot export open_file_c: symbol not found
..... Etc ....
I don't have any experience compiling C code, so I'm a bit stumped. Do I
need to override the default gcc settings by editing the makefile? Or
have I missed something more obvious? Please let me know if you need any
additional info.
Kind regards,
Andy...