Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)

2015-03-09 Thread Duncan Murdoch
On 08/03/2015 10:02 PM, Hsiu-Khuern Tang wrote: > Hi, > > [This is a follow-up to the "New version of Rtools for Windows" thread > in January, but I just subscribed and don't know how to reply to an > old thread -- my apologies.] I am planning to put a new Rtools online today that uses a differen

Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)

2015-03-09 Thread Hsiu-Khuern Tang
On Mon, Mar 9, 2015 at 3:50 AM, Duncan Murdoch wrote: > On 08/03/2015 10:02 PM, Hsiu-Khuern Tang wrote: >> Hi, >> >> [This is a follow-up to the "New version of Rtools for Windows" thread >> in January, but I just subscribed and don't know how to reply to an >> old thread -- my apologies.] > > I a

Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)

2015-03-09 Thread Avraham Adler
On Mon, Mar 9, 2015 at 6:50 AM, Duncan Murdoch wrote: > It is also not multilib. It uses static linking of libraries, and SJLJ > exception handling in both 32 and 64 bit builds -- this is necessary for > compatibility with existing compiles of external libraries, but may not > be ideal in 64 bit

Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)

2015-03-09 Thread Avraham Adler
On Mon, Mar 9, 2015 at 11:07 AM, Hsiu-Khuern Tang wrote: > I also worked off R-devel (I said wrongly that it was R-patched in my > original post) and benefited from your compatibility changes. Hsiu-Khuern, using your suggest filter in NM, I was able to build Rcpp in the R_devel compiled with Gcc

[Rd] Fwd: Rstudio R-devel libR.so

2015-03-09 Thread Karim Mezhoud
Dear All, I am actually on R-devel using shell consol. When I run RStudio, it can't find libR.so in the new /lib folder where is libRblas.so libRlapack.so. At first step I configure R-devel to share library with ./configure --enable-R-shlib. when I copied libR.so from /usr/lib/R/lib/libR.so (sta

Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)

2015-03-09 Thread Duncan Murdoch
On 09/03/2015 11:07 AM, Hsiu-Khuern Tang wrote: On Mon, Mar 9, 2015 at 3:50 AM, Duncan Murdoch wrote: > On 08/03/2015 10:02 PM, Hsiu-Khuern Tang wrote: >> Hi, >> >> [This is a follow-up to the "New version of Rtools for Windows" thread >> in January, but I just subscribed and don't know how to r

Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)

2015-03-09 Thread Duncan Murdoch
On 09/03/2015 1:40 PM, Duncan Murdoch wrote: On 09/03/2015 11:07 AM, Hsiu-Khuern Tang wrote: > On Mon, Mar 9, 2015 at 3:50 AM, Duncan Murdoch wrote: > > On 08/03/2015 10:02 PM, Hsiu-Khuern Tang wrote: > >> Hi, > >> > >> [This is a follow-up to the "New version of Rtools for Windows" thread > >>

Re: [Rd] Fwd: Rstudio R-devel libR.so

2015-03-09 Thread Karim Mezhoud
Hi, I forgot tools/rsync-recommended before ./configure Thanks On Mon, Mar 9, 2015 at 6:51 PM, Kevin Ushey wrote: > I believe you need to set the environment variable R_HOME_DIR to the > path pointing to your R-devel installation before launching RStudio. > > On Mon, Mar 9, 2015 at 9:49 A

Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)

2015-03-09 Thread Hsiu-Khuern Tang
Hi Duncan, On Mon, Mar 9, 2015 at 10:40 AM, Duncan Murdoch wrote: > On 09/03/2015 11:07 AM, Hsiu-Khuern Tang wrote: >> >> On Mon, Mar 9, 2015 at 3:50 AM, Duncan Murdoch >> wrote: >> > On 08/03/2015 10:02 PM, Hsiu-Khuern Tang wrote: >> >> Hi, >> >> >> >> [This is a follow-up to the "New version o