Re: [R] Cross compiling R

2015-02-02 Thread Prof Brian Ripley
Cross-building is not supported (building R is more than just compiling and needs a working R executable). And (see the posting guide) this was not the right list for such a question. On 02/02/2015 07:16, Vivek Rangi wrote: Hi! I am cross compiling R-3.1.2 for Galileo board with the so

[R] Cross compiling R

2015-02-02 Thread Vivek Rangi
Hi! I am cross compiling R-3.1.2 for Galileo board with the source code. I am able to configure R-3.1.2 without any errors with the following command : ./configure --host=i586-poky-linux-uclibc CC=i586-poky-linux-uclibc-gcc CXX=i586-poky-linux-uclibc-g++ F77=i586-poky-linux-uclibc-gfortra

Re: [R] Cross Compiling

2007-09-21 Thread Prof Brian Ripley
On Fri, 14 Sep 2007, Scott Hyde wrote: > Hello All, > > I have a Linux computer and do all of my work from it. However, I > teach also, which means that many of my students use windows. Hence, > I need to create packages that work under windows as well as Linux. I > have tried to follow the di

Re: [R] Cross Compiling

2007-09-14 Thread Douglas Bates
An alternative to cross-compiling when you have a source package is to use the Win-builder facility at win-builder.R-project.org Thanks to Uwe for providing this facility. I find it much, much easier than trying to cross-compile or to set up a Windows computer for compiling R packages. On 9/14/0

[R] Cross Compiling

2007-09-14 Thread Scott Hyde
Hello All, I have a Linux computer and do all of my work from it. However, I teach also, which means that many of my students use windows. Hence, I need to create packages that work under windows as well as Linux. I have tried to follow the directions at http://cran.r-project.org/doc/contrib/