[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++

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