search for: r_dll_build

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

Did you mean: dr_dll_build
2010 May 06
2
help on compile r-2.10.0 on 64 bit window
...d to compile R-2.10.0 src on 64 bit window. After install Rtools and wingw-w64 compiler and put it the first of my PATH variable, but i got the following error when i tried to compile. Anything I missed? thank you. x86_64-w64-mingw32-gcc -std=gnu99 -I../include -I. -I../extra -DHAVE_CONFIG_H -D R_DLL_BUILD -O3 -Wall -pedantic -DR_ARCH='"x64"' -c malloc.c -o malloc.o x86_64-w64-mingw32-windres -I../include -i dllversion.rc -o dllversion.o x86_64-w64-mingw32-gcc -std=gnu99 -shared -s -mwindows -o R.dll R.def console.o dataentry.o dynload.o edit.o editor.o embeddedR.o extra.o opt.o...