search for: r_src_top

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

2009 Jul 06
0
success(?) with cross-compiling R package with R 2.9.1
...in wine). The procedure for building the package DLL is this: 1) insert into the file "src/gnuwin32/MkRules", just before "end of user-customizable parts", these two lines: BINPREF=i386-mingw32- R_EXE=/usr/bin/R 2) copy src/gnuwin32/MakeDll and src/gnuwin32/MkRules from <R_src_top> to <win32_R_top> (the win32 R distribution no longer carries those two files - it would be nice if it does.. very subtle hint!) 3) Run make -C <package_src_top>/src/ \ -f <win32_R_top>/src/gnuwin32/MakeDll \ RHOME=<win32_R_top> \ DLLNAME=<package_nam...