Skip to content
Prev 54796 / 63424 Next

R Compilation gets stuck on Windows 64

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
dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a
getline/gl.a ../extra/xdr/libxdr.a ../extra/intl/libintl.a
../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a
-fopenmp -L. -lgfortran -lquadmath -lRblas -L../../lib -lRgraphapp -lRiconv
-lcomctl32 -lversion -L"D:/R64/extsoft"/lib/x64 -lpcre -lz -lbz2 -llzma
-L"D:/home/ICU"/lib/x64 -lsicuin -lsicuuc -lsicudt -lstdc++
D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lRgraphapp
collect2.exe: error: ld returned 1 exit status
make[4]: *** [R.dll] Error 1
make[3]: *** [../../bin/x64/R.dll] Error 2
make[2]: *** [rbuild] Error 2
make[1]: *** [all] Error 2
make: *** [distribution] Error 2


Would it be possible for you to share your MkRules.local and Makefile.win
files?

Also as per your website, we don't need the line:

*TCL_VERSION = 86 *

in the file *Makeconf *inside *R_HOME/src/gnuwin32/fixed/etc*. Hence I am
commenting it. Also I noticed, just above this line (line 60), the
following line which specifies Rgraphapp:

*GRAPHAPP_LIB = -lRgraphapp*
# TCL_VERSION = 86
# was a reference to Rzlib.dll in R < 3.2.0
ZLIB_LIBS = -lz


This looks like the step which is causing the error. Anything I can try out
at this point?

Regards,
Indrajit


On Fri, Feb 9, 2018 at 9:58 PM, Avraham Adler <avraham.adler at gmail.com>
wrote: