Hi All,
I am trying to compile R from source on a 64 bit Windows. I have downloaded
and installed all the third party software as per the R - documentation.
The compilation starts fine and after a while it stops with the following
error message:
D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw3
---
I will go through your latest post and see what are the differences. I have
used the latest version of R 3.4.3 with the latest version of rtools:
Rtools34.exe.
Not sure why but i have feeling that the culprit might be a setting in the
MkRules.
Regards,
Indrajit
On Fri, Feb 9, 20
*texi2any*. Can you guide me in this step?
Regards,
Indrajit
On Fri, Feb 9, 2018 at 11:58 AM, Indrajit Sen Gupta
wrote:
> Hi Avraham,
>
> What a coincidence, I have been following this post of yours: https://www.
> avrahamadler.com/2013/10/24/an-openblas-based-rblas-for-
> windows-
Thanks, I will take a look. But right now, the process has not reached
texinfo stage yet. The error is happening before that. Here is log from the
latest output. There is line which caught my eye:
D:\Rtools\mingw_64\bin\dlltool.exe: Syntax error in def file Rgraphapp.def:1
I am wondering if this
Hi Avraham,
I tried with the patched version. The same error message.
gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o
editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o
rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o
I was able to compile the R from the github by running build-r-devel.bat!
Now need to see how to compile it with BLAS.
Regard,
Indrajit
On Tue, Feb 13, 2018 at 5:45 PM, Jeroen Ooms wrote:
> On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta
> wrote:
> > Hi Avraham,
> >
&g
In the file MkRules.local.in, I see the line: USE_ATLAS = NO which I
believe needs to be changed to YES. But how do I specify the BLAS file
*libopenblas_haswell-r0.2.20.a
*and its location?
Regards,
Indrajit
On Tue, Feb 13, 2018 at 6:41 PM, Indrajit Sen Gupta
wrote:
> I was able to compile