[Rcpp-devel] How to build ONLY for the 32-bit Architecture?

Dirk Eddelbuettel edd at debian.org
Mon May 2 01:20:58 CEST 2011


On 1 May 2011 at 22:57, Bernhard Pollner wrote:
| Hello,
| 
| When I was building and testing my Rcpp based package on Windows XP, everything was fine and worked, so far...
| 
| Then I moved to Windows 7 (all on a virtual PC on a recent Mac), tried to compile the package here as well. When doing the "Rcmd check Packagename", it goes pretty far, only failing at the Architecture-Checks.
| It passes the i386-check, and then throws an error at the x86.
| 
| Newbie that I am, I assume that this is due to the fact that the libraries I am linking against are only for a 32 bit environment. 
| 
| ----> What can I do, how can I tell the "Rcmd check" and then the "Rcmd build" to only care for the i386-binaries?? (After all, under Windows XP checking and building worked flawless...)

I was under the impression that R CMD check and R CMD build allow you to
specify just one architecture -- but I do not have access to a Windows box
right now to verify.

Dirk

-- 
Gauss once played himself in a zero-sum game and won $50.
                      -- #11 at http://www.gaussfacts.com


More information about the Rcpp-devel mailing list