search for: close_file_c

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

Did you mean: close_file
2009 Nov 10
1
Installing and compiling C code for R-windows
...ed knowledge) quite promising, but it seems to 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 a...