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-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lRgraphapp
collect2.exe: error: ld returned 1 exit status
make[3]: *** [R.dll] Error 1
make[2]: *** [../../bin/x64/R.dll] Error 2
make[1]: *** [rbuild] Error 2
make: *** [all] Error 2

The file Rgraphapp.dll is created in the folder *D:\R64\R-3.4.3\bin\x64*
but somehow the process is not able to find it and gives an error. The
purpose for going through this process was to compile R with OpenBlas which
I had compiled earlier with MinGW and had created the file:
*libopenblas_haswell-r0.2.20.a. *

I have attached the MkRules.local and the output log along with this email.
Any would be greatly appreciated.

Regards,
Indrajit
make --no-print-directory -C front-ends Rpwd
make -C ../../include -f Makefile.win version
make Rpwd.exe
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -DR_ARCH='"x64"'  -O3 
-Wall -pedantic   -c rpwd.c -o rpwd.o
D:/Rtools/mingw_64/bin/windres  -DWN64  -i rcico.rc -o rcico.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -s  -o Rpwd.exe rpwd.o rcico.o  
cp front-ends/Rpwd.exe Rpwd.exe
-------- Building ../../../library/base/R/Rprofile from 
../../library/profile/Common.R ../../library/profile/Rprofile.windows--------
mkdir -p ../../../library/base/R
cp -p html/rwin.html ../../../doc/html/index.html
cp -p ./etc/Makeconf ./etc/Rcmd_environ ./etc/Rconsole ./etc/Rdevga 
./etc/Rprofile.site ./etc/rgb.txt ../../../etc
rm -f ../../../etc/Makeconf
mkdir -p ../../../etc//x64
sed -e 's/WIN = 32/WIN = 64/' \
  -e "s/-O3/-O2/" \
  -e "s/@EOPTS@/-mtune=native/" \
  -e "s|BINPREF =|BINPREF ?= D:/Rtools/mingw_64/bin/|" \
  -e "s|COMPILED_BY =|COMPILED_BY = gcc-4.9.3|" \
  -e "s|IMPDIR = bin|IMPDIR = lib|" \
  -e "s|LOCAL_SOFT =|LOCAL_SOFT = |" \
  -e "s|R_ARCH =|R_ARCH = /x64|" \
  -e "s|DT_ARCH =|DT_ARCH = -m i386:x86-64 --as-flags --64|" \
  -e "s|RC_ARCH =|RC_ARCH = |" \
  -e "s|M_ARCH =|M_ARCH = |" \
  -e "s|@SYMPAT@|'s/^.* [BCDRT] / /p'|" \
  -e "s|(TCL_HOME)/bin|(TCL_HOME)/bin64|" \
  -e "s|@OPENMP@|-fopenmp|" \
  -e "s|@PTHREAD@|-pthread|" \
  -e "s@NM_FILTER =@NM_FILTER = | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d'@" 
\
  etc/Makeconf > ../../../etc/x64/Makeconf
sed -e "s+@BINDIR@+bin/x64+" Makeconf > ../../../Makeconf
cp -p ../CHANGES0 ../CHANGES1 ../CHANGES2 ../../../doc
make[4]: Nothing to be done for `svnonly'.
installing C headers
D:/Rtools/mingw_64/bin/dlltool --as D:/Rtools/mingw_64/bin/as -m i386:x86-64 
--as-flags --64 -k  --dllname Riconv.dll \
  --input-def unicode/iconv.def --output-lib libRiconv.dll.a
make[5]: Nothing to be done for `svnonly'.
installing C headers
make --no-print-directory -C ../extra/intl CFLAGS='-O3 -Wall -pedantic 
-mtune=native' -f Makefile.win
sed -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
    -e 's,@''HAVE_ASPRINTF''@,0,g' \
    -e 's,@''HAVE_SNPRINTF''@,1,g' \
    -e 's,@''HAVE_WPRINTF''@,0,g' \
  < libgnuintl.h.in > libgnuintl.h
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c bindtextdom.c -o 
bindtextdom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c dcgettext.c -o 
dcgettext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c dgettext.c -o dgettext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c gettext.c -o gettext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c finddomain.c -o 
finddomain.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c loadmsgcat.c -o 
loadmsgcat.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c textdomain.c -o 
textdomain.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c l10nflist.c -o 
l10nflist.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c explodename.c -o 
explodename.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include -DLOCALEDIR=\"\" -O3 -Wall -pedantic -mtune=native   -c 
dcigettext.c -o dcigettext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c dcngettext.c -o 
dcngettext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c dngettext.c -o 
dngettext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c ngettext.c -o ngettext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c plural.c -o plural.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c plural-exp.c -o 
plural-exp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c langprefs.c -o 
langprefs.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c localcharset.c -o 
localcharset.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c localename.c -o 
localename.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c printf.c -o printf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c osdep.c -o osdep.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DIN_LIBINTL -DHAVE_CONFIG_H -I. 
-I../../include  -O3 -Wall -pedantic -mtune=native   -c hash-string.c -o 
hash-string.o
D:/Rtools/mingw_64/bin/ar crs libintl.a bindtextdom.o dcgettext.o dgettext.o 
gettext.o finddomain.o loadmsgcat.o textdomain.o l10nflist.o explodename.o 
dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o 
langprefs.o localcharset.o localename.o printf.o osdep.o hash-string.o
cp libgnuintl.h libintl.h
make --no-print-directory -C ../appl CFLAGS='-O3 -Wall -pedantic -mtune=native' 
FFLAGS='-O3 -mtune=native' -f Makefile.win
making integrate.d from integrate.c
making interv.d from interv.c
making maxcol.d from maxcol.c
making optim.d from optim.c
making pretty.d from pretty.c
making uncmin.d from uncmin.c
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c integrate.c -o integrate.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c interv.c -o interv.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c maxcol.c -o maxcol.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c optim.c -o optim.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pretty.c -o pretty.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c uncmin.c -o uncmin.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dchdc.f -o dchdc.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dpbfa.f -o dpbfa.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dpbsl.f -o dpbsl.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dpoco.f -o dpoco.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dpodi.f -o dpodi.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dpofa.f -o dpofa.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dposl.f -o dposl.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dqrdc.f -o dqrdc.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dqrdc2.f -o dqrdc2.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dqrls.f -o dqrls.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dqrsl.f -o dqrsl.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dqrutl.f -o dqrutl.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dsvdc.f -o dsvdc.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dtrco.f -o dtrco.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c dtrsl.f -o dtrsl.o
D:/Rtools/mingw_64/bin/ar crs libappl.a integrate.o interv.o maxcol.o optim.o 
pretty.o uncmin.o dchdc.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o 
dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o
make --no-print-directory -C ../nmath CFLAGS='-O3 -Wall -pedantic 
-mtune=native' FFLAGS='-O3 -mtune=native' -f Makefile.win
making mlutils.d from mlutils.c
making d1mach.d from d1mach.c
making i1mach.d from i1mach.c
making fmax2.d from fmax2.c
making fmin2.d from fmin2.c
making fprec.d from fprec.c
making fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making expm1.d from expm1.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making cospi.d from cospi.c
making bessel_i.d from bessel_i.c
making bessel_j.d from bessel_j.c
making bessel_k.d from bessel_k.c
making bessel_y.d from bessel_y.c
making choose.d from choose.c
making snorm.d from snorm.c
making sexp.d from sexp.c
making dgamma.d from dgamma.c
making pgamma.d from pgamma.c
making qgamma.d from qgamma.c
making rgamma.d from rgamma.c
making dbeta.d from dbeta.c
making pbeta.d from pbeta.c
making qbeta.d from qbeta.c
making rbeta.d from rbeta.c
making dunif.d from dunif.c
making punif.d from punif.c
making qunif.d from qunif.c
making runif.d from runif.c
making dnorm.d from dnorm.c
making pnorm.d from pnorm.c
making qnorm.d from qnorm.c
making rnorm.d from rnorm.c
making dlnorm.d from dlnorm.c
making plnorm.d from plnorm.c
making qlnorm.d from qlnorm.c
making rlnorm.d from rlnorm.c
making df.d from df.c
making pf.d from pf.c
making qf.d from qf.c
making rf.d from rf.c
making dnf.d from dnf.c
making dt.d from dt.c
making pt.d from pt.c
making qt.d from qt.c
making rt.d from rt.c
making dnt.d from dnt.c
making dchisq.d from dchisq.c
making pchisq.d from pchisq.c
making qchisq.d from qchisq.c
making rchisq.d from rchisq.c
making rnchisq.d from rnchisq.c
making dbinom.d from dbinom.c
making pbinom.d from pbinom.c
making qbinom.d from qbinom.c
making rbinom.d from rbinom.c
making rmultinom.d from rmultinom.c
making dcauchy.d from dcauchy.c
making pcauchy.d from pcauchy.c
making qcauchy.d from qcauchy.c
making rcauchy.d from rcauchy.c
making dexp.d from dexp.c
making pexp.d from pexp.c
making qexp.d from qexp.c
making rexp.d from rexp.c
making dgeom.d from dgeom.c
making pgeom.d from pgeom.c
making qgeom.d from qgeom.c
making rgeom.d from rgeom.c
making dhyper.d from dhyper.c
making phyper.d from phyper.c
making qhyper.d from qhyper.c
making rhyper.d from rhyper.c
making dnbinom.d from dnbinom.c
making pnbinom.d from pnbinom.c
making qnbinom.d from qnbinom.c
making rnbinom.d from rnbinom.c
making dpois.d from dpois.c
making ppois.d from ppois.c
making qpois.d from qpois.c
making rpois.d from rpois.c
making dweibull.d from dweibull.c
making pweibull.d from pweibull.c
making qweibull.d from qweibull.c
making rweibull.d from rweibull.c
making dlogis.d from dlogis.c
making plogis.d from plogis.c
making qlogis.d from qlogis.c
making rlogis.d from rlogis.c
making dnchisq.d from dnchisq.c
making pnchisq.d from pnchisq.c
making qnchisq.d from qnchisq.c
making dnbeta.d from dnbeta.c
making pnbeta.d from pnbeta.c
making qnbeta.d from qnbeta.c
making pnf.d from pnf.c
making pnt.d from pnt.c
making qnf.d from qnf.c
making qnt.d from qnt.c
making ptukey.d from ptukey.c
making qtukey.d from qtukey.c
making toms708.d from toms708.c
making wilcox.d from wilcox.c
making signrank.d from signrank.c
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c mlutils.c -o mlutils.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c d1mach.c -o d1mach.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c i1mach.c -o i1mach.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c fmax2.c -o fmax2.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c fmin2.c -o fmin2.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c fprec.c -o fprec.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c fround.c -o fround.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c ftrunc.c -o ftrunc.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c sign.c -o sign.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c fsign.c -o fsign.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c imax2.c -o imax2.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c imin2.c -o imin2.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c chebyshev.c -o chebyshev.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c log1p.c -o log1p.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c expm1.c -o expm1.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c lgammacor.c -o lgammacor.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c gammalims.c -o gammalims.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c stirlerr.c -o stirlerr.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c bd0.c -o bd0.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c gamma.c -o gamma.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c lgamma.c -o lgamma.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c gamma_cody.c -o 
gamma_cody.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c beta.c -o beta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c lbeta.c -o lbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c polygamma.c -o polygamma.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c cospi.c -o cospi.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c bessel_i.c -o bessel_i.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c bessel_j.c -o bessel_j.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c bessel_k.c -o bessel_k.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c bessel_y.c -o bessel_y.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c choose.c -o choose.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c snorm.c -o snorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c sexp.c -o sexp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dgamma.c -o dgamma.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pgamma.c -o pgamma.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qgamma.c -o qgamma.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rgamma.c -o rgamma.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dbeta.c -o dbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pbeta.c -o pbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qbeta.c -o qbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rbeta.c -o rbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dunif.c -o dunif.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c punif.c -o punif.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qunif.c -o qunif.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c runif.c -o runif.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dnorm.c -o dnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pnorm.c -o pnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qnorm.c -o qnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rnorm.c -o rnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dlnorm.c -o dlnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c plnorm.c -o plnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qlnorm.c -o qlnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rlnorm.c -o rlnorm.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c df.c -o df.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pf.c -o pf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qf.c -o qf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rf.c -o rf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dnf.c -o dnf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dt.c -o dt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pt.c -o pt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qt.c -o qt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rt.c -o rt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dnt.c -o dnt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dchisq.c -o dchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pchisq.c -o pchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qchisq.c -o qchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rchisq.c -o rchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rnchisq.c -o rnchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dbinom.c -o dbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pbinom.c -o pbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qbinom.c -o qbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rbinom.c -o rbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rmultinom.c -o rmultinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dcauchy.c -o dcauchy.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pcauchy.c -o pcauchy.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qcauchy.c -o qcauchy.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rcauchy.c -o rcauchy.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dexp.c -o dexp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pexp.c -o pexp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qexp.c -o qexp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rexp.c -o rexp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dgeom.c -o dgeom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pgeom.c -o pgeom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qgeom.c -o qgeom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rgeom.c -o rgeom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dhyper.c -o dhyper.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c phyper.c -o phyper.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qhyper.c -o qhyper.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rhyper.c -o rhyper.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dnbinom.c -o dnbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pnbinom.c -o pnbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qnbinom.c -o qnbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rnbinom.c -o rnbinom.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dpois.c -o dpois.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c ppois.c -o ppois.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qpois.c -o qpois.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rpois.c -o rpois.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dweibull.c -o dweibull.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pweibull.c -o pweibull.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qweibull.c -o qweibull.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rweibull.c -o rweibull.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dlogis.c -o dlogis.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c plogis.c -o plogis.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qlogis.c -o qlogis.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rlogis.c -o rlogis.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dnchisq.c -o dnchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pnchisq.c -o pnchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qnchisq.c -o qnchisq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dnbeta.c -o dnbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pnbeta.c -o pnbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qnbeta.c -o qnbeta.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pnf.c -o pnf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pnt.c -o pnt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qnf.c -o qnf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qnt.c -o qnt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c ptukey.c -o ptukey.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c qtukey.c -o qtukey.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c toms708.c -o toms708.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c wilcox.c -o wilcox.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c signrank.c -o signrank.o
D:/Rtools/mingw_64/bin/ar crs libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o 
fmin2.o fprec.o fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o 
log1p.o expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o 
gamma_cody.o beta.o lbeta.o polygamma.o cospi.o bessel_i.o bessel_j.o 
bessel_k.o bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o 
rgamma.o dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o 
dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o 
qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o 
rnchisq.o dbinom.o pbinom.o qbinom.o rbinom.o rmultinom.o dcauchy.o pcauchy.o 
qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o 
dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o rnbinom.o 
dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o 
dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o 
pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o 
signrank.o
make --no-print-directory -C ../main CFLAGS='-O3 -Wall -pedantic -mtune=native' 
FFLAGS='-O3 -mtune=native' malloc-DEFS='' -f Makefile.win
making CommandLineArgs.d from CommandLineArgs.c
making Rdynload.d from Rdynload.c
making Renviron.d from Renviron.c
making RNG.d from RNG.c
making agrep.d from agrep.c
making apply.d from apply.c
making arithmetic.d from arithmetic.c
making array.d from array.c
making attrib.d from attrib.c
making bind.d from bind.c
making builtin.d from builtin.c
making character.d from character.c
making coerce.d from coerce.c
making colors.d from colors.c
making complex.d from complex.c
making connections.d from connections.c
making context.d from context.c
making cum.d from cum.c
making dcf.d from dcf.c
making datetime.d from datetime.c
making debug.d from debug.c
making deparse.d from deparse.c
making devices.d from devices.c
making dotcode.d from dotcode.c
making dounzip.d from dounzip.c
making dstruct.d from dstruct.c
making duplicate.d from duplicate.c
making edit.d from edit.c
making engine.d from engine.c
making envir.d from envir.c
making errors.d from errors.c
making eval.d from eval.c
making format.d from format.c
making gevents.d from gevents.c
making gram.d from gram.c
making gram-ex.d from gram-ex.c
making graphics.d from graphics.c
making grep.d from grep.c
making identical.d from identical.c
making inlined.d from inlined.c
making inspect.d from inspect.c
making internet.d from internet.c
making iosupport.d from iosupport.c
making lapack.d from lapack.c
making list.d from list.c
making localecharset.d from localecharset.c
making logic.d from logic.c
making main.d from main.c
making mapply.d from mapply.c
making match.d from match.c
making memory.d from memory.c
making mkdtemp.d from mkdtemp.c
making names.d from names.c
making objects.d from objects.c
making options.d from options.c
making paste.d from paste.c
making platform.d from platform.c
making plot.d from plot.c
making plot3d.d from plot3d.c
making plotmath.d from plotmath.c
making print.d from print.c
making printarray.d from printarray.c
making printvector.d from printvector.c
making printutils.d from printutils.c
making qsort.d from qsort.c
making radixsort.d from radixsort.c
making random.d from random.c
making raw.d from raw.c
making registration.d from registration.c
making relop.d from relop.c
making rlocale.d from rlocale.c
making saveload.d from saveload.c
making scan.d from scan.c
making seq.d from seq.c
making serialize.d from serialize.c
making sort.d from sort.c
making source.d from source.c
making split.d from split.c
making sprintf.d from sprintf.c
making startup.d from startup.c
making subassign.d from subassign.c
making subscript.d from subscript.c
making subset.d from subset.c
making summary.d from summary.c
making sysutils.d from sysutils.c
making times.d from times.c
making unique.d from unique.c
making util.d from util.c
making version.d from version.c
making g_alab_her.d from g_alab_her.c
making g_cntrlify.d from g_cntrlify.c
making g_fontdb.d from g_fontdb.c
making g_her_glyph.d from g_her_glyph.c
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
CommandLineArgs.c -o CommandLineArgs.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
Rdynload.c -o Rdynload.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
Renviron.c -o Renviron.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../nmath -O3 -Wall -pedantic -mtune=native   
-c RNG.c -o RNG.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../extra -O3 -Wall -pedantic -mtune=native   
-c agrep.c -o agrep.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c apply.c 
-o apply.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
arithmetic.c -o arithmetic.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c array.c 
-o array.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c attrib.c 
-o attrib.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c bind.c 
-o bind.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../gnuwin32 -O3 -Wall -pedantic -mtune=native  
 -c builtin.c -o builtin.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
character.c -o character.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c coerce.c 
-o coerce.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c colors.c 
-o colors.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
complex.c -o complex.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -DLZMA_API_STATIC -I"D:/R64/extsoft"/include 
-DHAVE_CURL_CURL_H -DHAVE_LIBCURL -O3 -Wall -pedantic -mtune=native   -c 
connections.c -o connections.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
context.c -o context.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c cum.c -o 
cum.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../extra -O3 -Wall -pedantic -mtune=native   
-c dcf.c -o dcf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
datetime.c -o datetime.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c debug.c 
-o debug.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native -Wno-format  
-c deparse.c -o deparse.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
devices.c -o devices.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
dotcode.c -o dotcode.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -ID:/R64/extsoft/include -O3 -Wall -pedantic 
-mtune=native   -c dounzip.c -o dounzip.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
dstruct.c -o dstruct.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
duplicate.c -o duplicate.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../gnuwin32 -O3 -Wall -pedantic -mtune=native  
 -c edit.c -o edit.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c engine.c 
-o engine.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c envir.c 
-o envir.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c errors.c 
-o errors.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c eval.c 
-o eval.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c format.c 
-o format.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
gevents.c -o gevents.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c gram.c 
-o gram.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
gram-ex.c -o gram-ex.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
graphics.c -o graphics.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -DPCRE_STATIC -I../extra -I../gnuwin32 
-I"D:/R64/extsoft"/include -O3 -Wall -pedantic -mtune=native   -c grep.c -o 
grep.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
identical.c -o identical.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
inlined.c -o inlined.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
inspect.c -o inspect.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
internet.c -o internet.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
iosupport.c -o iosupport.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c lapack.c 
-o lapack.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c list.c 
-o list.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
localecharset.c -o localecharset.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c logic.c 
-o logic.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c main.c 
-o main.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c mapply.c 
-o mapply.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c match.c 
-o match.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c memory.c 
-o memory.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
mkdtemp.c -o mkdtemp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c names.c 
-o names.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
objects.c -o objects.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
options.c -o options.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c paste.c 
-o paste.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../gnuwin32 -I../extra 
-DPLATFORM_PKGTYPE='"win.binary"' -DPCRE_STATIC -DLZMA_API_STATIC 
-I"D:/R64/extsoft"/include -DUSE_ICU -I"D:/home/ICU"/include -DHAVE_CURL_CURL_H 
-DHAVE_LIBCURL -O3 -Wall -pedantic -mtune=native   -c platform.c -o platform.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c plot.c 
-o plot.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c plot3d.c 
-o plot3d.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
plotmath.c -o plotmath.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c print.c 
-o print.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
printarray.c -o printarray.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
printvector.c -o printvector.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../gnuwin32 -O3 -Wall -pedantic -mtune=native  
 -c printutils.c -o printutils.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c qsort.c 
-o qsort.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
radixsort.c -o radixsort.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c random.c 
-o random.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c raw.c -o 
raw.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
registration.c -o registration.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c relop.c 
-o relop.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
rlocale.c -o rlocale.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../extra/xdr -O3 -Wall -pedantic -mtune=native 
  -c saveload.c -o saveload.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c scan.c 
-o scan.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c seq.c -o 
seq.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../extra/xdr -O3 -Wall -pedantic -mtune=native 
  -c serialize.c -o serialize.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c sort.c 
-o sort.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c source.c 
-o source.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c split.c 
-o split.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
sprintf.c -o sprintf.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
startup.c -o startup.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
subassign.c -o subassign.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
subscript.c -o subscript.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c subset.c 
-o subset.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
summary.c -o summary.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -I../gnuwin32 -O3 -Wall -pedantic -mtune=native  
 -c sysutils.c -o sysutils.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c times.c 
-o times.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c unique.c 
-o unique.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"' -DLZMA_API_STATIC -I"D:/R64/extsoft"/include 
-DUSE_ICU -I"D:/home/ICU"/include -O3 -Wall -pedantic -mtune=native   -c util.c 
-o util.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
version.c -o version.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
g_alab_her.c -o g_alab_her.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
g_cntrlify.c -o g_cntrlify.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
g_fontdb.c -o g_fontdb.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../include -DHAVE_CONFIG_H 
-DR_DLL_BUILD -DR_ARCH='"x64"'  -O3 -Wall -pedantic -mtune=native   -c 
g_her_glyph.c -o g_her_glyph.o
D:/Rtools/mingw_64/bin/gfortran  -O3 -mtune=native  -c xxxpr.f -o xxxpr.o
D:/Rtools/mingw_64/bin/ar crs libmain.a CommandLineArgs.o Rdynload.o Renviron.o 
RNG.o agrep.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o 
character.o coerce.o colors.o complex.o connections.o context.o cum.o dcf.o 
datetime.o debug.o deparse.o devices.o dotcode.o dounzip.o dstruct.o 
duplicate.o edit.o engine.o envir.o errors.o eval.o format.o gevents.o gram.o 
gram-ex.o graphics.o grep.o identical.o inlined.o inspect.o internet.o 
iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o 
memory.o mkdtemp.o names.o objects.o options.o paste.o platform.o plot.o 
plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o 
radixsort.o random.o raw.o registration.o relop.o rlocale.o saveload.o scan.o 
seq.o serialize.o sort.o source.o split.o sprintf.o startup.o subassign.o 
subscript.o subset.o summary.o sysutils.o times.o unique.o util.o version.o 
g_alab_her.o g_cntrlify.o g_fontdb.o g_her_glyph.o xxxpr.o
make --no-print-directory -C ./getline CFLAGS='-O3 -Wall -pedantic 
-mtune=native'
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DWin32 -I. -I../../include  -O3 -Wall 
-pedantic -mtune=native   -c getline.c -o getline.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -DWin32 -I. -I../../include  -O3 -Wall 
-pedantic -mtune=native   -c wc_history.c -o wc_history.o
D:/Rtools/mingw_64/bin/ar crs gl.a getline.o wc_history.o
making arith.d from arith.c
making array.d from array.c
making bitmaps.d from bitmaps.c
making buttons.d from buttons.c
making clipboard.d from clipboard.c
making context.d from context.c
making controls.d from controls.c
making cursors.d from cursors.c
making dialogs.d from dialogs.c
making drawing.d from drawing.c
making drawtext.d from drawtext.c
making events.d from events.c
making fonts.d from fonts.c
making gbuttons.d from gbuttons.c
making gdraw.d from gdraw.c
making gif.d from gif.c
making gimage.d from gimage.c
making gmenus.d from gmenus.c
making image.d from image.c
making init.d from init.c
making menus.d from menus.c
making metafile.d from metafile.c
making objects.d from objects.c
making printer.d from printer.c
making rgb.d from rgb.c
making status.d from status.c
making stdimg.d from stdimg.c
making strings.d from strings.c
making tooltips.d from tooltips.c
making windows.d from windows.c
D:/Rtools/mingw_64/bin/dlltool --as D:/Rtools/mingw_64/bin/as -m i386:x86-64 
--as-flags --64 -k  --dllname R.dll --input-def R.def --output-lib libR.dll.a
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c arith.c 
-o arith.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c array.c 
-o array.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c bitmaps.c 
-o bitmaps.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c buttons.c 
-o buttons.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c 
clipboard.c -o clipboard.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c context.c 
-o context.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c 
controls.c -o controls.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c cursors.c 
-o cursors.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c dialogs.c 
-o dialogs.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c drawing.c 
-o drawing.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c 
drawtext.c -o drawtext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c events.c 
-o events.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c fonts.c 
-o fonts.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c 
gbuttons.c -o gbuttons.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c gdraw.c 
-o gdraw.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c gif.c -o 
gif.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c gimage.c 
-o gimage.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c gmenus.c 
-o gmenus.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c image.c 
-o image.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c init.c -o 
init.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c menus.c 
-o menus.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c 
metafile.c -o metafile.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c objects.c 
-o objects.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c printer.c 
-o printer.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c rgb.c -o 
rgb.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c status.c 
-o status.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c stdimg.c 
-o stdimg.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c strings.c 
-o strings.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c 
tooltips.c -o tooltips.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../gnuwin32 -I../../include 
-DGA_DLL_BUILD -DENABLE_NLS=1  -O3 -Wall -pedantic -mtune=native   -c windows.c 
-o windows.o
D:/Rtools/mingw_64/bin/windres    -i dllversion.rc -o dllversion.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -shared -mwindows -o Rgraphapp.dll 
Rgraphapp.def arith.o array.o bitmaps.o buttons.o clipboard.o context.o 
controls.o cursors.o dialogs.o drawing.o drawtext.o events.o fonts.o gbuttons.o 
gdraw.o gif.o gimage.o gmenus.o image.o init.o menus.o metafile.o objects.o 
printer.o rgb.o status.o stdimg.o strings.o tooltips.o windows.o dllversion.o 
-L. -lR -lcomctl32 -limm32 -lmsimg32
D:/Rtools/mingw_64/bin/dlltool --as D:/Rtools/mingw_64/bin/as -m i386:x86-64 
--as-flags --64 -k  --dllname Rgraphapp.dll --input-def Rgraphapp.def 
--output-lib libRgraphapp.dll.a
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../include -DWIN32 
-DHAVE_CONFIG_H  -O3 -Wall -pedantic -mtune=native   -c xdr.c -o xdr.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../include -DWIN32 
-DHAVE_CONFIG_H  -O3 -Wall -pedantic -mtune=native   -c xdr_float.c -o 
xdr_float.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../include -DWIN32 
-DHAVE_CONFIG_H  -O3 -Wall -pedantic -mtune=native   -c xdr_stdio.c -o 
xdr_stdio.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I. -I../../include -DWIN32 
-DHAVE_CONFIG_H  -O3 -Wall -pedantic -mtune=native   -c xdr_mem.c -o xdr_mem.o
D:/Rtools/mingw_64/bin/ar crs libxdr.a xdr.o xdr_float.o xdr_stdio.o xdr_mem.o
make -f Makefile.win makeMakedeps
making regcomp.d from regcomp.c
making regerror.d from regerror.c
making regexec.d from regexec.c
making tre-ast.d from tre-ast.c
making tre-compile.d from tre-compile.c
making tre-match-approx.d from tre-match-approx.c
making tre-match-backtrack.d from tre-match-backtrack.c
making tre-match-parallel.d from tre-match-parallel.c
making tre-mem.d from tre-mem.c
making tre-parse.d from tre-parse.c
making tre-stack.d from tre-stack.c
making xmalloc.d from xmalloc.c
make -f Makefile.win libtre.a
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c regcomp.c -o regcomp.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c regerror.c -o regerror.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c regexec.c -o regexec.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-ast.c -o tre-ast.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-compile.c -o tre-compile.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-match-approx.c -o tre-match-approx.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-match-backtrack.c -o 
tre-match-backtrack.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-match-parallel.c -o tre-match-parallel.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-mem.c -o tre-mem.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-parse.c -o tre-parse.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c tre-stack.c -o tre-stack.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I. -DHAVE_CONFIG_H  -O3 
-Wall -pedantic -mtune=native   -c xmalloc.c -o xmalloc.o
D:/Rtools/mingw_64/bin/ar crs libtre.a regcomp.o regerror.o regexec.o tre-ast.o 
tre-compile.o tre-match-approx.o tre-match-backtrack.o tre-match-parallel.o 
tre-mem.o tre-parse.o tre-stack.o xmalloc.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99    -O3 -Wall -pedantic -mtune=native   -c 
compat.c -o compat.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99   -DTRIO_FEATURE_WIDECHAR=1 -O3 -Wall 
-pedantic -mtune=native   -c trio.c -o trio.o
D:/Rtools/mingw_64/bin/ar crs libtrio.a compat.o trio.o
making localtime.d from localtime.c
making registryTZ.d from registryTZ.c
making strftime.d from strftime.c
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I../../main  -O3 -Wall 
-pedantic -mtune=native   -c localtime.c -o localtime.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I../../main  -O3 -Wall 
-pedantic -mtune=native   -c registryTZ.c -o registryTZ.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include -I../../main  -O3 -Wall 
-pedantic -mtune=native   -c strftime.c -o strftime.o
D:/Rtools/mingw_64/bin/ar crs libtz.a localtime.o registryTZ.o strftime.o
installing zoneinfo
making win_iconv.d from win_iconv.c
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include  -O3 -Wall -pedantic 
-mtune=native   -c win_iconv.c -o win_iconv.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -shared   -o Riconv.dll Riconv.def 
win_iconv.o  
making console.d from console.c
making dynload.d from dynload.c
making editor.d from editor.c
making embeddedR.d from embeddedR.c
making extra.d from extra.c
making malloc.d from malloc.c
making opt.d from opt.c
making pager.d from pager.c
making preferences.d from preferences.c
making psignal.d from psignal.c
making rhome.d from rhome.c
making rt_complete.d from rt_complete.c
making rui.d from rui.c
making run.d from run.c
making shext.d from shext.c
making sys-win32.d from sys-win32.c
making system.d from system.c
making dos_wglob.d from dos_wglob.c
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c console.c 
-o console.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c dynload.c 
-o dynload.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c editor.c 
-o editor.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c 
embeddedR.c -o embeddedR.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD -I../library/grDevices/src -O3 -Wall -pedantic 
-mtune=native   -c extra.c -o extra.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c malloc.c 
-o malloc.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c opt.c -o 
opt.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c pager.c 
-o pager.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c 
preferences.c -o preferences.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c psignal.c 
-o psignal.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rhome.c 
-o rhome.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c 
rt_complete.c -o rt_complete.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c rui.c -o 
rui.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c run.c -o 
run.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c shext.c 
-o shext.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c 
sys-win32.c -o sys-win32.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c system.c 
-o system.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../include -I. -I../extra 
-DHAVE_CONFIG_H -DR_DLL_BUILD  -O3 -Wall -pedantic -mtune=native   -c 
dos_wglob.c -o dos_wglob.o
D:/Rtools/mingw_64/bin/windres   -I../include -i dllversion.rc -o dllversion.o
D:/Rtools/mingw_64/bin/gcc -std=gnu99  -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[3]: *** [R.dll] Error 1
make[2]: *** [../../bin/x64/R.dll] Error 2
make[1]: *** [rbuild] Error 2
make: *** [all] Error 2

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to