Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-08 Thread Indrajit Sen Gupta
Feb 8, 2018 at 9:44 PM, Indrajit Sen Gupta <indraji...@gmail.com> > wrote: > > Hi All, > > > > I am trying to compile R from source on a 64 bit Windows. > > [snip] > > > I had compiled earlier with MinGW and had created the file: > > *libopenblas_haswe

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-08 Thread Indrajit Sen Gupta
*texi2any*. Can you guide me in this step? Regards, Indrajit On Fri, Feb 9, 2018 at 11:58 AM, Indrajit Sen Gupta <indraji...@gmail.com> wrote: > Hi Avraham, > > What a coincidence, I have been following this post of yours: https://www. > avrahamadler.com/2013/10/24/an-openblas-based-rb

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-13 Thread Indrajit Sen Gupta
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 <jeroeno...@gmail.com> wrote: > On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta > <indra

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-13 Thread Indrajit Sen Gupta
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

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-13 Thread Indrajit Sen Gupta
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 <indraji...@gmail.com> wrote

Re: [Rd] R Compilation gets stuck on Windows 64

2018-02-09 Thread Indrajit Sen Gupta
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