Displaying 1 result from an estimated 1 matches for "bin_i686".
2010 Jan 09
0
MinGW-w64 build of 64-bit R for Windows
...inary packages and the default package type
is "source". For packages without compiled code the 32-bit binary
packages will work (but such packages can also simply be installed
from their sources). For compiled code you will need to adjust
etc/Makeconf unless you are using the mingw-w64-bin_i686-mingw
cross-compiler (running under 32-bit Windows) mentioned in the R-admin
manual. That compiler uses dynamic libraries, and C++ users (and
perhaps others) will need to have the toolchain's bin/ directory in
their path or copy the DLLs to RHOME/bin. (Other toolchains can be
used, including...