Re: [R] building R from source on gnu version >=5.4

2016-09-08 Thread David Winsemius
> On Sep 7, 2016, at 1:17 AM, Chinmay Borwankar wrote: > > Hi, >I want to integrate R with ROOTv6.06, which requires that, >R be built with gcc compiler option "_GLIBCXX_USE_CXX11_ABI=0" . >I am hoping that if I build R from source then there will be a way to >

Re: [R] building R from source on gnu version >=5.4

2016-09-07 Thread Chinmay Borwankar
I believe building the source is not really "R-devel question" since I am not really developing anything for R. On the other hand, many people may want to build the R-code with their specific installation requirements. Anyways, if it was wrong place I will post it at right place. On 7 September

Re: [R] building R from source on gnu version >=5.4

2016-09-07 Thread Jeff Newmiller
Many things are possible, especially if you read the Posting Guide which tells you you that questions involving compiling R belong on R-devel, not R-help. -- Sent from my phone. Please excuse my brevity. On September 7, 2016 1:17:10 AM PDT, Chinmay Borwankar wrote: >Hi,

[R] building R from source on gnu version >=5.4

2016-09-07 Thread Chinmay Borwankar
Hi, I want to integrate R with ROOTv6.06, which requires that, R be built with gcc compiler option "_GLIBCXX_USE_CXX11_ABI=0" . I am hoping that if I build R from source then there will be a way to do this. Is there ? Regards. -- Regards. Chinmay Borwankar

[R] building R from source

2011-02-17 Thread Jeremy MAZET
Dear all, I post again my question with a new title ... please, help me! I build a customized version of R-2.12.1 from source (under windows XP). I work as explain in the R Installation and Adminstration manual and all seems to be good... But When I try to uninstall this version I have the

Re: [R] building R from source

2011-02-17 Thread Duncan Murdoch
On 11-02-17 5:44 AM, Jeremy MAZET wrote: Dear all, I post again my question with a new title ... please, help me! I build a customized version of R-2.12.1 from source (under windows XP). I work as explain in the R Installation and Adminstration manual and all seems to be good... But When I try

Re: [R] Building R from source

2010-02-18 Thread Uwe Ligges
On 17.02.2010 15:38, rkevinbur...@charter.net wrote: Thank you for the tip. I was used to inserting write statements and was surpised when it didn't work and reading this section I see that I shouldn't have been doing this anyway. One more question. Is there another call that I can use to

Re: [R] Building R from source

2010-02-17 Thread Uwe Ligges
Since no more information is given: See Writing R Extensions, currently section 6.5: Printing and 6.5.1 Printing from FORTRAN Uwe Ligges On 17.02.2010 03:50, rkevinbur...@charter.net wrote: I found the problem but not a solution. It turns out if I add the following lines to dqrdc2.f I

Re: [R] Building R from source

2010-02-17 Thread rkevinburton
Thank you for the tip. I was used to inserting write statements and was surpised when it didn't work and reading this section I see that I shouldn't have been doing this anyway. One more question. Is there another call that I can use to print out a 2-dimensional array? Since FORTRAN stores as

[R] Building R from source

2010-02-16 Thread rkevinburton
I found the problem but not a solution. It turns out if I add the following lines to dqrdc2.f I get the error: write(*,300) ldx,n,p 300 format(3i4) I don't get a compile error but I get the seemingly unrelated error in linking R.DLL I guess the question now is, How do I add a

Re: [R] Building 'R' from source for Windows.

2009-08-15 Thread Peter Dalgaard
rkevinbur...@charter.net wrote: I know I am going to catch alot of comments for this question but I am really stuck. If there is some written documentation that I have missed please redirect me. I want to build 'R' from source on a Windows Platform. The main reasons are that I want to check

Re: [R] Building 'R' from source for Windows.

2009-08-15 Thread rkevinburton
Thank you for looking into this. It turns out the problem was You are misinterpreting R_HOME. . . I thought R_HOME was were I installed R not the directory where I was trying to compile the source. Once I moved the extra stuff that RTools.exe installed in what I thought was the R installation

Re: [R] Building 'R' from source for Windows.

2009-08-15 Thread Duncan Murdoch
rkevinbur...@charter.net wrote: Thank you for looking into this. It turns out the problem was You are misinterpreting R_HOME. . . I thought R_HOME was were I installed R not the directory where I was trying to compile the source. Once I moved the extra stuff that RTools.exe installed in what

[R] Building 'R' from source for Windows.

2009-08-14 Thread rkevinburton
I know I am going to catch alot of comments for this question but I am really stuck. If there is some written documentation that I have missed please redirect me. I want to build 'R' from source on a Windows Platform. The main reasons are that I want to check out a debugging some existing